Home
last modified time | relevance | path

Searched defs:OnStarted (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/openscreen/osp/demo/
H A Dosp_demo.cc84 void OnStarted() override { OSP_LOG_INFO << "listener started!"; } in OnStarted() function in openscreen::osp::DemoListenerObserver
151 void OnStarted() override { OSP_LOG_INFO << "publisher started!"; } in OnStarted() function in openscreen::osp::DemoPublisherObserver
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h68 virtual void OnStarted(void *arg) {} in OnStarted() function
/aosp_15_r20/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc69 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __lsan::ThreadContext
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc173 void OnStarted(void *arg) { in OnStarted() function in __sanitizer::__anon60293e970111::TestThreadContext
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc88 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __tsan::ThreadContext
/aosp_15_r20/external/openscreen/osp/impl/presentation/
H A Dpresentation_controller.cc755 void Controller::OnStarted() {} in OnStarted() function in openscreen::osp::Controller