Searched refs:ReleaseAudioPatchData (Results 1 – 4 of 4) sorted by relevance
223 ReleaseAudioPatchData *data = (ReleaseAudioPatchData *)command->mData.get(); in threadLoop()261 sp<Command> command = new Command(RELEASE_AUDIO_PATCH, new ReleaseAudioPatchData(handle)); in releaseAudioPatchCommand()
117 class ReleaseAudioPatchData : public CommandData {119 ReleaseAudioPatchData(audio_patch_handle_t handle) in ReleaseAudioPatchData() function
1266 ReleaseAudioPatchData *data = (ReleaseAudioPatchData *)command->mParam.get(); in threadLoop()1567 ReleaseAudioPatchData *data = new ReleaseAudioPatchData(); in releaseAudioPatchCommand()1782 handle = ((ReleaseAudioPatchData *)command->mParam.get())->mHandle; in insertCommand_l()1791 handle2 = ((ReleaseAudioPatchData *)command2->mParam.get())->mHandle; in insertCommand_l()
587 class ReleaseAudioPatchData : public AudioCommandData {