Home
last modified time | relevance | path

Searched defs:sinks (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/audio/aidl/default/usb/
DModuleUsb.cpp100 const std::vector<AudioPortConfig*>& sources, const std::vector<AudioPortConfig*>& sinks) { in checkAudioPatchEndpointsMatch()
/hardware/interfaces/audio/aidl/default/r_submix/
DModuleRemoteSubmix.cpp145 const std::vector<AudioPortConfig*>& sources, const std::vector<AudioPortConfig*>& sinks) { in checkAudioPatchEndpointsMatch()
/hardware/interfaces/audio/core/all-versions/default/
DDevice.cpp361 const hidl_vec<AudioPortConfig>& sinks, in openOutputStreamImpl()
370 const hidl_vec<AudioPortConfig>& sinks) { in openOutputStreamImpl()
599 const hidl_vec<AudioPortConfig>& sinks, in openOutputStreamImpl()
DPrimaryDevice.cpp121 const hidl_vec<AudioPortConfig>& sinks, in createAudioPatch()
194 const hidl_vec<AudioPortConfig>& sinks, in updateAudioPatch()
/hardware/interfaces/audio/aidl/default/alsa/
DStreamAlsa.cpp109 decltype(mSinks) sinks; in start() local
/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp169 const std::vector<AudioPortConfig*>& sources, const std::vector<AudioPortConfig*>& sinks) { in checkAudioPatchEndpointsMatch()
/hardware/interfaces/audio/aidl/default/
DModule.cpp1090 auto sinks = selectByIds<AudioPortConfig>(configs, in_requested.sinkPortConfigIds, &missingIds); in setAudioPatch() local
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c1705 const struct audio_port_config *sinks, in adev_create_audio_patch()
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp4616 const std::vector<int32_t>& sinks) { in SetInvalidPatchHelper()