Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_a2dp_src.h91 static napi_value GetCurrentCodecInfo(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp125 DECLARE_NAPI_FUNCTION("getCurrentCodecInfo", GetCurrentCodecInfo), in DefineA2dpSourceJSClass()
668 napi_value NapiA2dpSource::GetCurrentCodecInfo(napi_env env, napi_callback_info info) in GetCurrentCodecInfo() function in OHOS::Bluetooth::NapiA2dpSource