HomeSort by relevance Sort by last modified time
    Searched refs:ServiceDispatcher (Results 1 - 18 of 18) 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/libs/vr/libvrflinger/include/dvr/
vr_flinger.h 51 std::unique_ptr<android::pdx::ServiceDispatcher> dispatcher_;
  /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/base/core/java/android/app/
LoadedApk.java 124 private final ArrayMap<Context, ArrayMap<ServiceConnection, LoadedApk.ServiceDispatcher>> mServices
126 private final ArrayMap<Context, ArrayMap<ServiceConnection, LoadedApk.ServiceDispatcher>> mUnboundServices
    [all...]
  /frameworks/native/libs/vr/libvrflinger/
vr_flinger.cpp 74 dispatcher_ = android::pdx::ServiceDispatcher::Create();
  /frameworks/base/config/
preloaded-classes 230 android.app.LoadedApk$ServiceDispatcher
231 android.app.LoadedApk$ServiceDispatcher$ConnectionInfo
232 android.app.LoadedApk$ServiceDispatcher$DeathMonitor
233 android.app.LoadedApk$ServiceDispatcher$InnerConnection
234 android.app.LoadedApk$ServiceDispatcher$RunConnection
    [all...]
compiled-classes-phone 385 android.app.LoadedApk$ServiceDispatcher
386 android.app.LoadedApk$ServiceDispatcher$ConnectionInfo
387 android.app.LoadedApk$ServiceDispatcher$DeathMonitor
388 android.app.LoadedApk$ServiceDispatcher$InnerConnection
389 android.app.LoadedApk$ServiceDispatcher$RunConnection
    [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/lib/
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 

Completed in 233 milliseconds