Home
last modified time | relevance | path

Searched defs:serviceName (Results 1 – 9 of 9) sorted by relevance

/system/libhidl/transport/
DLegacySupport.cpp33 RegisterServiceCb registerServiceCb, const std::string& serviceName) { in registerPassthroughServiceImplementation()
76 const std::string& serviceName) { in registerPassthroughServiceImplementation()
/system/security/identity/
DCredentialStoreFactory.cpp38 String16 serviceName = in createCredentialStore() local
/system/bt/binder/android/bluetooth/
DIBluetoothSocketManager.aidl33 …@nullable ParcelFileDescriptor createSocketChannel(int type, in @nullable String serviceName, in @… in createSocketChannel()
/system/netd/server/
DMDnsSdListener.cpp104 uint32_t /* interfaceIndex */, DNSServiceErrorType errorCode, const char *serviceName, in MDnsSdListenerDiscoverCallback()
162 const char *interfaceName, const char *serviceName, const char *serviceType, in serviceRegister()
197 DNSServiceErrorType errorCode, const char *serviceName, const char * /* regType */, in MDnsSdListenerRegisterCallback()
218 const char *interfaceName, const char *serviceName, const char *regType, in resolveService()
442 char *serviceName = argv[3]; in runCommand() local
472 char *serviceName = argv[3]; in runCommand() local
/system/libhwbinder/vts/performance/
DBenchmark_throughput.cpp175 string serviceName = "hwbinderService" + to_string(num); in generateServiceName() local
179 void service_fx(const string &serviceName, Pipe p) { in service_fx()
351 string serviceName = generateServiceName(i); in main() local
DLatency.cpp147 static void serviceFx(const string& serviceName, Pipe p) { in serviceFx()
/system/hwservicemanager/
Dservice.cpp63 static std::string serviceName = "default"; variable
/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp50 String16 serviceName("test.binderAddInts"); variable
/system/tools/aidl/tests/lazy_test/
Dmain.cpp161 const String16 serviceName = String16("aidl_lazy_test_1"); member in AidlLazyRegistrarTest