HomeSort by relevance Sort by last modified time
    Searched refs:EnterDispatchLoop (Results 1 - 8 of 8) sorted by null

  /frameworks/native/libs/vr/libpdx/private/pdx/
service_dispatcher.h 49 * enterDispatchLoop() below, however this method exits after one dispatch
69 int EnterDispatchLoop();
  /frameworks/native/services/vr/bufferhubd/
bufferhubd.cpp 49 ret = dispatcher->EnterDispatchLoop();
  /frameworks/native/services/vr/performanced/
main.cpp 70 ret = dispatcher->EnterDispatchLoop();
  /frameworks/native/libs/vr/libpdx/
service_dispatcher.cpp 142 int ServiceDispatcher::EnterDispatchLoop() {
  /frameworks/native/libs/vr/libvrflinger/
vr_flinger.cpp 105 int ret = dispatcher_->EnterDispatchLoop();
  /frameworks/native/libs/vr/libpdx_uds/
client_channel_tests.cpp 88 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get()));
service_framework_tests.cpp 434 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get()));
remote_method_tests.cpp 569 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get()));

Completed in 594 milliseconds