| /system/core/init/ | 
| D | service_test.cpp | 32 TEST(service, pod_initialized) {  in TEST()  argument77 TEST(service, make_temporary_oneshot_service_invalid_syntax) {  in TEST()  argument
 91 TEST(service, make_temporary_oneshot_service_too_many_supplementary_gids) {  in TEST()  argument
 169 TEST(service, make_temporary_oneshot_service_with_everything) {  in TEST()  argument
 173 TEST(service, make_temporary_oneshot_service_with_seclabel_uid_gid) {  in TEST()  argument
 177 TEST(service, make_temporary_oneshot_service_with_seclabel_uid) {  in TEST()  argument
 181 TEST(service, make_temporary_oneshot_service_with_seclabel) {  in TEST()  argument
 185 TEST(service, make_temporary_oneshot_service_with_just_command) {  in TEST()  argument
 189 TEST(service, make_temporary_oneshot_service_with_just_command_no_dash) {  in TEST()  argument
 
 | 
| D | service_list.cpp | 33     for (const auto& service : services_) {  in CheckAllCommands()  local39 void ServiceList::AddService(std::unique_ptr<Service> service) {  in AddService()
 46     for (const auto& service : services_) {  in services_in_shutdown_order()  local
 84         Service* service = FindService(name);  in MarkServicesUpdate()  local
 96 void ServiceList::DelayService(const Service& service) {  in DelayService()
 
 | 
| /system/tools/aidl/tests/rust/ | 
| D | test_client.rs | 189     let service = get_test_service();  in test_repeat_string()  localVariable289     let service = get_test_service();  in test_binder_exchange()  localVariable
 298     let service = get_test_service();  in test_binder_array_exchange()  localVariable
 307     let service = get_test_service();  in test_binder_nullable_array_exchange()  localVariable
 327     let service = get_test_service();  in test_interface_list_exchange()  localVariable
 358     let service = get_test_service();  in test_parcel_file_descriptor()  localVariable
 376     let service = get_test_service();  in test_parcel_file_descriptor_array()  localVariable
 415     let service = get_test_service();  in test_service_specific_exception()  localVariable
 431             let service = get_test_service();  localVariable
 476     let service = get_test_service();  in test_nullable_parcelable()  localVariable
 [all …]
 
 | 
| /system/hwservicemanager/ | 
| D | test_lazy.cpp | 63         auto service = std::make_unique<NiceMock<MockHidlService>>();  in makeService()  local85     std::unique_ptr<HidlService> service = makeService();  in TEST_F()  local
 100     std::unique_ptr<HidlService> service = makeService();  in TEST_F()  local
 115     std::unique_ptr<HidlService> service = makeService();  in TEST_F()  local
 137     std::unique_ptr<HidlService> service = makeService();  in TEST_F()  local
 156     std::unique_ptr<HidlService> service = makeService();  in TEST_F()  local
 180     std::unique_ptr<HidlService> service = makeService();  in TEST_F()  local
 203     std::unique_ptr<HidlService> service = makeService();  in TEST_F()  local
 228     std::unique_ptr<HidlService> service = makeService();  in TEST_F()  local
 
 | 
| D | ServiceManager.cpp | 71     forEachServiceEntry([&] (const HidlService *service) {  in forEachExistingService()80     forEachServiceEntry([&] (HidlService *service) {  in forEachExistingService()
 178         std::unique_ptr<HidlService> &&service) {  in insertService()
 200         const std::unique_ptr<HidlService> &service = instanceMapping.second;  in addPackageListener()  local
 239         const std::unique_ptr<HidlService> &service = servicePair.second;  in removeServiceListener()  local
 284     sp<IBase> service = hidlService->getService();  in get()  local
 312 Return<bool> ServiceManager::add(const hidl_string& name, const sp<IBase>& service) {  in add()
 339                              const sp<IBase>& service,  in addImpl()
 487     forEachExistingService([&] (const HidlService *service) {  in list()
 515         const std::unique_ptr<HidlService> &service = serviceMapping.second;  in listByInterface()  local
 [all …]
 
 | 
| /system/libhwbinder/vts/performance/ | 
| D | Benchmark.cpp | 59     sp<IBenchmark> service = IBenchmark::getService(gServiceName, true);  in startServer()  local70 static void BM_sendVec(benchmark::State& state, sp<IBenchmark> service) {  in BM_sendVec()
 85     sp<IBenchmark> service = IBenchmark::getService(gServiceName, true /* getStub */);  in BM_sendVec_passthrough()  local
 97     sp<IBenchmark> service = IBenchmark::getService(gServiceName);  in BM_sendVec_binderize()  local
 
 | 
| D | Benchmark_binder.cpp | 64     BenchmarkServiceAidl *service = new BenchmarkServiceAidl();  in startServer()  local74     sp<IBenchmark> service;  in BM_sendVec_binder()  local
 
 | 
| /system/libhidl/transport/ | 
| D | HidlLazyUtils.cpp | 50         sp<IBase> service;  member109 bool ClientCounterCallback::addRegisteredService(const sp<IBase>& service,  in addRegisteredService()
 122         const sp<IBase>& service) {  in assertRegisteredServiceLocked()
 132 bool ClientCounterCallback::registerServiceLocked(const sp<IBase>& service,  in registerServiceLocked()
 155 Return<void> ClientCounterCallback::onClients(const sp<::android::hidl::base::V1_0::IBase>& service,  in onClients()
 251     const sp<::android::hidl::base::V1_0::IBase>& service, const std::string& name) {  in registerService()
 288     const sp<::android::hidl::base::V1_0::IBase>& service, const std::string& name) {  in registerService()
 
 | 
| D | HidlTransportSupport.cpp | 62 bool setMinSchedulerPolicy(const sp<IBase>& service, int policy, int priority) {  in setMinSchedulerPolicy()98 SchedPrio getMinSchedulerPolicy(const sp<IBase>& service) {  in getMinSchedulerPolicy()
 102 bool setRequestingSid(const sp<IBase>& service, bool requesting) {  in setRequestingSid()
 118 bool getRequestingSid(const sp<IBase>& service) {  in getRequestingSid()
 
 | 
| D | LegacySupport.cpp | 34     sp<IBase> service =  in registerPassthroughServiceImplementation()  local79             [](const sp<IBase>& service, const std::string& name) {  in registerPassthroughServiceImplementation()
 
 | 
| /system/tools/aidl/tests/java/src/android/aidl/tests/ | 
| D | DelegatorTests.java | 48     ITestService service = ITestService.Stub.asInterface(binder);  in testDelegator()  local57     ITestService service = ITestService.Stub.asInterface(binder);  in testCustomDelegator()  local
 66     ITestService service = ITestService.Stub.asInterface(binder);  in testAsBinderAsInterface()  local
 
 | 
| D | GenericTests.java | 61         IFaz service = IFaz.Stub.asInterface(ifaz);  in testGeneric()  local
 | 
| /system/connectivity/wificond/tests/integration/ | 
| D | scanner_test.cpp | 39 sp<IWifiScannerImpl> InitInterfaceAndReturnScanner(sp<IWificond> service) {  in InitInterfaceAndReturnScanner()62   sp<IWificond> service = dev_mode.EnterDevModeOrDie();  in TEST()  local
 
 | 
| D | client_interface_test.cpp | 44   sp<IWificond> service = dev_mode.EnterDevModeOrDie();  in TEST()  local81   sp<IWificond> service = dev_mode.EnterDevModeOrDie();  in TEST()  local
 
 | 
| /system/core/toolbox/ | 
| D | start.cpp | 30 static void ControlService(bool start, const std::string& service) {  in ControlService()53         for (const auto& service : services) {  in ControlDefaultServices()  local
 
 | 
| /system/tools/aidl/tests/lazy_test/ | 
| D | main.cpp | 97     sp<IBinder> service = waitForService(gServiceNames.at(i % nServices));  in TEST_F()  local120     sp<IBinder> service = waitForService(gServiceNames.at(i % nServices));  in testWithTimes()  local
 177   sp<T> service = android::waitForService<T>(name);  in waitForLazyTestService()  local
 183   sp<ILazyTestService> service;  in TEST_F()  local
 211   sp<ILazyTestServiceCb> service;  in TEST_F()  local
 
 | 
| D | ServerCb.cpp | 33   sp<LazyTestServiceCb> service = new LazyTestServiceCb();  in main()  local
 | 
| /system/extras/partition_tools/ | 
| D | lpdump_target.cc | 29 int Run(ILpdump* service, const std::vector<std::string>& args) {  in Run()77     sp<ILpdump> service = wrapper.get();  in main()  local
 
 | 
| /system/chre/chpp/clients/ | 
| D | discovery.c | 64     const struct ChppServiceDescriptor *service) {  in chppIsClientCompatibleWithService()80     const struct ChppServiceDescriptor *service) {  in chppFindMatchingClientIndex()
 129     const struct ChppServiceDescriptor *service = &response->services[i];  in chppProcessDiscoverAllResponse()  local
 
 | 
| /system/tools/aidl/tests/ | 
| D | aidl_test_client.h | 57   sp<ITestService> service;  variable
 | 
| /system/core/healthd/ | 
| D | charger_utils.cpp | 32     sp<V2_1::IHealth> service = V2_1::IHealth::getService();  in GetHealthServiceOrDefault()  local
 | 
| /system/core/libstats/bootstrap/ | 
| D | StatsBootstrapAtomClient.cpp | 27     sp<IStatsBootstrapAtomService> service =  in reportBootstrapAtom()  local
 | 
| /system/logging/logd/ | 
| D | LogReaderList.cpp | 104     auto service = GetLogcatService();  in RemoveRunningThread()  local113     auto service = GetLogcatService();  in AddPendingThread()  local
 
 | 
| /system/core/init/test_utils/ | 
| D | service_utils.cpp | 47     for (const auto& service : service_list) {  in GetOnDeviceServiceInterfacesMap()  local
 | 
| /system/netd/server/aidl-fuzzers/ | 
| D | NetdHwAidlServiceFuzzer.cpp | 36     auto service = ::ndk::SharedRefBase::make<NetdHwAidlService>();  in LLVMFuzzerTestOneInput()  local
 |