Searched refs:createAudioPatch (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/audio/core/all-versions/default/ |
D | PrimaryDevice.cpp | 104 Return<void> PrimaryDevice::createAudioPatch(const hidl_vec<AudioPortConfig>& sources, in createAudioPatch() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice 107 return mDevice->createAudioPatch(sources, sinks, _hidl_cb); in createAudioPatch()
|
D | Device.cpp | 257 Return<void> Device::createAudioPatch(const hidl_vec<AudioPortConfig>& sources, in createAudioPatch() function in android::hardware::audio::CPP_VERSION::implementation::Device
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 285 virtual int createAudioPatch(unsigned int num_sources,
|
/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | Device.h | 92 Return<void> createAudioPatch(const hidl_vec<AudioPortConfig>& sources,
|
D | PrimaryDevice.h | 74 Return<void> createAudioPatch(const hidl_vec<AudioPortConfig>& sources,
|
/hardware/interfaces/audio/2.0/ |
D | IDevice.hal | 165 createAudioPatch(vec<AudioPortConfig> sources, vec<AudioPortConfig> sinks)
|
D | IStream.hal | 171 * 'IDevice.createAudioPatch' method. Calling this method is
|
/hardware/interfaces/audio/4.0/ |
D | IDevice.hal | 167 createAudioPatch(vec<AudioPortConfig> sources, vec<AudioPortConfig> sinks)
|
D | IStream.hal | 190 * 'IDevice.createAudioPatch' method. Calling this method is
|
/hardware/interfaces/audio/5.0/ |
D | IDevice.hal | 167 createAudioPatch(vec<AudioPortConfig> sources, vec<AudioPortConfig> sinks)
|
D | IStream.hal | 190 * 'IDevice.createAudioPatch' method. Calling this method is
|