Searched refs:audioInputChannelMaskFromHal (Results 1 – 2 of 2) sorted by relevance
139 static status_t audioInputChannelMaskFromHal(audio_channel_mask_t halChannelMask,
57 status_t HidlUtils::audioInputChannelMaskFromHal(audio_channel_mask_t halChannelMask, in audioInputChannelMaskFromHal() function in android::hardware::audio::common::COMMON_TYPES_CPP_VERSION::implementation::HidlUtils85 return isInput ? audioInputChannelMaskFromHal(halChannelMask, channelMask) in audioChannelMaskFromHal()