Searched refs:JsStop (Results 1 - 6 of 6) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/soundpool/include/ |
H A D | soundpool_napi.h | 77 static napi_value JsStop(napi_env env, napi_callback_info info);
|
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_napi.h | 103 static napi_value JsStop(napi_env env, napi_callback_info info);
|
H A D | avplayer_napi.cpp | 79 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 D | avrecorder_napi.h | 247 static napi_value JsStop(napi_env env, napi_callback_info info);
|
H A D | avrecorder_napi.cpp | 78 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 D | soundpool_napi.cpp | 47 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