Home
last modified time | relevance | path

Searched defs:services (Results 1 – 25 of 35) sorted by relevance

12

/system/chre/java/utils/pigweed/src/com/google/android/chre/utils/pigweed/
DChreRpcClient.java65 long serverNanoappId, List<Service> services, in ChreRpcClient()
91 List<Service> services) { in ChreRpcClient()
/system/chre/chpp/include/chpp/common/
Ddiscovery.h37 struct ChppServiceDescriptor services[]; member
/system/chre/test/simulation/
Drpc_test.cc118 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
Dhost_message_hub_test.cc108 std::vector<ServiceInfo> services; in HostMessageHubTest() local
202 DynamicVector<ServiceInfo> services; in getHostEndpointServices() local
/system/core/toolbox/
Dstart.cpp39 std::vector<std::string> services = { in ControlDefaultServices() local
/system/logging/logd/integration_test/
Dlogd_integration_test.py51 def iter_service_pids(test_case, services): argument
/system/chre/util/pigweed/
Drpc_server.cc34 RpcServer::Service *services) { in registerServices()
/system/chre/platform/shared/
Dchre_api_msg.cc97 const struct chreMsgServiceInfo *services, size_t numServices) { in chreMsgPublishServices()
Dchre_api_core.cc198 DLL_EXPORT bool chrePublishRpcServices(struct chreNanoappRpcService *services, in chrePublishRpcServices()
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl153 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/
DanalyzerMain.cpp255 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/
DTestServiceServer.java350 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/
Daidl_test_service.cpp445 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
Daidl_test_service_ndk.cpp318 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/
Dhost_message_hub_manager.cc122 DynamicVector<ServiceInfo> &&services) { in registerEndpoint()
273 const EndpointInfo &info, DynamicVector<ServiceInfo> &&services) { in addEndpoint()
Dnanoapp.cc376 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/
DBnTestService.h206 …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/
DBnTestService.h206 …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/
Dreboot.cpp586 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/
DITestService.java152 …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/
DITestService.java152 …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/
DLatency.cpp60 static vector<sp<IScheduleTest> > services; variable
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc662 bool chreMsgPublishServices(const struct chreMsgServiceInfo *services, in chreMsgPublishServices()
727 bool chrePublishRpcServices(struct chreNanoappRpcService *services, in chrePublishRpcServices()
/system/see/authmgr/authmgr-be/src/
Dtests.rs115 pub services: Vec<String>, field
/system/extras/ANRdaemon/
DANRdaemon.cpp168 Vector<String16> services = sm->listServices(); in dfs_poke_binder() local

12