HomeSort by relevance Sort by last modified time
    Searched refs:mEventCache (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java 148 private final List<EventData> mEventCache = new ArrayList<EventData>();
153 synchronized (mEventCache) {
154 mEventCache.add(eventData);
155 mEventCache.notify();
162 synchronized (mEventCache) {
163 mEventCache.add(eventData);
164 mEventCache.notify();
169 synchronized(mEventCache) {
170 mEventCache.clear();
175 synchronized(mEventCache) {
    [all...]
  /frameworks/native/services/sensorservice/
SensorService.cpp     [all...]
SensorService.h 103 // Writes events from mEventCache to the socket.
163 sensors_event_t *mEventCache;

Completed in 398 milliseconds