Home
last modified time | relevance | path

Searched defs:services (Results 1 – 25 of 28) 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.cc116 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/
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.cc33 RpcServer::Service *services) { in registerServices()
/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.java349 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/
Daidl_test_service.cpp444 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
Daidl_test_service_ndk.cpp317 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/
Dchre_api_core.cc213 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/
DBnTestService.h201 …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/
DBnTestService.h201 …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/
DITestService.java148 …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/
DITestService.java148 …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/
DLatency.cpp60 static vector<sp<IScheduleTest> > services; variable
DBenchmark_throughput.cpp312 int services = -1; in main() local
/system/chre/core/
Dnanoapp.cc378 bool Nanoapp::publishRpcServices(struct chreNanoappRpcService *services, in publishRpcServices()
/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()
/system/extras/ANRdaemon/
DANRdaemon.cpp168 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/
DITestService.cpp1242 …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/
DITestService.cpp1242 …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/
Dnanoapp_support_lib_dso.cc612 bool chrePublishRpcServices(struct chreNanoappRpcService *services, in chrePublishRpcServices()
/system/chre/chpp/test/
Dtransport_test.cpp726 ChppServiceDescriptor *services = in TEST_P() local

12