Searched refs:instanceName (Results 1 – 2 of 2) sorted by relevance
53 auto instanceName = std::string(T::descriptor) + "/default"; in addService() local54 LOG(INFO) << "adding keymint service instance: " << instanceName; in addService()56 AServiceManager_addService(ser->asBinder().get(), instanceName.c_str()); in addService()
45 std::string instanceName = in getAudioProxyService() local48 ndk::SpAIBinder(AServiceManager_getService(instanceName.c_str()))); in getAudioProxyService()