Searched defs:GetSupported (Results 1 – 3 of 3) sorted by relevance
48 struct GetSupported { struct50 static Result convertToResult(const Vec& vec) { in convertToResult()54 static Result sampleRates(IStream* stream, hidl_vec<uint32_t>& rates) { in sampleRates()59 static Result channelMasks(IStream* stream, hidl_vec<AudioChannelMask>& channels) { in channelMasks()64 static Result formats(IStream* stream, hidl_vec<AudioFormat>& capabilities) { in formats()
60 struct GetSupported { struct61 static auto getFormat(IStream* stream) { in getFormat()66 static Result sampleRates(IStream* stream, hidl_vec<uint32_t>& rates) { in sampleRates()72 static Result channelMasks(IStream* stream, in channelMasks()80 static Result formats(IStream* stream, hidl_vec<AudioFormat>& capabilities) { in formats()85 static Result formats(IStream* stream, hidl_vec<AudioFormat>& capabilities) { in formats()
198 void GetSupported(const KeymasterContext& context, keymaster_algorithm_t algorithm, in GetSupported() function