Searched refs:sinks (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/audio/2.0/default/ |
D | Device.cpp | 230 const hidl_vec<AudioPortConfig>& sinks, in createAudioPatch() argument 238 HidlUtils::audioPortConfigsToHal(sinks)); in createAudioPatch() 243 sinks.size(), &halSinks[0], &halPatch)); in createAudioPatch()
|
D | PrimaryDevice.cpp | 89 const hidl_vec<AudioPortConfig>& sinks, createAudioPatch_cb _hidl_cb) { in createAudioPatch() argument 90 return mDevice->createAudioPatch(sources, sinks, _hidl_cb); in createAudioPatch()
|
D | Device.h | 87 const hidl_vec<AudioPortConfig>& sinks,
|
D | PrimaryDevice.h | 82 const hidl_vec<AudioPortConfig>& sinks,
|
/hardware/interfaces/audio/2.0/ |
D | IDevice.hal | 161 * @param sinks patch sinks. 165 createAudioPatch(vec<AudioPortConfig> sources, vec<AudioPortConfig> sinks)
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 289 const struct audio_port_config *sinks,
|
/hardware/libhardware/include/hardware/ |
D | audio.h | 705 const struct audio_port_config *sinks,
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 26 * Handle type for identifying audio sources and sinks.
|