Searched refs:supportsAudioPatches (Results 1 – 9 of 9) sorted by relevance
96 bool AudioHwDevice::supportsAudioPatches() const { in supportsAudioPatches() function in android::AudioHwDevice98 return mHwDevice->supportsAudioPatches(&result) == OK ? result : false; in supportsAudioPatches()
77 bool supportsAudioPatches() const;
3505 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() local8049 supportsAudioPatches : false; in releaseAudioPatch_l()8051 if (supportsAudioPatches) { in releaseAudioPatch_l()
254 !audioHwDevice->supportsAudioPatches()))) { in createAudioPatch()
89 virtual status_t supportsAudioPatches(bool *supportsPatches) = 0;
84 virtual status_t supportsAudioPatches(bool *supportsPatches);
91 virtual status_t supportsAudioPatches(bool *supportsPatches);
293 status_t DeviceHalHidl::supportsAudioPatches(bool *supportsPatches) { in supportsAudioPatches() function in android::DeviceHalHidl295 return processReturn("supportsAudioPatches", mDevice->supportsAudioPatches(), supportsPatches); in supportsAudioPatches()
149 status_t DeviceHalLocal::supportsAudioPatches(bool *supportsPatches) { in supportsAudioPatches() function in android::DeviceHalLocal