Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchCommandThread.h103 class ReleaseAudioPatchData : public CommandData {
105 explicit ReleaseAudioPatchData(audio_patch_handle_t handle) in ReleaseAudioPatchData() function
DPatchCommandThread.cpp103 const auto data = (ReleaseAudioPatchData*) command->mData.get(); in threadLoop()
167 sp<Command>::make(RELEASE_AUDIO_PATCH, new ReleaseAudioPatchData(handle)); in releaseAudioPatchCommand()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1871 ReleaseAudioPatchData *data = (ReleaseAudioPatchData *)command->mParam.get(); in threadLoop()
2224 ReleaseAudioPatchData *data = new ReleaseAudioPatchData(); in releaseAudioPatchCommand()
2480 handle = ((ReleaseAudioPatchData *)command->mParam.get())->mHandle; in insertCommand_l()
2489 handle2 = ((ReleaseAudioPatchData *)command2->mParam.get())->mHandle; in insertCommand_l()
DAudioPolicyService.h714 class ReleaseAudioPatchData : public AudioCommandData {