Home
last modified time | relevance | path

Searched defs:soundID (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_id_manager.cpp82 int32_t soundID; in Load() local
112 int32_t soundID; in Load() local
132 int32_t SoundIDManager::DoLoad(int32_t soundID) in DoLoad()
168 const int32_t soundID = soundIDs_.front(); in DoParser() local
195 int32_t SoundIDManager::Unload(int32_t soundID) in Unload()
H A Dstream_id_manager.cpp105 int32_t soundID = soundParser->GetSoundID(); in Play() local
140 int32_t StreamIDManager::SetPlay(const int32_t soundID, const int32_t streamID, const PlayParams pl… in SetPlay()
313 int32_t StreamIDManager::GetStreamIDBySoundID(const int32_t soundID) in GetStreamIDBySoundID()
380 int32_t StreamIDManager::GetFreshStreamID(const int32_t soundID, PlayParams playParameters) in GetFreshStreamID()
436 void StreamIDManager::CacheBufferCallBack::OnLoadCompleted(int32_t soundID) in OnLoadCompleted()
H A Dsound_parser.cpp31 SoundParser::SoundParser(int32_t soundID, std::string url) in SoundParser()
42 SoundParser::SoundParser(int32_t soundID, int32_t fd, int64_t offset, int64_t length) in SoundParser()
233 SoundDecoderCallback::SoundDecoderCallback(const int32_t soundID, in SoundDecoderCallback()
H A Dsoundpool.cpp102 int32_t SoundPool::Play(int32_t soundID, PlayParams playParameters) in Play()
187 int32_t SoundPool::Unload(int32_t soundID) in Unload()
H A Dcache_buffer.cpp30 const size_t &cacheDataTotalSize, const int32_t &soundID, const int32_t &streamID, in CacheBuffer()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H A Dsoundpool_mock.cpp58 int32_t SoundPoolMock::Play(int32_t soundID, PlayParams playParameters) in Play()
97 int32_t SoundPoolMock::Unload(int32_t soundID) in Unload()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolplaystop_fuzzer/
H A Dsoundpoolplaystop_fuzzer.cpp57 int32_t soundID = 0; in FuzzSoundPoolPlay() local
107 int32_t soundID = 0; in FuzzSoundPoolStop() local
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetloop_fuzzer/
H A Dsoundpoolsetloop_fuzzer.cpp57 int32_t soundID = 0; in FuzzSoundPoolSetLoop() local
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetpriority_fuzzer/
H A Dsoundpoolsetpriority_fuzzer.cpp57 int32_t soundID = 0; in FuzzSoundPoolSetPriority() local
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetvolume_fuzzer/
H A Dsoundpoolsetvolume_fuzzer.cpp57 int32_t soundID = 0; in FuzzSoundPoolSetVolume() local
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetrate_fuzzer/
H A Dsoundpoolsetrate_fuzzer.cpp57 int32_t soundID = 0; in FuzzSoundPoolSetRate() local
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolloadunload_fuzzer/
H A Dsoundpoolloadunload_fuzzer.cpp123 int32_t soundID = *reinterpret_cast<int32_t *>(data); in FuzzSoundPoolUnload() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.cpp122 int32_t soundID = soundPoolPlayer_->Load(uri); in PrepareSound() local