/system/chre/java/utils/pigweed/src/com/google/android/chre/utils/pigweed/ |
D | ChreRpcClient.java | 65 long serverNanoappId, List<Service> services, in ChreRpcClient() 91 List<Service> services) { in ChreRpcClient()
|
/system/chre/chpp/include/chpp/common/ |
D | discovery.h | 37 struct ChppServiceDescriptor services[]; member
|
/system/chre/test/simulation/ |
D | rpc_test.cc | 116 struct chreNanoappRpcService services[] = { in TEST_F() local 154 struct chreNanoappRpcService services[] = { in TEST_F() local 222 struct chreNanoappRpcService services[] = { in TEST_F() local 368 struct chreNanoappRpcService services[] = {{.id = 1, .version = 2}}; in TEST_F() local
|
/system/core/toolbox/ |
D | start.cpp | 39 std::vector<std::string> services = { in ControlDefaultServices() local
|
/system/logging/logd/integration_test/ |
D | logd_integration_test.py | 51 def iter_service_pids(test_case, services): argument
|
/system/chre/util/pigweed/ |
D | rpc_server.cc | 33 RpcServer::Service *services) { in registerServices()
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 153 boolean VerifyNamesWithInterfaceArray(in INamedCallback[] services, in String[] names); in VerifyNamesWithInterfaceArray() 156 boolean VerifyNamesWithNullableInterfaceArray( in VerifyNamesWithNullableInterfaceArray() 160 boolean VerifyNamesWithInterfaceList(in @nullable List<INamedCallback> services, in VerifyNamesWithInterfaceList()
|
/system/tools/aidl/analyzer/ |
D | analyzerMain.cpp | 255 auto services = android::defaultServiceManager()->listServices(); in startRecordingAllBinders() local 288 auto services = android::defaultServiceManager()->listServices(); in stopRecordingAllBinders() local
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 349 public boolean VerifyNamesWithInterfaceArray(INamedCallback[] services, String[] names) in VerifyNamesWithInterfaceArray() 368 public boolean VerifyNamesWithNullableInterfaceArray(INamedCallback[] services, String[] names) in VerifyNamesWithNullableInterfaceArray() 389 INamedCallback[] services = GetNullableInterfaceArray(names); in GetInterfaceList() local 393 public boolean VerifyNamesWithInterfaceList(List<INamedCallback> services, String[] names) in VerifyNamesWithInterfaceList()
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 444 vector<sp<INamedCallback>> services(names.size()); in GetInterfaceArray() local 454 Status VerifyNamesWithInterfaceArray(const vector<sp<INamedCallback>>& services, in VerifyNamesWithInterfaceArray() 471 vector<sp<INamedCallback>> services; in GetNullableInterfaceArray() local 489 Status VerifyNamesWithNullableInterfaceArray(const optional<vector<sp<INamedCallback>>>& services, in VerifyNamesWithNullableInterfaceArray() 522 Status VerifyNamesWithInterfaceList(const optional<vector<sp<INamedCallback>>>& services, in VerifyNamesWithInterfaceList() 1011 std::vector<sp<IBinder>> services = { in main() local
|
D | aidl_test_service_ndk.cpp | 317 vector<std::shared_ptr<INamedCallback>> services(names.size()); in GetInterfaceArray() local 328 const vector<std::shared_ptr<INamedCallback>>& services, const vector<std::string>& names, in VerifyNamesWithInterfaceArray() 346 vector<std::shared_ptr<INamedCallback>> services; in GetNullableInterfaceArray() local 365 const optional<vector<std::shared_ptr<INamedCallback>>>& services, in VerifyNamesWithNullableInterfaceArray() 399 const optional<vector<std::shared_ptr<INamedCallback>>>& services, in VerifyNamesWithInterfaceList()
|
/system/chre/platform/shared/ |
D | chre_api_core.cc | 213 DLL_EXPORT bool chrePublishRpcServices(struct chreNanoappRpcService *services, in chrePublishRpcServices()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 201 …aidl::tests::INamedCallback>>& services, const ::std::vector<::android::String16>& names, bool* _a… in VerifyNamesWithInterfaceArray() 207 …:android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std::vec… in VerifyNamesWithNullableInterfaceArray() 213 …: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/include/android/aidl/tests/ |
D | BnTestService.h | 201 …aidl::tests::INamedCallback>>& services, const ::std::vector<::android::String16>& names, bool* _a… in VerifyNamesWithInterfaceArray() 207 …:android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std::vec… in VerifyNamesWithNullableInterfaceArray() 213 …:sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std::vector<::std… in VerifyNamesWithInterfaceList()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 148 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithInterfaceArray() 156 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithNullableInterfaceArray() 164 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList() 459 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithInterfaceArray() 467 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithNullableInterfaceArray() 475 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList() 2554 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithInterfaceArray() 2603 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithNullableInterfaceArray() 2652 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList() 3799 …public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services, java.la… in VerifyNamesWithInterfaceArray() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 148 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithInterfaceArray() 156 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithNullableInterfaceArray() 164 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList() 459 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithInterfaceArray() 467 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithNullableInterfaceArray() 475 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList() 2554 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithInterfaceArray() 2603 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithNullableInterfaceArray() 2652 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList() 3799 …public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services, java.la… in VerifyNamesWithInterfaceArray() [all …]
|
/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/chre/core/ |
D | nanoapp.cc | 378 bool Nanoapp::publishRpcServices(struct chreNanoappRpcService *services, in publishRpcServices()
|
/system/core/init/ |
D | reboot.cpp | 546 static void StopServices(const std::set<std::string>& services, std::chrono::milliseconds timeout, in StopServices() 575 int StopServicesAndLogViolations(const std::set<std::string>& services, in StopServicesAndLogViolations()
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 168 Vector<String16> services = sm->listServices(); in dfs_poke_binder() local
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1242 …p<::android::aidl::tests::INamedCallback>>& services, const ::std::vector<::android::String16>& na… in VerifyNamesWithInterfaceArray() 1324 …std::vector<::android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::option… in VerifyNamesWithNullableInterfaceArray() 1406 …or<::android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std:… in VerifyNamesWithInterfaceList()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1242 …p<::android::aidl::tests::INamedCallback>>& services, const ::std::vector<::android::String16>& na… in VerifyNamesWithInterfaceArray() 1324 …std::vector<::android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::option… in VerifyNamesWithNullableInterfaceArray() 1406 …or<::android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std:… in VerifyNamesWithInterfaceList()
|
/system/chre/platform/shared/nanoapp/ |
D | nanoapp_support_lib_dso.cc | 612 bool chrePublishRpcServices(struct chreNanoappRpcService *services, in chrePublishRpcServices()
|
/system/chre/chpp/test/ |
D | transport_test.cpp | 726 ChppServiceDescriptor *services = in TEST_P() local
|