Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/js/soundpool/include/
H A Dsoundpool_napi.h53 static napi_value JsCreateSoundPool(napi_env env, napi_callback_info info);
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H A Dsoundpool_napi.cpp41 DECLARE_NAPI_STATIC_FUNCTION("createSoundPool", JsCreateSoundPool), in Init()
131 napi_value SoundPoolNapi::JsCreateSoundPool(napi_env env, napi_callback_info info) in JsCreateSoundPool() function in OHOS::Media::SoundPoolNapi
133 MediaTrace trace("SoundPool::JsCreateSoundPool"); in JsCreateSoundPool()
134 MEDIA_LOGI("SoundPoolNapi::JsCreateSoundPool"); in JsCreateSoundPool()
157 napi_create_string_utf8(env, "JsCreateSoundPool", NAPI_AUTO_LENGTH, &resource); in JsCreateSoundPool()
159 MEDIA_LOGD("JsCreateSoundPool napi_create_async_work"); in JsCreateSoundPool()

Completed in 4 milliseconds