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

  /cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java 151 private final List<EventData> mEventCache = new ArrayList<EventData>();
156 synchronized (mEventCache) {
157 mEventCache.add(eventData);
158 mEventCache.notify();
165 synchronized (mEventCache) {
166 mEventCache.add(eventData);
167 mEventCache.notify();
172 synchronized(mEventCache) {
173 mEventCache.clear();
178 synchronized(mEventCache) {
    [all...]
  /frameworks/native/services/sensorservice/
SensorEventConnection.h 93 // Writes events from mEventCache to the socket.
156 sensors_event_t *mEventCache;

Completed in 84 milliseconds