Home
last modified time | relevance | path

Searched defs:supportsAudioPatches (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/datapath/
DAudioHwDevice.cpp166 bool AudioHwDevice::supportsAudioPatches() const { in supportsAudioPatches() function in android::AudioHwDevice
/frameworks/av/media/libaudiohal/impl/
DDeviceHalHidl.cpp393 status_t DeviceHalHidl::supportsAudioPatches(bool *supportsPatches) { in supportsAudioPatches() function in android::DeviceHalHidl
DDeviceHalAidl.cpp571 status_t DeviceHalAidl::supportsAudioPatches(bool* supportsPatches) { in supportsAudioPatches() function in android::DeviceHalAidl
/frameworks/av/services/audioflinger/
DThreads.cpp10776 bool supportsAudioPatches = mHalDevice->supportsAudioPatches(&supportsAudioPatches) == OK ? in releaseAudioPatch_l() local