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

  /external/qemu/android/
hw-events.c 60 typedef const EventInfo* EventList;
75 static EventList
88 eventList_getCount( EventList list )
102 eventList_findCodeByName( EventList list,
120 eventList_bufprintCode( EventList list,
141 EventList list;
212 EventList list = eventList_findByType(type);
220 EventList list = eventList_findByType(type);
  /external/chromium_org/base/threading/
thread_unittest.cc 61 typedef std::vector<ThreadEvent> EventList;
68 explicit CaptureToEventList(EventList* event_list)
86 EventList* event_list_;
95 explicit CapturingDestructionObserver(EventList* event_list)
106 EventList* event_list_;
215 EventList captured_events;
  /external/mdnsresponder/mDNSShared/
dnsextd.h 85 CacheRecord *EventList; // New answers (adds/removes) to be sent to client
dnsextd.c     [all...]
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 196 events = midifile.EventList()
220 events = midifile.EventList()
238 events = midifile.EventList()
    [all...]
midifile.py 797 events = EventList()
837 # EventList
839 class EventList (list):
880 selected = EventList()
973 self.events = EventList()
    [all...]
  /frameworks/av/camera/tests/
ProCameraTests.cpp 132 typedef Vector<ProEvent> EventList;
180 void ReadEvents(EventList& out) {
    [all...]

Completed in 532 milliseconds