public void doPause() {
   mState.pause();
   mDataAvail = null;
   mOwner = null;
 }