• Home
  • Raw
  • Download

Lines Matching refs:mSrcId

661                 CHECK(msg->findInt64("srcId", &mCurrentSourceInfo.mSrcId));  in onMessageReceived()
673 driver->notifySetDataSourceCompleted(mCurrentSourceInfo.mSrcId, err); in onMessageReceived()
687 CHECK(msg->findInt64("srcId", &mNextSourceInfo.mSrcId)); in onMessageReceived()
704 if (srcId != mNextSourceInfo.mSrcId) { in onMessageReceived()
737 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_PLAYBACK_COMPLETE, 0, 0); in onMessageReceived()
938 driver->notifyDuration(mCurrentSourceInfo.mSrcId, durationUs); in onMessageReceived()
1030 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_STARTED, 0, 0); in onMessageReceived()
1200 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_PLAYBACK_COMPLETE, 0, 0); in onMessageReceived()
1203 mCurrentSourceInfo.mSrcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, err); in onMessageReceived()
1288 updateVideoSize(mCurrentSourceInfo.mSrcId, inputFormat, format); in onMessageReceived()
1367 mCurrentSourceInfo.mSrcId, MEDIA2_ERROR, in onMessageReceived()
1372 mCurrentSourceInfo.mSrcId, MEDIA2_INFO, in onMessageReceived()
1383 mCurrentSourceInfo.mSrcId, MEDIA2_ERROR, in onMessageReceived()
1388 mCurrentSourceInfo.mSrcId, MEDIA2_INFO, in onMessageReceived()
1439 mCurrentSourceInfo.mSrcId, MEDIA2_ERROR, in onMessageReceived()
1445 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_PLAYBACK_COMPLETE, 0, 0); in onMessageReceived()
1466 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_INFO, in onMessageReceived()
1470 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_STARTED, 0, 0); in onMessageReceived()
1523 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_NOTIFY_TIME, timerUs, 0); in onMessageReceived()
1549 notifyDriverSeekComplete(mCurrentSourceInfo.mSrcId); in onMessageReceived()
1555 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_PAUSED, 0, 0); in onMessageReceived()
1591 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_PAUSED, 0, 0); in onMessageReceived()
1616 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_PAUSED, 0, 0); in onMessageReceived()
1714 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_ERROR, in onStart()
1755 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, err); in onStart()
1778 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_INFO, MEDIA2_INFO_DATA_SOURCE_START, 0); in onStart()
1816 driver->notifyMorePlayingTimeUs(mCurrentSourceInfo.mSrcId, (played+500)/1000); in stopPlaybackTimer()
1846 mCurrentSourceInfo.mSrcId, (rebuffered+500)/1000); in stopRebufferingTimer()
1848 driver->notifyRebufferingWhenExit(mCurrentSourceInfo.mSrcId, true); in stopRebufferingTimer()
2548 driver->notifyResetComplete(mCurrentSourceInfo.mSrcId); in performReset()
2582 previousSrcId = mCurrentSourceInfo.mSrcId; in performPlayNextDataSource()
2586 mNextSourceInfo.mSrcId = ~mCurrentSourceInfo.mSrcId; // to distinguish the two sources. in performPlayNextDataSource()
2596 driver->notifyDuration(mCurrentSourceInfo.mSrcId, durationUs); in performPlayNextDataSource()
2599 mCurrentSourceInfo.mSrcId, MEDIA2_INFO, MEDIA2_INFO_DATA_SOURCE_START, 0); in performPlayNextDataSource()
2616 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_STARTED, 0, 0); in performPlayNextDataSource()
2642 driver->notifySetSurfaceComplete(mCurrentSourceInfo.mSrcId); in performSetSurface()
2674 notifyDriverSeekComplete(mCurrentSourceInfo.mSrcId); in finishResume()
2698 if (srcId == mCurrentSourceInfo.mSrcId) { in onSourceNotify()
2729 } else if (srcId == mNextSourceInfo.mSrcId) { in onSourceNotify()
2785 if (srcId == mCurrentSourceInfo.mSrcId) { in onSourceNotify()
2790 if (srcId == mCurrentSourceInfo.mSrcId) { in onSourceNotify()
2801 } else if (srcId == mNextSourceInfo.mSrcId) { in onSourceNotify()
2965 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_INFO, MEDIA2_INFO_METADATA_UPDATE, 0); in onClosedCaptionNotify()
2990 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_SUBTITLE_DATA, 0, 0, &playerMsg); in sendSubtitleData()
3001 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_META_DATA, 0, 0, &playerMsg); in sendTimedMetaData()
3031 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_TIMED_TEXT, 0, 0, &playerMsg); in sendTimedTextData()
3033 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_TIMED_TEXT, 0, 0); in sendTimedTextData()
3063 if (mCurrentSourceInfo.mSrcId == srcId) { in getSourceInfoByIdInMsg()
3065 } else if (mNextSourceInfo.mSrcId == srcId) { in getSourceInfoByIdInMsg()
3145 int64_t srcId = srcInfo->mSrcId; in onPrepareDrm()
3191 int64_t srcId = srcInfo->mSrcId; in onReleaseDrm()
3290 mSrcId(0), in SourceInfo()
3300 mSrcId = other.mSrcId; in operator =()