Home
last modified time | relevance | path

Searched refs:updateAudioPatch (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/audio/
Dprimary_device.cpp160 Return<void> Device::updateAudioPatch(AudioPatchHandle previousPatchHandle, in updateAudioPatch() function in android::hardware::audio::CPP_VERSION::implementation::Device
424 Return<void> PrimaryDevice::updateAudioPatch(int32_t previousPatch, in updateAudioPatch() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
428 return mDevice->updateAudioPatch(previousPatch, sources, sinks, _hidl_cb); in updateAudioPatch()
Dprimary_device.h71 Return<void> updateAudioPatch(AudioPatchHandle previousPatch,
164 Return<void> updateAudioPatch(AudioPatchHandle previousPatch,
/device/google/atv/audio_proxy/service/
DDeviceImpl.h123 Return<void> updateAudioPatch(AudioPatchHandle previousPatch,
DDeviceImpl.cpp457 Return<void> DeviceImpl::updateAudioPatch( in updateAudioPatch() function in audio_proxy::service::DeviceImpl