Searched refs:mRtspTimeout (Results 1 – 1 of 1) sorted by relevance
584 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()755 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()772 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()782 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()792 mHandler.postDelayed(mRtspTimeout, rtspTimeout * 1000); in updateConnection()924 private final Runnable mRtspTimeout = new Runnable() { field in WifiDisplayController