Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudiohal/impl/
H A DDeviceHalLocal.cpp39 if (mDev->get_supported_devices == NULL) return INVALID_OPERATION; in getSupportedDevices()
40 *devices = mDev->get_supported_devices(mDev); in getSupportedDevices()
/aosp12/hardware/libhardware/include/hardware/
H A Daudio.h793 uint32_t (*get_supported_devices)(const struct audio_hw_device *dev); member