Searched refs:getSupportedChannelMasks (Results 1 - 8 of 8) sorted by relevance

/hardware/interfaces/audio/2.0/
H A DIStream.hal87 getSupportedChannelMasks() generates (vec<AudioChannelMask> masks);
/hardware/interfaces/audio/2.0/default/
H A DStreamIn.cpp203 Return<void> StreamIn::getSupportedChannelMasks( function in class:android::hardware::audio::V2_0::implementation::StreamIn
205 return mStreamCommon->getSupportedChannelMasks(_hidl_cb);
H A DStream.h60 Return<void> getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) override;
H A DStreamIn.h69 Return<void> getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) override;
H A DStreamOut.h71 Return<void> getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) override;
H A DStreamOut.cpp200 Return<void> StreamOut::getSupportedChannelMasks( function in class:android::hardware::audio::V2_0::implementation::StreamOut
202 return mStreamCommon->getSupportedChannelMasks(_hidl_cb);
H A DStream.cpp125 Return<void> Stream::getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) { function in class:android::hardware::audio::V2_0::implementation::Stream
/hardware/interfaces/audio/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp812 &IStream::getSupportedChannelMasks,

Completed in 25 milliseconds