Searched refs:getSupportedFormats (Results 1 - 10 of 10) sorted by relevance

/hardware/interfaces/audio/2.0/
H A DIStream.hal112 getSupportedFormats() generates (vec<AudioFormat> formats);
/hardware/interfaces/audio/4.0/
H A DIStream.hal128 getSupportedFormats() generates (vec<AudioFormat> formats);
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DStreamIn.h71 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
H A DStreamOut.h73 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
H A DStreamIn.impl.h216 Return<void> StreamIn::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::StreamIn
217 return mStreamCommon->getSupportedFormats(_hidl_cb);
H A DStreamOut.impl.h219 Return<void> StreamOut::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::StreamOut
220 return mStreamCommon->getSupportedFormats(_hidl_cb);
H A DStream.h73 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
H A DStream.impl.h163 Return<void> Stream::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::Stream
/hardware/interfaces/audio/core/4.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp803 Result getSupportedFormats(IStream* stream, hidl_vec<AudioFormat>& capabilities) { function
804 EXPECT_OK(stream->getSupportedFormats(returnIn(capabilities)));
824 testCapabilityGetter("getSupportedFormat", stream.get(), &getSupportedFormats,
/hardware/interfaces/audio/core/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp737 &IStream::getSupportedFormats, &IStream::getFormat,

Completed in 90 milliseconds