Home
last modified time | relevance | path

Searched refs:JsStop (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/soundpool/include/
H A Dsoundpool_napi.h77 static napi_value JsStop(napi_env env, napi_callback_info info);
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.h103 static napi_value JsStop(napi_env env, napi_callback_info info);
H A Davplayer_napi.cpp79 DECLARE_NAPI_FUNCTION("stop", JsStop), in Init()
483 napi_value AVPlayerNapi::JsStop(napi_env env, napi_callback_info info) in JsStop() function in OHOS::Media::AVPlayerNapi
488 MEDIA_LOGI("JsStop In"); in JsStop()
506 MEDIA_LOGI("0x%{public}06" PRIXPTR " JsStop EnqueueTask In", FAKE_POINTER(jsPlayer)); in JsStop()
508 MEDIA_LOGI("0x%{public}06" PRIXPTR " JsStop EnqueueTask Out", FAKE_POINTER(jsPlayer)); in JsStop()
512 napi_create_string_utf8(env, "JsStop", NAPI_AUTO_LENGTH, &resource); in JsStop()
515 MEDIA_LOGI("Wait JsStop Task Start"); in JsStop()
519 MEDIA_LOGI("Wait JsStop Task End"); in JsStop()
524 MEDIA_LOGI("0x%{public}06" PRIXPTR " JsStop Out", FAKE_POINTER(jsPlayer)); in JsStop()
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h247 static napi_value JsStop(napi_env env, napi_callback_info info);
H A Davrecorder_napi.cpp78 DECLARE_NAPI_FUNCTION("stop", JsStop), in Init()
518 napi_value AVRecorderNapi::JsStop(napi_env env, napi_callback_info info) in JsStop() function in AVRecorderNapi
520 MediaTrace trace("AVRecorder::JsStop"); in JsStop()
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H A Dsoundpool_napi.cpp47 DECLARE_NAPI_FUNCTION("stop", JsStop), in Init()
265 napi_value SoundPoolNapi::JsStop(napi_env env, napi_callback_info info) in JsStop() function in OHOS::Media::SoundPoolNapi
267 MediaTrace trace("SoundPool::JsStop"); in JsStop()
268 MEDIA_LOGI("SoundPoolNapi::JsStop"); in JsStop()
288 napi_create_string_utf8(env, "JsStop", NAPI_AUTO_LENGTH, &resource); in JsStop()
303 MEDIA_LOGD("JsStop napi_create_async_work"); in JsStop()

Completed in 12 milliseconds