Searched refs:PlayParams (Results 1 - 17 of 17) sorted by relevance
/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | stream_id_manager.h | 35 int32_t Play(std::shared_ptr<SoundParser> soundParser, PlayParams playParameters); 87 PlayParams playParameters; 91 int32_t SetPlay(const int32_t soundID, const int32_t streamID, const PlayParams playParameters); 92 int32_t AddPlayTask(const int32_t streamID, const PlayParams playParameters); 94 int32_t GetFreshStreamID(const int32_t soundID, PlayParams playParameters);
|
H A D | cache_buffer.h | 59 const PlayParams playParams); 94 const AudioStandard::AudioRendererInfo audioRendererInfo, const PlayParams playParams); 96 int32_t DealPlayParamsBeforePlay(const int32_t streamID, const PlayParams playParams);
|
H A D | stream_id_manager.cpp | 89 int32_t StreamIDManager::Play(std::shared_ptr<SoundParser> soundParser, PlayParams playParameters) in Play() 128 int32_t StreamIDManager::SetPlay(const int32_t soundID, const int32_t streamID, const PlayParams playParameters) in SetPlay() 251 int32_t StreamIDManager::AddPlayTask(const int32_t streamID, const PlayParams playParameters) in AddPlayTask() 303 PlayParams playParameters; in GetStreamIDBySoundID() 368 int32_t StreamIDManager::GetFreshStreamID(const int32_t soundID, PlayParams playParameters) in GetFreshStreamID()
|
H A D | soundpool.h | 39 int32_t Play(int32_t soundID, PlayParams playParameters) override;
|
H A D | cache_buffer.cpp | 57 const AudioStandard::AudioRendererInfo audioRendererInfo, const PlayParams playParams) in CreateAudioRenderer() 119 const PlayParams playParams) in PreparePlay() 214 int32_t CacheBuffer::DealPlayParamsBeforePlay(const int32_t streamID, const PlayParams playParams) in DealPlayParamsBeforePlay()
|
H A D | soundpool.cpp | 102 int32_t SoundPool::Play(int32_t soundID, PlayParams playParameters) in Play()
|
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/ |
H A D | soundpool_unit_test.cpp | 239 struct PlayParams playParameters; in HWTEST_F() 387 struct PlayParams playParameters; in HWTEST_F() 558 struct PlayParams playParameters; in HWTEST_F() 604 struct PlayParams playParameters; in HWTEST_F() 648 struct PlayParams playParameters; in HWTEST_F() 677 struct PlayParams playParameters; in HWTEST_F() 721 struct PlayParams playParameters; in HWTEST_F() 765 struct PlayParams playParameters; in HWTEST_F() 814 struct PlayParams playParameters; in HWTEST_F() 870 struct PlayParams playParameter in HWTEST_F() [all...] |
H A D | soundpool_mock.cpp | 58 int32_t SoundPoolMock::Play(int32_t soundID, PlayParams playParameters) in Play()
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/ |
H A D | isoundpool.h | 24 struct PlayParams { struct 72 virtual int32_t Play(int32_t soundID, PlayParams playParameters) = 0;
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolplaystop_fuzzer/ |
H A D | soundpoolplaystop_fuzzer.cpp | 67 struct PlayParams playParameters;
in FuzzSoundPoolPlay() 117 struct PlayParams playParameters;
in FuzzSoundPoolStop()
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetloop_fuzzer/ |
H A D | soundpoolsetloop_fuzzer.cpp | 67 struct PlayParams playParameters;
in FuzzSoundPoolSetLoop()
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetrate_fuzzer/ |
H A D | soundpoolsetrate_fuzzer.cpp | 66 struct PlayParams playParameters;
in FuzzSoundPoolSetRate()
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetvolume_fuzzer/ |
H A D | soundpoolsetvolume_fuzzer.cpp | 67 struct PlayParams playParameters;
in FuzzSoundPoolSetVolume()
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetpriority_fuzzer/ |
H A D | soundpoolsetpriority_fuzzer.cpp | 67 struct PlayParams playParameters;
in FuzzSoundPoolSetPriority()
|
/foundation/multimedia/player_framework/test/unittest/soundpool_test/include/ |
H A D | soundpool_mock.h | 45 int32_t Play(int32_t soundID, PlayParams playParameters);
|
/foundation/multimedia/player_framework/frameworks/js/soundpool/include/ |
H A D | soundpool_napi.h | 170 PlayParams playParameters_;
|
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/ |
H A D | audio_haptic_sound_low_latency_impl.cpp | 138 PlayParams playParams { in StartSound()
|
Completed in 8 milliseconds