Searched refs:CAN_PLAY (Results 1 – 1 of 1) sorted by relevance
68 private static final int CAN_PLAY = STATE_READY | STATE_PAUSED | STATE_ENDED; field in LocalRenderer593 return ((mState & CAN_PLAY) != 0) && mHasAudioFocus; in canPlay()597 return (mState & CAN_PLAY) != 0 || (mState & CAN_READY_PLAY) != 0; in canReadyPlay()