Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/include/media/audiohal/
DDevicesFactoryHalInterface.h39 virtual status_t getDeviceNames(std::vector<std::string> *names) = 0;
/frameworks/av/media/libaudiohal/impl/
DDevicesFactoryHalAidl.h32 status_t getDeviceNames(std::vector<std::string> *names) override;
DDevicesFactoryHalHidl.h40 status_t getDeviceNames(std::vector<std::string> *names) override;
DDevicesFactoryHalHidl.cpp109 status_t DevicesFactoryHalHidl::getDeviceNames(std::vector<std::string> *names __unused) { in getDeviceNames() function in android::DevicesFactoryHalHidl
DDevicesFactoryHalAidl.cpp150 status_t DevicesFactoryHalAidl::getDeviceNames(std::vector<std::string> *names) { in getDeviceNames() function in android::DevicesFactoryHalAidl
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2496 RETURN_STATUS_IF_ERROR(mDevicesFactoryHal->getDeviceNames(&hwModuleNames)); in getAudioPolicyConfig()