Lines Matching defs:NuPlayer2Driver
28 struct NuPlayer2Driver : public MediaPlayer2Interface { struct
93 enum State {
109 enum {
113 mutable Mutex mLock;
114 Condition mCondition;
116 State mState;
118 status_t mAsyncResult;
122 int64_t mSrcId;
123 bool mSetSurfaceInProgress;
124 int64_t mDurationUs;
125 int64_t mPositionUs;
126 bool mSeekInProgress;
127 int64_t mPlayingTimeUs;
128 int64_t mRebufferingTimeUs;
129 int32_t mRebufferingEvents;
130 bool mRebufferingAtExit;
154 DISALLOW_EVIL_CONSTRUCTORS(NuPlayer2Driver); argument