Searched refs:aidlSinks (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libaudiohal/impl/ |
D | DeviceHalAidl.cpp | 607 std::vector<AudioPortConfig> aidlSources, aidlSinks; in createAudioPatch() local 620 aidlSinks.push_back(VALUE_OR_RETURN_STATUS( in createAudioPatch() 635 aidlSources, aidlSinks, &newAidlPatchId, &cleanups)); in createAudioPatch() 639 aidlSources, aidlSinks, &aidlHalPatchId, &cleanups)); in createAudioPatch() 643 aidlSources, aidlSinks, &aidlPatchId, &cleanups)); in createAudioPatch()
|