/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | StreamIn.h | 61 Return<void> getSupportedSampleRates(getSupportedSampleRates_cb _hidl_cb) override; 64 Return<void> getSupportedSampleRates(AudioFormat format, getSupportedSampleRates_cb _hidl_cb);
|
D | StreamOut.h | 61 Return<void> getSupportedSampleRates(getSupportedSampleRates_cb _hidl_cb) override; 64 Return<void> getSupportedSampleRates(AudioFormat format, getSupportedSampleRates_cb _hidl_cb);
|
D | Stream.h | 64 Return<void> getSupportedSampleRates(getSupportedSampleRates_cb _hidl_cb) override; 67 Return<void> getSupportedSampleRates(AudioFormat format, getSupportedSampleRates_cb _hidl_cb);
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | Stream.cpp | 86 Return<void> Stream::getSupportedSampleRates(getSupportedSampleRates_cb _hidl_cb) { in getSupportedSampleRates() function in android::hardware::audio::CPP_VERSION::implementation::Stream 87 return getSupportedSampleRates(getFormat(), _hidl_cb); in getSupportedSampleRates() 94 Return<void> Stream::getSupportedSampleRates(AudioFormat format, in getSupportedSampleRates() function in android::hardware::audio::CPP_VERSION::implementation::Stream
|
D | StreamOut.cpp | 191 Return<void> StreamOut::getSupportedSampleRates(getSupportedSampleRates_cb _hidl_cb) { in getSupportedSampleRates() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut 192 return mStreamCommon->getSupportedSampleRates(_hidl_cb); in getSupportedSampleRates() 200 Return<void> StreamOut::getSupportedSampleRates(AudioFormat format, in getSupportedSampleRates() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut 202 return mStreamCommon->getSupportedSampleRates(format, _hidl_cb); in getSupportedSampleRates()
|
D | StreamIn.cpp | 188 Return<void> StreamIn::getSupportedSampleRates(getSupportedSampleRates_cb _hidl_cb) { in getSupportedSampleRates() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn 189 return mStreamCommon->getSupportedSampleRates(_hidl_cb); in getSupportedSampleRates() 197 Return<void> StreamIn::getSupportedSampleRates(AudioFormat format, in getSupportedSampleRates() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn 199 return mStreamCommon->getSupportedSampleRates(format, _hidl_cb); in getSupportedSampleRates()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/ |
D | AudioPrimaryHidlHalUtils.h | 55 EXPECT_OK(stream->getSupportedSampleRates(returnIn(rates))); in sampleRates()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalUtils.h | 67 EXPECT_OK(stream->getSupportedSampleRates(getFormat(stream), returnIn(res, rates))); in sampleRates()
|
/hardware/interfaces/audio/2.0/ |
D | IStream.hal | 62 getSupportedSampleRates() generates (vec<uint32_t> sampleRates);
|
/hardware/interfaces/audio/4.0/ |
D | IStream.hal | 71 getSupportedSampleRates(AudioFormat format)
|
/hardware/interfaces/audio/6.0/ |
D | IStream.hal | 71 getSupportedSampleRates(AudioFormat format)
|
/hardware/interfaces/audio/5.0/ |
D | IStream.hal | 71 getSupportedSampleRates(AudioFormat format)
|