Home
last modified time | relevance | path

Searched refs:mEvents (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/mtp/
DMtpDeviceInfo.cpp33 mEvents(NULL), in MtpDeviceInfo()
48 delete mEvents; in ~MtpDeviceInfo()
75 mEvents = packet.getAUInt16(); in read()
DMtpDeviceInfo.h34 UInt16List* mEvents; variable
/frameworks/native/services/surfaceflinger/
DMessageQueue.cpp106 mEvents = eventThread->createEventConnection(); in setEventThread()
107 mEventTube = mEvents->getDataChannel(); in setEventThread()
163 mEvents->requestNextVsync(); in invalidate()
173 mEvents->requestNextVsync(); in refresh()
DMessageQueue.h84 sp<IDisplayEventConnection> mEvents; variable
/frameworks/base/services/input/tests/
DInputReader_test.cpp326 List<RawEvent> mEvents; member in android::FakeEventHub
447 mEvents.push_back(event); in enqueueEvent()
455 ASSERT_EQ(size_t(0), mEvents.size()) in assertQueueIsEmpty()
552 if (mEvents.empty()) { in getEvents()
556 *buffer = *mEvents.begin(); in getEvents()
557 mEvents.erase(mEvents.begin()); in getEvents()