Searched refs:mUnprocessedPollingFrames (Results 1 – 1 of 1) sorted by relevance
131 ArrayList<PollingFrame> mUnprocessedPollingFrames = null; field in HostEmulationManager383 mUnprocessedPollingFrames = new ArrayList<PollingFrame>(); in sendFramesToServiceLocked()427 if (mUnprocessedPollingFrames != null) { in onPollingLoopDetected()428 mUnprocessedPollingFrames.add(pollingFrame); in onPollingLoopDetected()1156 && mUnprocessedPollingFrames != null) {1157 ArrayList unprocessedPollingFrames = mUnprocessedPollingFrames;1158 mUnprocessedPollingFrames = null;