Searched refs:getCorrespondingStreamID (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/media/jni/soundpool/ |
H A D | Stream.cpp | 380 int Stream::getCorrespondingStreamID() { in getCorrespondingStreamID() function in android::soundpool::Stream 387 __func__, mStream->getCorrespondingStreamID()); in onMoreData() 393 __func__, mStream->getCorrespondingStreamID()); in onUnderrun() 397 ALOGV("%s streamID %d EVENT_LOOP_END", __func__, mStream->getCorrespondingStreamID()); in onLoopEnd() 402 __func__, mStream->getCorrespondingStreamID()); in onMarker() 407 __func__, mStream->getCorrespondingStreamID()); in onNewPos() 415 ALOGV("%s streamID %d NEW_IAUDIOTRACK", __func__, mStream->getCorrespondingStreamID()); in onNewIAudioTrack() 420 __func__, mStream->getCorrespondingStreamID()); in onStreamEnd() 425 __func__, mStream->getCorrespondingStreamID()); in onCanWriteMoreData()
|
H A D | Stream.h | 129 int getCorrespondingStreamID(); in alignas()
|