Lines Matching defs:NuPlayerDriver
28 struct NuPlayerDriver : public MediaPlayerInterface { struct
102 enum State {
118 mutable Mutex mLock;
119 Condition mCondition;
121 State mState;
123 bool mIsAsyncPrepare;
124 status_t mAsyncResult;
128 bool mSetSurfaceInProgress;
129 int64_t mDurationUs;
130 int64_t mPositionUs;
131 bool mSeekInProgress;
132 int64_t mPlayingTimeUs;
133 int64_t mRebufferingTimeUs;
134 int32_t mRebufferingEvents;
135 bool mRebufferingAtExit;
160 DISALLOW_EVIL_CONSTRUCTORS(NuPlayerDriver); argument