/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 | 87 Return<void> Stream::getSupportedSampleRates(getSupportedSampleRates_cb _hidl_cb) { in getSupportedSampleRates() function in android::hardware::audio::CPP_VERSION::implementation::Stream 88 return getSupportedSampleRates(getFormat(), _hidl_cb); in getSupportedSampleRates() 95 Return<void> Stream::getSupportedSampleRates(AudioFormat format, in getSupportedSampleRates() function in android::hardware::audio::CPP_VERSION::implementation::Stream
|
D | StreamIn.cpp | 187 Return<void> StreamIn::getSupportedSampleRates(getSupportedSampleRates_cb _hidl_cb) { in getSupportedSampleRates() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn 188 return mStreamCommon->getSupportedSampleRates(_hidl_cb); in getSupportedSampleRates() 196 Return<void> StreamIn::getSupportedSampleRates(AudioFormat format, in getSupportedSampleRates() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn 198 return mStreamCommon->getSupportedSampleRates(format, _hidl_cb); in getSupportedSampleRates()
|
D | StreamOut.cpp | 190 Return<void> StreamOut::getSupportedSampleRates(getSupportedSampleRates_cb _hidl_cb) { in getSupportedSampleRates() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut 191 return mStreamCommon->getSupportedSampleRates(_hidl_cb); in getSupportedSampleRates() 199 Return<void> StreamOut::getSupportedSampleRates(AudioFormat format, in getSupportedSampleRates() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut 201 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/5.0/ |
D | IStream.hal | 71 getSupportedSampleRates(AudioFormat format)
|