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

  /frameworks/native/libs/vr/libpdx_default_transport/private/servicefs/pdx/default_transport/
service_dispatcher.h 10 using ServiceDispatcher = ::android::pdx::servicefs::ServiceDispatcher;
  /frameworks/native/libs/vr/libpdx_default_transport/private/uds/pdx/default_transport/
service_dispatcher.h 10 using ServiceDispatcher = ::android::pdx::uds::ServiceDispatcher;
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
service_dispatcher.h 16 class ServiceDispatcher : public pdx::ServiceDispatcher {
18 // Get a new instance of ServiceDispatcher, or return nullptr if init failed.
19 static std::unique_ptr<pdx::ServiceDispatcher> Create();
21 ~ServiceDispatcher() override;
31 ServiceDispatcher();
47 ServiceDispatcher(const ServiceDispatcher&) = delete;
48 void operator=(const ServiceDispatcher&) = delete;
  /frameworks/native/libs/vr/libpdx/private/pdx/
service_dispatcher.h 12 * ServiceDispatcher manages a list of Service instances and handles message
16 class ServiceDispatcher {
18 virtual ~ServiceDispatcher() = default;
mock_service_dispatcher.h 10 class MockServiceDispatcher : public ServiceDispatcher {
  /frameworks/native/libs/vr/libpdx_uds/
service_dispatcher.cpp 17 std::unique_ptr<pdx::ServiceDispatcher> ServiceDispatcher::Create() {
18 std::unique_ptr<ServiceDispatcher> dispatcher{new ServiceDispatcher()};
26 ServiceDispatcher::ServiceDispatcher() {
54 ServiceDispatcher::~ServiceDispatcher() { SetCanceled(true); }
56 int ServiceDispatcher::ThreadEnter() {
66 void ServiceDispatcher::ThreadExit()
    [all...]
client_channel_tests.cpp 28 using android::pdx::ServiceDispatcher;
84 dispatcher_ = android::pdx::uds::ServiceDispatcher::Create();
87 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get()));
98 std::unique_ptr<ServiceDispatcher> dispatcher_;
service_framework_tests.cpp 36 using android::pdx::ServiceDispatcher;
423 std::unique_ptr<ServiceDispatcher> dispatcher_;
428 dispatcher_ = android::pdx::uds::ServiceDispatcher::Create();
433 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::uds::ServiceDispatcher::Create();
569 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get()));
    [all...]
  /frameworks/native/services/vr/bufferhubd/
bufferhubd.cpp 14 std::unique_ptr<android::pdx::ServiceDispatcher> dispatcher;
19 dispatcher = android::pdx::default_transport::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::default_transport::ServiceDispatcher::Create();
  /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 79 dispatcher_ = android::pdx::default_transport::ServiceDispatcher::Create();
  /frameworks/base/
preloaded-classes 481 android.app.LoadedApk$ServiceDispatcher
482 android.app.LoadedApk$ServiceDispatcher$ConnectionInfo
483 android.app.LoadedApk$ServiceDispatcher$DeathMonitor
484 android.app.LoadedApk$ServiceDispatcher$InnerConnection
485 android.app.LoadedApk$ServiceDispatcher$RunConnection
    [all...]
compiled-classes-phone 381 android.app.LoadedApk$ServiceDispatcher
382 android.app.LoadedApk$ServiceDispatcher$ConnectionInfo
383 android.app.LoadedApk$ServiceDispatcher$DeathMonitor
384 android.app.LoadedApk$ServiceDispatcher$InnerConnection
385 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 137 milliseconds