Searched refs:MSG_RETRY_PLAYBACK (Results 1 – 1 of 1) sorted by relevance
100 private static final int MSG_RETRY_PLAYBACK = 1002; field in TunerSessionWorker382 sendMessage(MSG_RETRY_PLAYBACK, mPlayer); in onStateChanged()400 mHandler.obtainMessage(MSG_RETRY_PLAYBACK, mPlayer).sendToTarget(); in onError()502 sendMessage(MSG_RETRY_PLAYBACK, mPlayer); in onDiskTooSlow()651 case MSG_RETRY_PLAYBACK: { in handleMessage()654 mHandler.removeMessages(MSG_RETRY_PLAYBACK); in handleMessage()948 if (!mHandler.hasMessages(MSG_RETRY_PLAYBACK)) { in handleMessage()950 MSG_RETRY_PLAYBACK, mPlayer), PLAYBACK_RETRY_DELAY_MS); in handleMessage()963 mHandler.removeMessages(MSG_RETRY_PLAYBACK); in handleMessage()1262 sendMessage(MSG_RETRY_PLAYBACK, mPlayer); in startPlayback()[all …]