Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/audioflinger/
H A DPatchCommandThread.h94 class CreateAudioPatchData : public CommandData {
96 CreateAudioPatchData(audio_patch_handle_t handle, const IAfPatchPanel::Patch& patch) in CreateAudioPatchData() function
H A DPatchCommandThread.cpp89 const auto data = (CreateAudioPatchData*) command->mData.get(); in threadLoop()
157 new CreateAudioPatchData(handle, patch)); in createAudioPatchCommand()
/aosp_15_r20/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp1885 CreateAudioPatchData *data = (CreateAudioPatchData *)command->mParam.get(); in threadLoop()
2073 CreateAudioPatchData *createData = in threadLoop()
2074 (CreateAudioPatchData *)command->mParam.get(); in threadLoop()
2273 CreateAudioPatchData *data = new CreateAudioPatchData(); in createAudioPatchCommand()
2569 handle = ((CreateAudioPatchData *)command->mParam.get())->mHandle; in insertCommand_l()
2570 patch = ((CreateAudioPatchData *)command->mParam.get())->mPatch; in insertCommand_l()
2578 handle2 = ((CreateAudioPatchData *)command2->mParam.get())->mHandle; in insertCommand_l()
2579 patch2 = ((CreateAudioPatchData *)command2->mParam.get())->mPatch; in insertCommand_l()
H A DAudioPolicyService.h757 class CreateAudioPatchData : public AudioCommandData {