Searched refs:kServiceName (Results 1 – 3 of 3) sorted by relevance
33 static const auto kServiceName = IInterceptor::descriptor + "/default"s; variable77 if (!AServiceManager_isDeclared(kServiceName.c_str())) { in isEnabled()94 ndk::SpAIBinder(AServiceManager_waitForService(kServiceName.c_str()))); in getInstance()
32 const std::string kServiceName = "android.hardware.security.keymint.IKeyMintDevice/default"; variable153 ::ndk::SpAIBinder binder(AServiceManager_waitForService(kServiceName.c_str())); in LLVMFuzzerInitialize()
68 const std::string kServiceName = GetParam(); member in EffectFactoryTest118 mEffectFactory = IFactory::fromBinder(mBinderUtil.connectToService(kServiceName)); in connectAndGetFactory()