Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/datapath/
DAudioHwDevice.cpp166 bool AudioHwDevice::supportsAudioPatches() const { in supportsAudioPatches() function in android::AudioHwDevice
168 return mHwDevice->supportsAudioPatches(&result) == OK ? result : false; in supportsAudioPatches()
DAudioHwDevice.h103 [[nodiscard]] bool supportsAudioPatches() const;
/frameworks/av/media/libaudiohal/include/media/audiohal/
DDeviceHalInterface.h109 virtual status_t supportsAudioPatches(bool *supportsPatches) = 0;
/frameworks/av/media/libaudiohal/impl/
DDeviceHalHidl.h87 status_t supportsAudioPatches(bool* supportsPatches) override;
DDeviceHalHidl.cpp393 status_t DeviceHalHidl::supportsAudioPatches(bool *supportsPatches) { in supportsAudioPatches() function in android::DeviceHalHidl
396 return processReturn("supportsAudioPatches", mDevice->supportsAudioPatches(), supportsPatches); in supportsAudioPatches()
756 if (supportsAudioPatches(&supportsPatches) == OK && supportsPatches) { in getAudioMixPort()
DDeviceHalAidl.h133 status_t supportsAudioPatches(bool* supportsPatches) override;
DDeviceHalAidl.cpp571 status_t DeviceHalAidl::supportsAudioPatches(bool* supportsPatches) { in supportsAudioPatches() function in android::DeviceHalAidl
/frameworks/av/services/audioflinger/
DPatchPanel.cpp106 if (!hwDevice->supportsAudioPatches()) { in getAudioPort_l()
225 !audioHwDevice->supportsAudioPatches()))) { in createAudioPatch_l()
DThreads.cpp4940 && !mOutput->audioHwDev->supportsAudioPatches(), in createAudioPatch_l()
4983 if (mOutput->audioHwDev->supportsAudioPatches()) { in createAudioPatch_l()
5035 if (mOutput->audioHwDev->supportsAudioPatches()) { in releaseAudioPatch_l()
9876 if (mInput->audioHwDev->supportsAudioPatches()) { in createAudioPatch_l()
9917 if (mInput->audioHwDev->supportsAudioPatches()) { in releaseAudioPatch_l()
10688 && !mAudioHwDev->supportsAudioPatches(), in createAudioPatch_l()
10734 if (mAudioHwDev->supportsAudioPatches()) { in createAudioPatch_l()
10776 bool supportsAudioPatches = mHalDevice->supportsAudioPatches(&supportsAudioPatches) == OK ? in releaseAudioPatch_l() local
10777 supportsAudioPatches : false; in releaseAudioPatch_l()
10779 if (supportsAudioPatches) { in releaseAudioPatch_l()