Home
last modified time | relevance | path

Searched refs:getSupportedChannelMasks (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/audio/
Dstream_common.h48 void getSupportedChannelMasks(AudioFormat format,
Dstream_common.cpp75 void StreamCommon::getSupportedChannelMasks(AudioFormat format, in getSupportedChannelMasks() function in android::hardware::audio::V6_0::implementation::StreamCommon
Dstream_in.h55 …Return<void> getSupportedChannelMasks(AudioFormat format, getSupportedChannelMasks_cb _hidl_cb) ov…
Dstream_in.cpp264 Return<void> StreamIn::getSupportedChannelMasks(AudioFormat format, in getSupportedChannelMasks() function in android::hardware::audio::V6_0::implementation::StreamIn
266 mCommon.getSupportedChannelMasks(format, _hidl_cb); in getSupportedChannelMasks()
Dstream_out.h56 …Return<void> getSupportedChannelMasks(AudioFormat format, getSupportedChannelMasks_cb _hidl_cb) ov…
Dstream_out.cpp271 Return<void> StreamOut::getSupportedChannelMasks(AudioFormat format, in getSupportedChannelMasks() function in android::hardware::audio::V6_0::implementation::StreamOut
273 mCommon.getSupportedChannelMasks(format, _hidl_cb); in getSupportedChannelMasks()