Home
last modified time | relevance | path

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

/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/tools/aidl/tests/android/aidl/tests/
DITestService.aidl123 boolean VerifyNamesWithInterfaceArray(in INamedCallback[] services, in String[] names); in VerifyNamesWithInterfaceArray()
126 boolean VerifyNamesWithNullableInterfaceArray( in VerifyNamesWithNullableInterfaceArray()
130 boolean VerifyNamesWithInterfaceList(in @nullable List<INamedCallback> services, in VerifyNamesWithInterfaceList()
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java315 public boolean VerifyNamesWithInterfaceArray(INamedCallback[] services, String[] names) in VerifyNamesWithInterfaceArray()
334 public boolean VerifyNamesWithNullableInterfaceArray(INamedCallback[] services, String[] names) in VerifyNamesWithNullableInterfaceArray()
355 INamedCallback[] services = GetNullableInterfaceArray(names); in GetInterfaceList() local
359 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.cc222 bool Nanoapp::publishRpcServices(struct chreNanoappRpcService *services, in publishRpcServices()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java139 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services in VerifyNamesWithInterfaceArray()
147 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services in VerifyNamesWithNullableInterfaceArray()
155 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList()
433 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services in VerifyNamesWithInterfaceArray()
441 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services in VerifyNamesWithNullableInterfaceArray()
449 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList()
2198 …Override public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services in VerifyNamesWithInterfaceArray()
2247 … public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services in VerifyNamesWithNullableInterfaceArray()
2296 …de public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> s… in VerifyNamesWithInterfaceList()
3361 …public boolean VerifyNamesWithInterfaceArray(android.aidl.tests.INamedCallback[] services, java.la… in VerifyNamesWithInterfaceArray()
[all …]
/system/tools/aidl/tests/
Daidl_test_service.cpp428 vector<sp<INamedCallback>> services(names.size()); in GetInterfaceArray() local
438 Status VerifyNamesWithInterfaceArray(const vector<sp<INamedCallback>>& services, in VerifyNamesWithInterfaceArray()
455 vector<sp<INamedCallback>> services; in GetNullableInterfaceArray() local
473 Status VerifyNamesWithNullableInterfaceArray(const optional<vector<sp<INamedCallback>>>& services, in VerifyNamesWithNullableInterfaceArray()
506 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.h169 …aidl::tests::INamedCallback>>& services, const ::std::vector<::android::String16>& names, bool* _a… in VerifyNamesWithInterfaceArray()
175 …:android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std::vec… in VerifyNamesWithNullableInterfaceArray()
181 …: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/android/aidl/tests/
DITestService.cpp1168 …p<::android::aidl::tests::INamedCallback>>& services, const ::std::vector<::android::String16>& na… in VerifyNamesWithInterfaceArray()
1248 …std::vector<::android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::option… in VerifyNamesWithNullableInterfaceArray()
1328 …or<::android::sp<::android::aidl::tests::INamedCallback>>>& services, const ::std::optional<::std:… in VerifyNamesWithInterfaceList()
/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.cpp525 static void StopServices(const std::set<std::string>& services, std::chrono::milliseconds timeout, in StopServices()
554 int StopServicesAndLogViolations(const std::set<std::string>& services, in StopServicesAndLogViolations()
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc399 bool chrePublishRpcServices(struct chreNanoappRpcService *services, in chrePublishRpcServices()
/system/extras/ANRdaemon/
DANRdaemon.cpp168 Vector<String16> services = sm->listServices(); in dfs_poke_binder() local
/system/tools/aidl/tests/rust/
Dtest_service_async.rs247 let mut services = vec![]; in GetNullableInterfaceArray() localVariable
Dtest_service.rs214 let mut services = vec![]; in GetNullableInterfaceArray() localVariable
/system/chre/chpp/test/
Dtransport_test.cpp742 ChppServiceDescriptor *services = in TEST_P() local