Searched refs:ReleaseAudioPatchData (Results 1 – 4 of 4) sorted by relevance
237 ReleaseAudioPatchData *data = (ReleaseAudioPatchData *)command->mData.get(); in threadLoop()275 sp<Command> command = new Command(RELEASE_AUDIO_PATCH, new ReleaseAudioPatchData(handle)); in releaseAudioPatchCommand()
118 class ReleaseAudioPatchData : public CommandData {120 ReleaseAudioPatchData(audio_patch_handle_t handle) in ReleaseAudioPatchData() function
1710 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()
617 class ReleaseAudioPatchData : public AudioCommandData {