Home
last modified time | relevance | path

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

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