Home
last modified time | relevance | path

Searched refs:InterfaceName (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libaudiohal/
DFactoryHal.cpp46 using InterfaceName = std::pair<std::string, std::string>; typedef
61 static const std::map<AudioHalVersionInfo::Type, InterfaceName> sDevicesHALInterfaces = {
67 static const std::map<AudioHalVersionInfo::Type, InterfaceName> sEffectsHALInterfaces = {
104 bool hasAidlHalService(const InterfaceName& interface, const AudioHalVersionInfo& version) { in hasAidlHalService()
115 bool hasHidlHalService(const InterfaceName& interface, const AudioHalVersionInfo& version) { in hasHidlHalService()
138 bool hasHalService(const InterfaceName& interface, const AudioHalVersionInfo& version) { in hasHalService()