Searched refs:ReleaseAudioPatchData (Results 1 – 4 of 4) sorted by relevance
221 ReleaseAudioPatchData *data = (ReleaseAudioPatchData *)command->mData.get(); in threadLoop()259 sp<Command> command = new Command(RELEASE_AUDIO_PATCH, new ReleaseAudioPatchData(handle)); in releaseAudioPatchCommand()
116 class ReleaseAudioPatchData : public CommandData {118 ReleaseAudioPatchData(audio_patch_handle_t handle) in ReleaseAudioPatchData() function
1188 ReleaseAudioPatchData *data = (ReleaseAudioPatchData *)command->mParam.get(); in threadLoop()1489 ReleaseAudioPatchData *data = new ReleaseAudioPatchData(); in releaseAudioPatchCommand()1704 handle = ((ReleaseAudioPatchData *)command->mParam.get())->mHandle; in insertCommand_l()1713 handle2 = ((ReleaseAudioPatchData *)command2->mParam.get())->mHandle; in insertCommand_l()
565 class ReleaseAudioPatchData : public AudioCommandData {