Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/soundpool/include/
H A Dsoundpool_napi.h53 static napi_value JsCreateSoundPool(napi_env env, napi_callback_info info);
/ohos5.0/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