| /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 | 118 struct chreNanoappRpcService services[] = { in TEST_F() local 156 struct chreNanoappRpcService services[] = { in TEST_F() local 224 struct chreNanoappRpcService services[] = { in TEST_F() local 370 struct chreNanoappRpcService services[] = {{.id = 1, .version = 2}}; in TEST_F() local
|
| D | host_message_hub_test.cc | 108 std::vector<ServiceInfo> services; in HostMessageHubTest() local 202 DynamicVector<ServiceInfo> services; in getHostEndpointServices() 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 | 34 RpcServer::Service *services) { in registerServices()
|
| /system/chre/platform/shared/ |
| D | chre_api_msg.cc | 97 const struct chreMsgServiceInfo *services, size_t numServices) { in chreMsgPublishServices()
|
| D | chre_api_core.cc | 198 DLL_EXPORT bool chrePublishRpcServices(struct chreNanoappRpcService *services, in chrePublishRpcServices()
|
| /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 | 350 public boolean VerifyNamesWithInterfaceArray(INamedCallback[] services, String[] names) in VerifyNamesWithInterfaceArray() 369 public boolean VerifyNamesWithNullableInterfaceArray(INamedCallback[] services, String[] names) in VerifyNamesWithNullableInterfaceArray() 390 INamedCallback[] services = GetNullableInterfaceArray(names); in GetInterfaceList() local 394 public boolean VerifyNamesWithInterfaceList(List<INamedCallback> services, String[] names) in VerifyNamesWithInterfaceList()
|
| /system/tools/aidl/tests/ |
| D | aidl_test_service.cpp | 445 vector<sp<INamedCallback>> services(names.size()); in GetInterfaceArray() local 455 Status VerifyNamesWithInterfaceArray(const vector<sp<INamedCallback>>& services, in VerifyNamesWithInterfaceArray() 472 vector<sp<INamedCallback>> services; in GetNullableInterfaceArray() local 490 Status VerifyNamesWithNullableInterfaceArray(const optional<vector<sp<INamedCallback>>>& services, in VerifyNamesWithNullableInterfaceArray() 523 Status VerifyNamesWithInterfaceList(const optional<vector<sp<INamedCallback>>>& services, in VerifyNamesWithInterfaceList() 1024 std::vector<sp<IBinder>> services = { in main() local
|
| D | aidl_test_service_ndk.cpp | 318 vector<std::shared_ptr<INamedCallback>> services(names.size()); in GetInterfaceArray() local 329 const vector<std::shared_ptr<INamedCallback>>& services, const vector<std::string>& names, in VerifyNamesWithInterfaceArray() 347 vector<std::shared_ptr<INamedCallback>> services; in GetNullableInterfaceArray() local 366 const optional<vector<std::shared_ptr<INamedCallback>>>& services, in VerifyNamesWithNullableInterfaceArray() 400 const optional<vector<std::shared_ptr<INamedCallback>>>& services, in VerifyNamesWithInterfaceList()
|
| /system/chre/core/ |
| D | host_message_hub_manager.cc | 122 DynamicVector<ServiceInfo> &&services) { in registerEndpoint() 273 const EndpointInfo &info, DynamicVector<ServiceInfo> &&services) { in addEndpoint()
|
| D | nanoapp.cc | 376 bool Nanoapp::publishRpcServices(struct chreNanoappRpcService *services, in publishRpcServices()
|
| /system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
| D | BnTestService.h | 206 …aidl::tests::INamedCallback>>& services, const ::std::vector<::android::String16>& names, bool* _a… in VerifyNamesWithInterfaceArray() 212 …:android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std::vec… in VerifyNamesWithNullableInterfaceArray() 218 …: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 | 206 …aidl::tests::INamedCallback>>& services, const ::std::vector<::android::String16>& names, bool* _a… in VerifyNamesWithInterfaceArray() 212 …:android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std::vec… in VerifyNamesWithNullableInterfaceArray() 218 …:sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std::vector<::std… in VerifyNamesWithInterfaceList()
|
| /system/core/init/ |
| D | reboot.cpp | 586 static void StopServices(const std::set<std::string>& services, std::chrono::milliseconds timeout, in StopServices() 615 int StopServicesAndLogViolations(const std::set<std::string>& services, in StopServicesAndLogViolations()
|
| /system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
| D | ITestService.java | 152 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithInterfaceArray() 160 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithNullableInterfaceArray() 168 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList() 468 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithInterfaceArray() 476 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithNullableInterfaceArray() 484 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList() 2619 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithInterfaceArray() 2668 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithNullableInterfaceArray() 2717 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList() 3892 …public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services, java.la… in VerifyNamesWithInterfaceArray() [all …]
|
| /system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
| D | ITestService.java | 152 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithInterfaceArray() 160 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithNullableInterfaceArray() 168 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList() 468 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithInterfaceArray() 476 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithNullableInterfaceArray() 484 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList() 2619 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithInterfaceArray() 2668 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services… in VerifyNamesWithNullableInterfaceArray() 2717 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList() 3892 …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
|
| /system/chre/platform/shared/nanoapp/ |
| D | nanoapp_support_lib_dso.cc | 662 bool chreMsgPublishServices(const struct chreMsgServiceInfo *services, in chreMsgPublishServices() 727 bool chrePublishRpcServices(struct chreNanoappRpcService *services, in chrePublishRpcServices()
|
| /system/see/authmgr/authmgr-be/src/ |
| D | tests.rs | 115 pub services: Vec<String>, field
|
| /system/extras/ANRdaemon/ |
| D | ANRdaemon.cpp | 168 Vector<String16> services = sm->listServices(); in dfs_poke_binder() local
|