Home
last modified time | relevance | path

Searched refs:freshStreamIDAndPlayParamsInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dstream_id_manager.cpp161 StreamIDAndPlayParamsInfo freshStreamIDAndPlayParamsInfo; in SetPlay() local
162 freshStreamIDAndPlayParamsInfo.streamID = streamID; in SetPlay()
163 freshStreamIDAndPlayParamsInfo.playParameters = playParameters; in SetPlay()
164 QueueAndSortWillPlayStreamID(freshStreamIDAndPlayParamsInfo); in SetPlay()
218 void StreamIDManager::QueueAndSortWillPlayStreamID(StreamIDAndPlayParamsInfo freshStreamIDAndPlayParamsInfo) in QueueAndSortWillPlayStreamID() argument
221 willPlayStreamInfos_.emplace_back(freshStreamIDAndPlayParamsInfo); in QueueAndSortWillPlayStreamID()
225 std::shared_ptr<CacheBuffer> freshCacheBuffer = FindCacheBuffer(freshStreamIDAndPlayParamsInfo.streamID); in QueueAndSortWillPlayStreamID()
236 willPlayStreamInfos_.insert(willPlayStreamInfos_.begin() + i, freshStreamIDAndPlayParamsInfo); in QueueAndSortWillPlayStreamID()
241 willPlayStreamInfos_.push_back(freshStreamIDAndPlayParamsInfo); in QueueAndSortWillPlayStreamID()
246 QueueAndSortWillPlayStreamID(freshStreamIDAndPlayParamsInfo); in QueueAndSortWillPlayStreamID()
[all...]
H A Dstream_id_manager.h97 void QueueAndSortWillPlayStreamID(StreamIDAndPlayParamsInfo freshStreamIDAndPlayParamsInfo);

Completed in 2 milliseconds