Home
last modified time | relevance | path

Searched refs:supportsAudioPatches (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioHwDevice.cpp96 bool AudioHwDevice::supportsAudioPatches() const { in supportsAudioPatches() function in android::AudioHwDevice
98 return mHwDevice->supportsAudioPatches(&result) == OK ? result : false; in supportsAudioPatches()
DAudioHwDevice.h77 bool supportsAudioPatches() const;
DThreads.cpp3505 if (mOutput->audioHwDev->supportsAudioPatches()) { in createAudioPatch_l()
3555 if (mOutput->audioHwDev->supportsAudioPatches()) { in releaseAudioPatch_l()
7449 if (mInput->audioHwDev->supportsAudioPatches()) { in createAudioPatch_l()
7489 if (mInput->audioHwDev->supportsAudioPatches()) { in releaseAudioPatch_l()
7994 if (mAudioHwDev->supportsAudioPatches()) { in createAudioPatch_l()
8048 bool supportsAudioPatches = mHalDevice->supportsAudioPatches(&supportsAudioPatches) == OK ? in releaseAudioPatch_l() local
8049 supportsAudioPatches : false; in releaseAudioPatch_l()
8051 if (supportsAudioPatches) { in releaseAudioPatch_l()
DPatchPanel.cpp254 !audioHwDevice->supportsAudioPatches()))) { in createAudioPatch()
/frameworks/av/media/libaudiohal/include/media/audiohal/
DDeviceHalInterface.h89 virtual status_t supportsAudioPatches(bool *supportsPatches) = 0;
/frameworks/av/media/libaudiohal/
DDeviceHalLocal.h84 virtual status_t supportsAudioPatches(bool *supportsPatches);
DDeviceHalHidl.h91 virtual status_t supportsAudioPatches(bool *supportsPatches);
DDeviceHalHidl.cpp293 status_t DeviceHalHidl::supportsAudioPatches(bool *supportsPatches) { in supportsAudioPatches() function in android::DeviceHalHidl
295 return processReturn("supportsAudioPatches", mDevice->supportsAudioPatches(), supportsPatches); in supportsAudioPatches()
DDeviceHalLocal.cpp149 status_t DeviceHalLocal::supportsAudioPatches(bool *supportsPatches) { in supportsAudioPatches() function in android::DeviceHalLocal