Home
last modified time | relevance | path

Searched refs:ReleaseAudioPatchData (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DDeviceEffectManager.cpp237 ReleaseAudioPatchData *data = (ReleaseAudioPatchData *)command->mData.get(); in threadLoop()
275 sp<Command> command = new Command(RELEASE_AUDIO_PATCH, new ReleaseAudioPatchData(handle)); in releaseAudioPatchCommand()
H A DDeviceEffectManager.h118 class ReleaseAudioPatchData : public CommandData {
120 ReleaseAudioPatchData(audio_patch_handle_t handle) in ReleaseAudioPatchData() function
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp1710 ReleaseAudioPatchData *data = (ReleaseAudioPatchData *)command->mParam.get(); in threadLoop()
2043 ReleaseAudioPatchData *data = new ReleaseAudioPatchData(); in releaseAudioPatchCommand()
2282 handle = ((ReleaseAudioPatchData *)command->mParam.get())->mHandle; in insertCommand_l()
2291 handle2 = ((ReleaseAudioPatchData *)command2->mParam.get())->mHandle; in insertCommand_l()
H A DAudioPolicyService.h617 class ReleaseAudioPatchData : public AudioCommandData {