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

  /frameworks/native/libs/vr/libpdx/private/pdx/
service_dispatcher.h 17 * ServiceDispatcher manages a list of Service instances and handles message
21 class ServiceDispatcher {
23 // Get a new instance of ServiceDispatcher, or return nullptr if init failed.
24 static std::unique_ptr<ServiceDispatcher> Create();
26 ~ServiceDispatcher();
84 ServiceDispatcher();
100 ServiceDispatcher(const ServiceDispatcher&) = delete;
101 void operator=(const ServiceDispatcher&) = delete;
  /frameworks/native/libs/vr/libpdx/
service_dispatcher.cpp 16 std::unique_ptr<ServiceDispatcher> ServiceDispatcher::Create() {
17 std::unique_ptr<ServiceDispatcher> dispatcher{new ServiceDispatcher()};
25 ServiceDispatcher::ServiceDispatcher() {
53 ServiceDispatcher::~ServiceDispatcher() { SetCanceled(true); }
55 int ServiceDispatcher::ThreadEnter() {
65 void ServiceDispatcher::ThreadExit()
    [all...]
  /frameworks/native/services/vr/bufferhubd/
bufferhubd.cpp 15 std::unique_ptr<android::pdx::ServiceDispatcher> dispatcher;
37 dispatcher = android::pdx::ServiceDispatcher::Create();
  /frameworks/native/services/vr/performanced/
main.cpp 31 std::unique_ptr<android::pdx::ServiceDispatcher> dispatcher;
61 dispatcher = android::pdx::ServiceDispatcher::Create();
  /frameworks/native/libs/vr/libpdx_uds/
client_channel_tests.cpp 29 using android::pdx::ServiceDispatcher;
85 dispatcher_ = ServiceDispatcher::Create();
88 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get()));
99 std::unique_ptr<ServiceDispatcher> dispatcher_;
service_framework_tests.cpp 37 using android::pdx::ServiceDispatcher;
424 std::unique_ptr<ServiceDispatcher> dispatcher_;
429 dispatcher_ = android::pdx::ServiceDispatcher::Create();
434 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get()));
remote_method_tests.cpp 33 using android::pdx::ServiceDispatcher;
559 std::unique_ptr<ServiceDispatcher> dispatcher_;
564 dispatcher_ = android::pdx::ServiceDispatcher::Create();
569 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get()));
  /frameworks/native/libs/vr/libvrflinger/include/dvr/
vr_flinger.h 60 std::unique_ptr<android::pdx::ServiceDispatcher> dispatcher_;
  /frameworks/base/core/java/android/app/
LoadedApk.java 126 private final ArrayMap<Context, ArrayMap<ServiceConnection, LoadedApk.ServiceDispatcher>> mServices
128 private final ArrayMap<Context, ArrayMap<ServiceConnection, LoadedApk.ServiceDispatcher>> mUnboundServices
    [all...]
  /frameworks/native/libs/vr/libvrflinger/
vr_flinger.cpp 76 dispatcher_ = android::pdx::ServiceDispatcher::Create();
  /frameworks/base/config/
preloaded-classes 275 android.app.LoadedApk$ServiceDispatcher
276 android.app.LoadedApk$ServiceDispatcher$ConnectionInfo
277 android.app.LoadedApk$ServiceDispatcher$DeathMonitor
278 android.app.LoadedApk$ServiceDispatcher$InnerConnection
279 android.app.LoadedApk$ServiceDispatcher$RunConnection
    [all...]
boot-image-profile.txt     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 360 milliseconds