Searched refs:releaseAudioPatch (Results 1 - 6 of 6) sorted by relevance

/hardware/interfaces/audio/2.0/
H A DIDevice.hal174 releaseAudioPatch(AudioPatchHandle patch) generates (Result retval);
/hardware/interfaces/audio/2.0/default/
H A DPrimaryDevice.cpp93 Return<Result> PrimaryDevice::releaseAudioPatch(int32_t patch) { function in class:android::hardware::audio::V2_0::implementation::PrimaryDevice
94 return mDevice->releaseAudioPatch(patch);
H A DDevice.h89 Return<Result> releaseAudioPatch(int32_t patch) override;
H A DPrimaryDevice.h84 Return<Result> releaseAudioPatch(int32_t patch) override;
H A DDevice.cpp252 Return<Result> Device::releaseAudioPatch(int32_t patch) { function in class:android::hardware::audio::V2_0::implementation::Device
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareInterface.h292 virtual int releaseAudioPatch(audio_patch_handle_t handle) = 0;

Completed in 93 milliseconds