Searched refs:getSupportedDevices (Results 1 – 16 of 16) sorted by relevance
35 virtual status_t getSupportedDevices(uint32_t *devices) = 0;
29 virtual status_t getSupportedDevices(uint32_t *devices);
36 virtual status_t getSupportedDevices(uint32_t *devices);
37 status_t DeviceHalLocal::getSupportedDevices(uint32_t *devices) { in getSupportedDevices() function in android::DeviceHalLocal
113 status_t DeviceHalHidl::getSupportedDevices(uint32_t*) { in getSupportedDevices() function in android::DeviceHalHidl
124 const DeviceVector &getSupportedDevices() const { return mSupportedDevices; } in getSupportedDevices() function
124 audio_devices_t getSupportedDevices(audio_io_handle_t handle) const;
225 audio_devices_t getSupportedDevices(audio_io_handle_t handle) const;
30 virtual status_t getSupportedDevices(uint32_t *devices);
37 virtual status_t getSupportedDevices(uint32_t *devices);
38 status_t DeviceHalLocal::getSupportedDevices(uint32_t *devices) { in getSupportedDevices() function in android::V4_0::DeviceHalLocal
119 status_t DeviceHalHidl::getSupportedDevices(uint32_t*) { in getSupportedDevices() function in android::V4_0::DeviceHalHidl
355 audio_devices_t AudioInputCollection::getSupportedDevices(audio_io_handle_t handle) const in getSupportedDevices() function in android::AudioInputCollection
710 audio_devices_t SwAudioOutputCollection::getSupportedDevices(audio_io_handle_t handle) const in getSupportedDevices() function in android::SwAudioOutputCollection
718 if (activeDesc->mProfile->getSupportedDevices().types() & in setForceUse()4023 const DeviceVector &supportedDevices = outProfile->getSupportedDevices(); in loadConfig()4094 for (const auto& dev : inProfile->getSupportedDevices()) { in loadConfig()
378 if (dev->getSupportedDevices(&supportedDevices) == OK && in findSuitableHwDev_l()