/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | sound_id_manager.cpp | 82 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 D | stream_id_manager.cpp | 105 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 D | sound_parser.cpp | 31 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 D | soundpool.cpp | 102 int32_t SoundPool::Play(int32_t soundID, PlayParams playParameters) in Play() 187 int32_t SoundPool::Unload(int32_t soundID) in Unload()
|
H A D | cache_buffer.cpp | 30 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 D | soundpool_mock.cpp | 58 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 D | soundpoolplaystop_fuzzer.cpp | 57 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 D | soundpoolsetloop_fuzzer.cpp | 57 int32_t soundID = 0; in FuzzSoundPoolSetLoop() local
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetpriority_fuzzer/ |
H A D | soundpoolsetpriority_fuzzer.cpp | 57 int32_t soundID = 0; in FuzzSoundPoolSetPriority() local
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetvolume_fuzzer/ |
H A D | soundpoolsetvolume_fuzzer.cpp | 57 int32_t soundID = 0; in FuzzSoundPoolSetVolume() local
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetrate_fuzzer/ |
H A D | soundpoolsetrate_fuzzer.cpp | 57 int32_t soundID = 0; in FuzzSoundPoolSetRate() local
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolloadunload_fuzzer/ |
H A D | soundpoolloadunload_fuzzer.cpp | 123 int32_t soundID = *reinterpret_cast<int32_t *>(data); in FuzzSoundPoolUnload() local
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/ |
H A D | audio_haptic_sound_low_latency_impl.cpp | 122 int32_t soundID = soundPoolPlayer_->Load(uri); in PrepareSound() local
|