Home
last modified time | relevance | path

Searched refs:activeStreamIDToMatch (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/media/jni/soundpool/
H A DStreamManager.cpp273 Stream* stream, int32_t activeStreamIDToMatch) in moveToRestartQueue() argument
276 __func__, stream->getStreamID(), activeStreamIDToMatch); in moveToRestartQueue()
287 moveToRestartQueue_l(stream, activeStreamIDToMatch); in moveToRestartQueue()
300 Stream* stream, int32_t activeStreamIDToMatch) in moveToRestartQueue_l() argument
303 __func__, stream->getStreamID(), activeStreamIDToMatch); in moveToRestartQueue_l()
304 if (activeStreamIDToMatch > 0 && stream->getStreamID() != activeStreamIDToMatch) { in moveToRestartQueue_l()
307 const ssize_t found = removeFromQueues_l(stream, activeStreamIDToMatch); in moveToRestartQueue_l()
318 Stream* stream, int32_t activeStreamIDToMatch) { in removeFromQueues_l() argument
328 if (found == 0 && activeStreamIDToMatch > 0) { in removeFromQueues_l()
H A DStreamManager.h411 void moveToRestartQueue(Stream* stream, int32_t activeStreamIDToMatch = 0);
429 Stream* stream, int32_t activeStreamIDToMatch = 0) REQUIRES(mStreamManagerLock);
434 Stream* stream, int32_t activeStreamIDToMatch = 0) REQUIRES(mStreamManagerLock);