Searched refs:activeStreamIDToMatch (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/jni/soundpool/ |
D | StreamManager.cpp | 275 Stream* stream, int32_t activeStreamIDToMatch) in moveToRestartQueue() argument 278 __func__, stream->getStreamID(), activeStreamIDToMatch); in moveToRestartQueue() 289 moveToRestartQueue_l(stream, activeStreamIDToMatch); in moveToRestartQueue() 302 Stream* stream, int32_t activeStreamIDToMatch) in moveToRestartQueue_l() argument 305 __func__, stream->getStreamID(), activeStreamIDToMatch); in moveToRestartQueue_l() 306 if (activeStreamIDToMatch > 0 && stream->getStreamID() != activeStreamIDToMatch) { in moveToRestartQueue_l() 309 const ssize_t found = removeFromQueues_l(stream, activeStreamIDToMatch); in moveToRestartQueue_l() 320 Stream* stream, int32_t activeStreamIDToMatch) { in removeFromQueues_l() argument 330 if (found == 0 && activeStreamIDToMatch > 0) { in removeFromQueues_l()
|
D | StreamManager.h | 411 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);
|