Home
last modified time | relevance | path

Searched refs:EnterDispatchLoop (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice_dispatcher.h69 int EnterDispatchLoop();
/aosp12/frameworks/native/services/vr/bufferhubd/
H A Dbufferhubd.cpp47 ret = dispatcher->EnterDispatchLoop(); in main()
/aosp12/frameworks/native/services/vr/performanced/
H A Dmain.cpp70 ret = dispatcher->EnterDispatchLoop(); in main()
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dvr_flinger.cpp94 int ret = dispatcher_->EnterDispatchLoop(); in Init()
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dservice_dispatcher.cpp142 int ServiceDispatcher::EnterDispatchLoop() { in EnterDispatchLoop() function in android::pdx::ServiceDispatcher
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel_tests.cpp88 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get())); in TestServiceRunner()
H A Dservice_framework_tests.cpp434 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get())); in SetUp()
H A Dremote_method_tests.cpp569 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get())); in SetUp()
/aosp12/frameworks/native/libs/vr/libpdx/fuzz/
H A Dhelpers.h43 FuzzedDataProvider*) -> void { dispatcher->EnterDispatchLoop(); },