Home
last modified time | relevance | path

Searched refs:getService (Results 1 – 25 of 74) sorted by relevance

123

/system/libhwbinder/vts/performance/
DBenchmark.cpp59 sp<IBenchmark> service = IBenchmark::getService(gServiceName, true); in startServer()
86 sp<IBenchmark> service = IBenchmark::getService(gServiceName, true /* getStub */); in BM_sendVec_passthrough()
98 sp<IBenchmark> service = IBenchmark::getService(gServiceName); in BM_sendVec_binderize()
DBenchmark_binder.cpp38 using android::getService;
83 status_t status = getService(String16(kServiceName), &service); in BM_sendVec_binder()
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendBenchmark.cpp31 static sp<ISystemSuspend> suspendService = ISystemSuspend::getService(); in BM_acquireWakeLock()
41 android::defaultServiceManager()->getService(android::String16("suspend_control_internal")); in BM_getWakeLockStats()
/system/tools/aidl/tests/
Daidl_test_client.h33 using android::getService; in SetUp()
37 ASSERT_EQ(OK, getService(ITestService::descriptor, &service)); in SetUp()
Daidl_test_client_ndk_loggable_interface.cpp43 std::shared_ptr<T> getService() { in getService() function
50 std::shared_ptr<ITestService> service = getService<ITestService>(); in TEST_F()
58 shared_ptr<ILoggableInterface> loggable = getService<ILoggableInterface>(); in TEST_F()
/system/hwservicemanager/
DServiceManager.cpp72 if (service->getService() == nullptr) { in forEachExistingService()
81 if (service->getService() == nullptr) { in forEachExistingService()
202 if (service->getService() == nullptr) { in addPackageListener()
283 sp<IBase> service = hidlService->getService(); in get()
293 if (otherService != hidlService && interfacesEqual(service, otherService->getService())) { in get()
362 if (hidlService != nullptr && hidlService->getService() != nullptr) { in addImpl()
386 const sp<IBase> remove = hidlService->getService(); in addImpl()
515 if (service->getService() == nullptr) continue; in listByInterface()
524 if (service->getService() == nullptr) continue; in listByInterface()
639 sp<IBase> service = registered->getService(); in registerClientCallback()
[all …]
DHidlService.cpp45 sp<IBase> HidlService::getService() const { in getService() function in android::hidl::manager::implementation::HidlService
241 Return<void> ret = callback->onClients(getService(), hasClients); in sendClientCallbackNotification()
/system/extras/partition_tools/
Dlpdump_target.cc56 status_t status = getService(String16("lpdump_service"), &service_); in LpdumpService()
60 status = getService(String16("lpdump"), &service_); in LpdumpService()
/system/bt/service/example/heart_rate/
Dserver_main.cc37 using android::getService;
93 status_t status = getService(String16(kServiceName.c_str()), &bluetooth); in main()
/system/core/healthd/
Dcharger_utils.cpp32 sp<V2_1::IHealth> service = V2_1::IHealth::getService(); in GetHealthServiceOrDefault()
/system/bt/audio_hal_interface/
Dhal_version_manager.h60 IBluetoothAudioProvidersFactory_2_1::getService(); in GetProvidersFactory_2_1()
78 IBluetoothAudioProvidersFactory_2_0::getService(); in GetProvidersFactory_2_0()
/system/sepolicy/prebuilts/api/28.0/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
/system/sepolicy/prebuilts/api/27.0/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
/system/sepolicy/prebuilts/api/29.0/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
/system/sepolicy/prebuilts/api/31.0/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
/system/sepolicy/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
/system/sepolicy/prebuilts/api/30.0/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
/system/sepolicy/prebuilts/api/26.0/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
/system/security/keystore/
Dkeystore_get.cpp28 sp<IBinder> binder = sm->getService(String16("android.security.keystore")); in keystore_get()
/system/bt/gd/rust/hal/src/ffi/
Dhidl.cc70 bt_hci_1_1_ = IBluetoothHci::getService(); in start_hal()
74 bt_hci_ = IBluetoothHci_1_0::getService(); in start_hal()
/system/core/usbd/
Dusbd.cpp38 android::sp<IUsbGadget> gadget = IUsbGadget::getService(); in main()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp363 manager = IServiceManager::getService(); in getServices()
371 tokenManager = ITokenManager::getService(); in getServices()
375 ashmemAllocator = IAllocator::getService("ashmem"); in getServices()
382 memoryTest = IMemoryTest::getService("memory", mode == PASSTHROUGH /* getStub */); in getServices()
386 fetcher = IFetcher::getService("fetcher", mode == PASSTHROUGH /* getStub */); in getServices()
390 foo = IFoo::getService("foo", mode == PASSTHROUGH /* getStub */); in getServices()
394 baz = IBaz::getService("baz", mode == PASSTHROUGH /* getStub */); in getServices()
398 dyingBaz = IBaz::getService("dyingBaz", mode == PASSTHROUGH /* getStub */); in getServices()
402 bar = IBar::getService("foo", mode == PASSTHROUGH /* getStub */); in getServices()
407 IMultithread::getService("multithread", mode == PASSTHROUGH /* getStub */); in getServices()
[all …]
/system/libhidl/libhidlmemory/
Dmapping.cpp46 sp<IMapper> mapper = IMapper::getService(name, true /* getStub */); in getMapperService()
/system/core/fastboot/device/
Dfastboot_device.cpp66 boot_control_hal_(IBootControl::getService()),
68 fastboot_hal_(IFastboot::getService()),
/system/gsid/tests/
Dboot_tests.cpp58 auto weaver = IWeaver::getService(); in TEST()

123