Searched refs:PreparePlay (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | cache_buffer.h | 58 int32_t PreparePlay(const int32_t streamID, const AudioStandard::AudioRendererInfo audioRendererInfo,
|
H A D | cache_buffer.cpp | 118 int32_t CacheBuffer::PreparePlay(const int32_t streamID, const AudioStandard::AudioRendererInfo audioRendererInfo, in PreparePlay() function in OHOS::Media::CacheBuffer 123 MEDIA_LOGI("CacheBuffer::PreparePlay CreateAudioRenderer start streamID:%{public}d", streamID); in PreparePlay() 125 MEDIA_LOGI("CacheBuffer::PreparePlay CreateAudioRenderer end streamID:%{public}d", streamID); in PreparePlay() 128 MEDIA_LOGI("CacheBuffer::PreparePlay audioRenderer inited, streamID:%{public}d", streamID); in PreparePlay()
|
H A D | stream_id_manager.cpp | 140 freshCacheBuffer->PreparePlay(streamID, audioRendererInfo_, playParameters); in SetPlay()
|
Completed in 3 milliseconds