Searched refs:getStreamID (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/media/jni/soundpool/ |
D | StreamManager.cpp | 66 return stream != nullptr && stream->getStreamID() == streamID ? stream : nullptr; in findStream() 87 return stream == nullptr ? 0 : stream->getStreamID(); in getNextIdForStream() 89 stream->getStreamID() /* oldID */); in getNextIdForStream() 202 (void)newStream->requestStop(newStream->getStreamID()); in queueForPlay() 236 ALOGV("%s: starting streamID:%d", __func__, nextStream->getStreamID()); in queueForPlay() 264 __func__, stream->getStreamID(), activeStreamIDToMatch); in moveToRestartQueue() 272 __func__, stream->getStreamID()); in moveToRestartQueue() 291 __func__, stream->getStreamID(), activeStreamIDToMatch); in moveToRestartQueue_l() 292 if (activeStreamIDToMatch > 0 && stream->getStreamID() != activeStreamIDToMatch) { in moveToRestartQueue_l() 378 ALOGV("%s(%d) stopping streamID:%d", __func__, id, stream->getStreamID()); in run() [all …]
|
D | Stream.h | 115 int32_t getStreamID() const NO_THREAD_SAFETY_ANALYSIS { return mStreamID; } in getStreamID() function
|
D | Stream.cpp | 235 ALOGV("%s: track streamID: %d", __func__, (int)getStreamID()); in playPairStream() 455 getPairStream(), mState, (int)getStreamID(), getSoundID(), mPriority, mLoop); in dump()
|