Searched refs:sinks (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/audio/core/all-versions/default/ |
D | Device.cpp | 258 const hidl_vec<AudioPortConfig>& sinks, in createAudioPatch() argument 264 std::unique_ptr<audio_port_config[]> halSinks(HidlUtils::audioPortConfigsToHal(sinks)); in createAudioPatch() 268 sinks.size(), &halSinks[0], &halPatch)); in createAudioPatch()
|
D | PrimaryDevice.cpp | 105 const hidl_vec<AudioPortConfig>& sinks, in createAudioPatch() argument 107 return mDevice->createAudioPatch(sources, sinks, _hidl_cb); in createAudioPatch()
|
/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 | 288 const struct audio_port_config *sinks,
|
/hardware/interfaces/audio/4.0/ |
D | IDevice.hal | 163 * @param sinks patch sinks. 167 createAudioPatch(vec<AudioPortConfig> sources, vec<AudioPortConfig> sinks)
|
/hardware/interfaces/audio/5.0/ |
D | IDevice.hal | 163 * @param sinks patch sinks. 167 createAudioPatch(vec<AudioPortConfig> sources, vec<AudioPortConfig> sinks)
|
/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | Device.h | 93 const hidl_vec<AudioPortConfig>& sinks,
|
D | PrimaryDevice.h | 75 const hidl_vec<AudioPortConfig>& sinks,
|
/hardware/libhardware/include/hardware/ |
D | audio.h | 808 const struct audio_port_config *sinks,
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 26 * Handle type for identifying audio sources and sinks.
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 26 * Handle type for identifying audio sources and sinks.
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 28 * Handle type for identifying audio sources and sinks.
|