Searched defs:mRtspTimeout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayController.java453 mHandler.removeCallbacks(mRtspTimeout);
597 mHandler.removeCallbacks(mRtspTimeout);
609 mHandler.removeCallbacks(mRtspTimeout);
619 mHandler.removeCallbacks(mRtspTimeout);
625 mHandler.postDelayed(mRtspTimeout, RTSP_TIMEOUT_SECONDS * 1000);
709 private final Runnable mRtspTimeout = new Runnable() { field in class:WifiDisplayController

Completed in 7 milliseconds