Home
last modified time | relevance | path

Searched refs:GetChannelModeBit (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/bluetooth/audio/aidl/default/
DA2dpOffloadCodecSbc.cpp146 static int GetChannelModeBit(ChannelMode channel_mode) { in GetChannelModeBit() function
311 if (capabilities.get(GetChannelModeBit(v))) channel_modes.push_back(v);
428 auto cm_hint = hint ? GetChannelModeBit(hint->channelMode) : -1; in BuildConfiguration()