/system/chre/chpp/include/chpp/common/ |
D | discovery.h | 37 struct ChppServiceDescriptor services[]; member
|
/system/core/toolbox/ |
D | start.cpp | 39 std::vector<std::string> services = { in ControlDefaultServices() local
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 123 boolean VerifyNamesWithInterfaceArray(in INamedCallback[] services, in String[] names); in VerifyNamesWithInterfaceArray() 126 boolean VerifyNamesWithNullableInterfaceArray( in VerifyNamesWithNullableInterfaceArray() 130 boolean VerifyNamesWithInterfaceList(in @nullable List<INamedCallback> services, in VerifyNamesWithInterfaceList()
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 315 public boolean VerifyNamesWithInterfaceArray(INamedCallback[] services, String[] names) in VerifyNamesWithInterfaceArray() 334 public boolean VerifyNamesWithNullableInterfaceArray(INamedCallback[] services, String[] names) in VerifyNamesWithNullableInterfaceArray() 355 INamedCallback[] services = GetNullableInterfaceArray(names); in GetInterfaceList() local 359 public boolean VerifyNamesWithInterfaceList(List<INamedCallback> services, String[] names) in VerifyNamesWithInterfaceList()
|
/system/chre/platform/shared/ |
D | chre_api_core.cc | 162 DLL_EXPORT bool chrePublishRpcServices(struct chreNanoappRpcService *services, in chrePublishRpcServices()
|
/system/chre/core/ |
D | nanoapp.cc | 222 bool Nanoapp::publishRpcServices(struct chreNanoappRpcService *services, in publishRpcServices()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 139 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithInterfaceArray() 147 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithNullableInterfaceArray() 155 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList() 433 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithInterfaceArray() 441 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithNullableInterfaceArray() 449 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList() 2198 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithInterfaceArray() 2247 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithNullableInterfaceArray() 2296 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList() 3361 …public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services, java.la… in VerifyNamesWithInterfaceArray() [all …]
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 428 vector<sp<INamedCallback>> services(names.size()); in GetInterfaceArray() local 438 Status VerifyNamesWithInterfaceArray(const vector<sp<INamedCallback>>& services, in VerifyNamesWithInterfaceArray() 455 vector<sp<INamedCallback>> services; in GetNullableInterfaceArray() local 473 Status VerifyNamesWithNullableInterfaceArray(const optional<vector<sp<INamedCallback>>>& services, in VerifyNamesWithNullableInterfaceArray() 506 Status VerifyNamesWithInterfaceList(const optional<vector<sp<INamedCallback>>>& services, in VerifyNamesWithInterfaceList()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 169 …aidl::tests::INamedCallback>>& services, const ::std::vector<::android::String16>& names, bool* _a… in VerifyNamesWithInterfaceArray() 175 …:android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std::vec… in VerifyNamesWithNullableInterfaceArray() 181 …:sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std::vector<::std… in VerifyNamesWithInterfaceList()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1168 …p<::android::aidl::tests::INamedCallback>>& services, const ::std::vector<::android::String16>& na… in VerifyNamesWithInterfaceArray() 1248 …std::vector<::android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::option… in VerifyNamesWithNullableInterfaceArray() 1328 …or<::android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std:… in VerifyNamesWithInterfaceList()
|
/system/libhwbinder/vts/performance/ |
D | Latency.cpp | 60 static vector<sp<IScheduleTest> > services; variable
|
D | Benchmark_throughput.cpp | 312 int services = -1; in main() local
|
/system/core/init/ |
D | reboot.cpp | 525 static void StopServices(const std::set<std::string>& services, std::chrono::milliseconds timeout, in StopServices() 554 int StopServicesAndLogViolations(const std::set<std::string>& services, in StopServicesAndLogViolations()
|
/system/chre/platform/shared/nanoapp/ |
D | nanoapp_support_lib_dso.cc | 399 bool chrePublishRpcServices(struct chreNanoappRpcService *services, in chrePublishRpcServices()
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 168 Vector<String16> services = sm->listServices(); in dfs_poke_binder() local
|
/system/tools/aidl/tests/rust/ |
D | test_service_async.rs | 247 let mut services = vec![]; in GetNullableInterfaceArray() localVariable
|
D | test_service.rs | 214 let mut services = vec![]; in GetNullableInterfaceArray() localVariable
|
/system/chre/chpp/test/ |
D | transport_test.cpp | 742 ChppServiceDescriptor *services = in TEST_P() local
|