Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp56 const static std::map<int32_t, int32_t> g_codecChannelModeMap = { variable
562 auto iter = g_codecChannelModeMap.find(codecChannelMode); in ConvertCodecChannelMode()
563 if (iter != g_codecChannelModeMap.end()) { in ConvertCodecChannelMode()