Searched refs:getDeviceNames (Results 1 – 6 of 6) sorted by relevance
39 virtual status_t getDeviceNames(std::vector<std::string> *names) = 0;
32 status_t getDeviceNames(std::vector<std::string> *names) override;
40 status_t getDeviceNames(std::vector<std::string> *names) override;
109 status_t DevicesFactoryHalHidl::getDeviceNames(std::vector<std::string> *names __unused) { in getDeviceNames() function in android::DevicesFactoryHalHidl
150 status_t DevicesFactoryHalAidl::getDeviceNames(std::vector<std::string> *names) { in getDeviceNames() function in android::DevicesFactoryHalAidl
2496 RETURN_STATUS_IF_ERROR(mDevicesFactoryHal->getDeviceNames(&hwModuleNames)); in getAudioPolicyConfig()