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

/frameworks/av/services/audioflinger/
H A DAudioHwDevice.cpp96 bool AudioHwDevice::supportsAudioPatches() const { function in class:android::AudioHwDevice
98 return mHwDevice->supportsAudioPatches(&result) == OK ? result : false;
H A DThreads.cpp3505 if (mOutput->audioHwDev->supportsAudioPatches()) {
3555 if (mOutput->audioHwDev->supportsAudioPatches()) {
7449 if (mInput->audioHwDev->supportsAudioPatches()) {
7489 if (mInput->audioHwDev->supportsAudioPatches()) {
7994 if (mAudioHwDev->supportsAudioPatches()) {
8048 bool supportsAudioPatches = mHalDevice->supportsAudioPatches(&supportsAudioPatches) == OK ? local
8049 supportsAudioPatches : false;
8051 if (supportsAudioPatches) {
[all...]
/frameworks/av/media/libaudiohal/
H A DDeviceHalHidl.cpp293 status_t DeviceHalHidl::supportsAudioPatches(bool *supportsPatches) { function in class:android::DeviceHalHidl
295 return processReturn("supportsAudioPatches", mDevice->supportsAudioPatches(), supportsPatches);
H A DDeviceHalLocal.cpp149 status_t DeviceHalLocal::supportsAudioPatches(bool *supportsPatches) { function in class:android::DeviceHalLocal

Completed in 107 milliseconds