Home
last modified time | relevance | path

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

/system/chre/java/utils/pigweed/src/com/google/android/chre/utils/pigweed/
DChreRpcClient.java65 long serverNanoappId, @NonNull List<Service> services, in ChreRpcClient()
91 @NonNull List<Service> services) { in ChreRpcClient()
/system/chre/chpp/include/chpp/common/
Ddiscovery.h37 struct ChppServiceDescriptor services[]; member
/system/core/toolbox/
Dstart.cpp39 std::vector<std::string> services = { in ControlDefaultServices() local
/system/logging/logd/integration_test/
Dlogd_integration_test.py45 def iter_service_pids(test_case, services): argument
/system/chre/test/simulation/
Drpc_test.cc132 struct chreNanoappRpcService services[] = { in TEST_F() local
190 struct chreNanoappRpcService services[] = { in TEST_F() local
257 struct chreNanoappRpcService services[] = { in TEST_F() local
388 struct chreNanoappRpcService services[] = {{.id = 1, .version = 2}}; in TEST_F() local
/system/chre/util/pigweed/
Drpc_server.cc42 RpcServer::Service *services) { in registerServices()
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl145 boolean VerifyNamesWithInterfaceArray(in INamedCallback[] services, in String[] names); in VerifyNamesWithInterfaceArray()
148 boolean VerifyNamesWithNullableInterfaceArray( in VerifyNamesWithNullableInterfaceArray()
152 boolean VerifyNamesWithInterfaceList(in @nullable List<INamedCallback> services, in VerifyNamesWithInterfaceList()
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java341 public boolean VerifyNamesWithInterfaceArray(INamedCallback[] services, String[] names) in VerifyNamesWithInterfaceArray()
360 public boolean VerifyNamesWithNullableInterfaceArray(INamedCallback[] services, String[] names) in VerifyNamesWithNullableInterfaceArray()
381 INamedCallback[] services = GetNullableInterfaceArray(names); in GetInterfaceList() local
385 public boolean VerifyNamesWithInterfaceList(List<INamedCallback> services, String[] names) in VerifyNamesWithInterfaceList()
/system/chre/platform/shared/
Dchre_api_core.cc162 DLL_EXPORT bool chrePublishRpcServices(struct chreNanoappRpcService *services, in chrePublishRpcServices()
/system/chre/core/
Dnanoapp.cc248 bool Nanoapp::publishRpcServices(struct chreNanoappRpcService *services, in publishRpcServices()
/system/tools/aidl/tests/
Daidl_test_service.cpp467 vector<sp<INamedCallback>> services(names.size()); in GetInterfaceArray() local
477 Status VerifyNamesWithInterfaceArray(const vector<sp<INamedCallback>>& services, in VerifyNamesWithInterfaceArray()
494 vector<sp<INamedCallback>> services; in GetNullableInterfaceArray() local
512 Status VerifyNamesWithNullableInterfaceArray(const optional<vector<sp<INamedCallback>>>& services, in VerifyNamesWithNullableInterfaceArray()
545 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/
DBnTestService.h195 …aidl::tests::INamedCallback>>& services, const ::std::vector<::android::String16>& names, bool* _a… in VerifyNamesWithInterfaceArray()
201 …:android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std::vec… in VerifyNamesWithNullableInterfaceArray()
207 …:sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std::vector<::std… in VerifyNamesWithInterfaceList()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java144 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services in VerifyNamesWithInterfaceArray()
152 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services in VerifyNamesWithNullableInterfaceArray()
160 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList()
447 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services in VerifyNamesWithInterfaceArray()
455 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services in VerifyNamesWithNullableInterfaceArray()
463 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList()
2498 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services in VerifyNamesWithInterfaceArray()
2547 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services in VerifyNamesWithNullableInterfaceArray()
2596 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList()
3687 …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
DBenchmark_throughput.cpp312 int services = -1; in main() local
/system/core/init/
Dreboot.cpp546 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()
Dinit.cpp427 auto services = ServiceList::GetInstance().FindServicesByApexName(apex_name); in StopServicesFromApex() local
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1239 …p<::android::aidl::tests::INamedCallback>>& services, const ::std::vector<::android::String16>& na… in VerifyNamesWithInterfaceArray()
1321 …std::vector<::android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::option… in VerifyNamesWithNullableInterfaceArray()
1403 …or<::android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std:… in VerifyNamesWithInterfaceList()
/system/extras/ANRdaemon/
DANRdaemon.cpp168 Vector<String16> services = sm->listServices(); in dfs_poke_binder() local
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc489 bool chrePublishRpcServices(struct chreNanoappRpcService *services, in chrePublishRpcServices()
/system/tools/aidl/tests/rust/
Dtest_service_async.rs277 let mut services = vec![]; in GetNullableInterfaceArray() localVariable
Dtest_service.rs243 let mut services = vec![]; in GetNullableInterfaceArray() localVariable
/system/chre/chpp/test/
Dtransport_test.cpp726 ChppServiceDescriptor *services = in TEST_P() local