Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/private/pdx/
Dmock_service_dispatcher.h16 MOCK_METHOD0(EnterDispatchLoop, int());
Dservice_dispatcher.h61 virtual int EnterDispatchLoop() = 0;
/frameworks/native/services/vr/bufferhubd/
Dbufferhubd.cpp31 ret = dispatcher->EnterDispatchLoop(); in main()
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_dispatcher.h26 int EnterDispatchLoop() override;
/frameworks/native/services/vr/performanced/
Dmain.cpp70 ret = dispatcher->EnterDispatchLoop(); in main()
/frameworks/native/libs/vr/libvrflinger/
Dvr_flinger.cpp105 int ret = dispatcher_->EnterDispatchLoop(); in Init()
/frameworks/native/libs/vr/libpdx_uds/
Dservice_dispatcher.cpp151 int ServiceDispatcher::EnterDispatchLoop() { in EnterDispatchLoop() function in android::pdx::uds::ServiceDispatcher
Dclient_channel_tests.cpp87 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get())); in TestServiceRunner()
Dservice_framework_tests.cpp433 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get())); in SetUp()
Dremote_method_tests.cpp569 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get())); in SetUp()