Searched defs:supportsAudioPatches (Results 1 – 4 of 4) sorted by relevance
166 bool AudioHwDevice::supportsAudioPatches() const { in supportsAudioPatches() function in android::AudioHwDevice
393 status_t DeviceHalHidl::supportsAudioPatches(bool *supportsPatches) { in supportsAudioPatches() function in android::DeviceHalHidl
571 status_t DeviceHalAidl::supportsAudioPatches(bool* supportsPatches) { in supportsAudioPatches() function in android::DeviceHalAidl
10776 bool supportsAudioPatches = mHalDevice->supportsAudioPatches(&supportsAudioPatches) == OK ? in releaseAudioPatch_l() local