Searched refs:codecChannelMode (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src.cpp | 275 napi_value codecChannelMode = nullptr; in CodecChannelModeInit() local 276 napi_create_object(env, &codecChannelMode); in CodecChannelModeInit() 277 SetNamedPropertyByInteger(env, codecChannelMode, in CodecChannelModeInit() 279 SetNamedPropertyByInteger(env, codecChannelMode, in CodecChannelModeInit() 281 SetNamedPropertyByInteger(env, codecChannelMode, in CodecChannelModeInit() 283 return codecChannelMode; in CodecChannelModeInit() 562 auto iter = g_codecChannelModeMap.find(codecChannelMode); in ConvertCodecChannelMode() 596 codecInfo.codecChannelMode = iter->second; in ConvertCodecChannelModeToCodecInfo() 622 napi_create_int32(env, codecInfo.codecChannelMode, &value); in ConvertCodecInfoToJs() 645 int32_t codecChannelMode = 0; in CheckSetCodecPreferenceParam() local [all …]
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_a2dp_src.h | 62 CodecChannelMode codecChannelMode; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-a2dp.md | 142 | codecChannelMode<sup>11+</sup> | [CodecChannelMode](#codecchannelmode11) | 是 | 是 | 表示编码器…
|
H A D | js-apis-bluetooth-a2dp-sys.md | 607 codecChannelMode: 2,
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-a2dp.md | 129 | codecChannelMode<sup>11+</sup> | [CodecChannelMode](#codecchannelmode11) | Yes | Yes | Cha…
|
H A D | js-apis-bluetooth-a2dp-sys.md | 607 codecChannelMode: 2,
|