Home
last modified time | relevance | path

Searched defs:soundId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H A Dsoundpool_mock.cpp28 void SoundPoolCallbackTest::OnLoadCompleted(int32_t soundId) in OnLoadCompleted()
H A Dsoundpool_unit_test.cpp47 for (auto soundId : soundIDs_) { in TearDown() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H A Dsoundpool_callback_napi.cpp34 void SoundPoolCallBackNapi::OnLoadCompleted(int32_t soundId) in OnLoadCompleted()
102 void SoundPoolCallBackNapi::SendLoadCompletedCallback(int32_t soundId) in SendLoadCompletedCallback()
H A Dsoundpool_napi.cpp195 int32_t soundId; in JsLoad() local
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolplaystop_fuzzer/
H A Dsoundpoolplaystop_fuzzer.cpp74 int32_t soundId = *reinterpret_cast<int32_t *>(data); in FuzzSoundPoolPlay() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.cpp327 void AHSoundLowLatencyCallback::OnLoadCompleted(int32_t soundId) in OnLoadCompleted()