Home
last modified time | relevance | path

Searched refs:getSupportedSampleRates (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish/audio/
Dstream_common.h44 void getSupportedSampleRates(AudioFormat format,
Dstream_common.cpp56 void StreamCommon::getSupportedSampleRates(AudioFormat format, in getSupportedSampleRates() function in android::hardware::audio::V6_0::implementation::StreamCommon
Dstream_in.h52 …Return<void> getSupportedSampleRates(AudioFormat format, getSupportedSampleRates_cb _hidl_cb) over…
Dstream_in.cpp273 Return<void> StreamIn::getSupportedSampleRates(AudioFormat format, in getSupportedSampleRates() function in android::hardware::audio::V6_0::implementation::StreamIn
275 mCommon.getSupportedSampleRates(format, _hidl_cb); in getSupportedSampleRates()
Dstream_out.h52 …Return<void> getSupportedSampleRates(AudioFormat format, getSupportedSampleRates_cb _hidl_cb) over…
Dstream_out.cpp291 Return<void> StreamOut::getSupportedSampleRates(AudioFormat format, in getSupportedSampleRates() function in android::hardware::audio::V6_0::implementation::StreamOut
293 mCommon.getSupportedSampleRates(format, _hidl_cb); in getSupportedSampleRates()
/device/google/atv/audio_proxy/
DAudioProxyStreamOut.h47 hidl_vec<uint32_t> getSupportedSampleRates(AudioFormat format) const;
DStreamOutImpl.h58 Return<void> getSupportedSampleRates(
DStreamOutImpl.cpp207 Return<void> StreamOutImpl::getSupportedSampleRates( in getSupportedSampleRates() function in audio_proxy::CPP_VERSION::StreamOutImpl
209 _hidl_cb(Result::OK, mStream->getSupportedSampleRates(format)); in getSupportedSampleRates()
DAudioProxyStreamOut.cpp112 hidl_vec<uint32_t> AudioProxyStreamOut::getSupportedSampleRates( in getSupportedSampleRates() function in audio_proxy::CPP_VERSION::AudioProxyStreamOut