Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 5 of 5) sorted by relevance

/system/ulib/zx/include/lib/zx/
A Dprofile.h20 explicit profile(zx_handle_t value) : object(value) {} in profile() function
22 explicit profile(handle&& h) : object(h.release()) {} in profile() function
24 profile(profile&& other) : object(other.release()) {} in profile() function
A Dobject.h16 class profile; variable
182 zx_status_t set_profile(const object<profile>& profile, uint32_t options) const { in set_profile()
/system/utest/core/profile/
A Dprofile.cpp19 zx::profile profile; in profile_failures_test() local
A Dprofile.c18 zx_handle_t profile; in make_profile_fails() local
/system/utest/cobalt-client/
A Dcobalt_logger_test.cpp114 zx_status_t CreateLogger(const fuchsia_cobalt_ProjectProfile* profile, zx_handle_t logger, in CreateLogger()
119 zx_status_t CreateLoggerSimple(const fuchsia_cobalt_ProjectProfile* profile, zx_handle_t logger, in CreateLoggerSimple()

Completed in 8 milliseconds