Home
last modified time | relevance | path

Searched refs:codecChannelMode (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp271 napi_value codecChannelMode = nullptr; in CodecChannelModeInit() local
272 napi_create_object(env, &codecChannelMode); in CodecChannelModeInit()
273 SetNamedPropertyByInteger(env, codecChannelMode, in CodecChannelModeInit()
275 SetNamedPropertyByInteger(env, codecChannelMode, in CodecChannelModeInit()
277 SetNamedPropertyByInteger(env, codecChannelMode, in CodecChannelModeInit()
279 return codecChannelMode; in CodecChannelModeInit()
556 static void ConvertCodecChannelMode(A2dpCodecInfo &a2dpCodecInfo, int32_t codecChannelMode) in ConvertCodecChannelMode() argument
558 auto iter = g_codecChannelModeMap.find(codecChannelMode); in ConvertCodecChannelMode()
588 static void ConvertCodecChannelModeToCodecInfo(CodecInfo &codecInfo, int32_t codecChannelMode) in ConvertCodecChannelModeToCodecInfo() argument
590 auto iter = g_a2dpCodecChannelModeMap.find(codecChannelMode); in ConvertCodecChannelModeToCodecInfo()
641 int32_t codecChannelMode = 0; CheckSetCodecPreferenceParam() local
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_a2dp_src.h62 CodecChannelMode codecChannelMode; member

Completed in 2 milliseconds