HomeSort by relevance Sort by last modified time
    Searched refs:EventRecord (Results 1 - 25 of 28) sorted by null

1 2

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
EventManagerTest.java 45 private EventManager.EventRecord mAddedEventRecord;
116 // Record the EventRecord created by the oldest event
118 EventManager.EventRecord oldestRecord = mAddedEventRecord;
142 // Record the EventRecord created by the oldest event
144 EventManager.EventRecord oldestRecord = mAddedEventRecord;
153 LinkedBlockingQueue<EventManager.EventRecord> eventRecords =
157 List<EventManager.EventRecord> filteredEvent = eventRecords.stream()
186 List<EventManager.EventRecord.EventTiming> timings =
208 EventManager.EventRecord eventRecord1 = mAddedEventRecord;
210 EventManager.EventRecord eventRecord2 = mAddedEventRecord
    [all...]
  /frameworks/base/telecomm/java/android/telecom/Logging/
EventManager.java 70 private final Map<Loggable, EventRecord> mCallEventRecordMap = new HashMap<>();
71 private LinkedBlockingQueue<EventRecord> mEventRecords =
79 * @param eventRecord Reference to the recently added EventRecord
81 void eventRecordAdded(EventRecord eventRecord);
149 public class EventRecord {
186 public EventRecord(Loggable recordEntry) {
247 EventRecord record = mCallEventRecordMap.get(data);
289 EventRecord newRecord = new EventRecord(recordEntry)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymactoolbox.h 48 int PyMac_GetEventRecord(PyObject *, EventRecord *); /* argument parser for
49 EventRecord */
50 PyObject *PyMac_BuildEventRecord(EventRecord *); /* Convert EventRecord to
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymactoolbox.h 48 int PyMac_GetEventRecord(PyObject *, EventRecord *); /* argument parser for
49 EventRecord */
50 PyObject *PyMac_BuildEventRecord(EventRecord *); /* Convert EventRecord to
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
macsupport.py 90 EventRecord = OpaqueType("EventRecord", "PyMac_BuildEventRecord", "PyMac_GetEventRecord")
91 EventRecord_ptr = EventRecord
  /external/python/cpython2/Tools/bgen/bgen/
macsupport.py 90 EventRecord = OpaqueType("EventRecord", "PyMac_BuildEventRecord", "PyMac_GetEventRecord")
91 EventRecord_ptr = EventRecord
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymactoolbox.h 48 int PyMac_GetEventRecord(PyObject *, EventRecord *); /* argument parser for
49 EventRecord */
50 PyObject *PyMac_BuildEventRecord(EventRecord *); /* Convert EventRecord to
  /prebuilts/gdb/linux-x86/include/python2.7/
pymactoolbox.h 48 int PyMac_GetEventRecord(PyObject *, EventRecord *); /* argument parser for
49 EventRecord */
50 PyObject *PyMac_BuildEventRecord(EventRecord *); /* Convert EventRecord to
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h 48 int PyMac_GetEventRecord(PyObject *, EventRecord *); /* argument parser for
49 EventRecord */
50 PyObject *PyMac_BuildEventRecord(EventRecord *); /* Convert EventRecord to
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h 48 int PyMac_GetEventRecord(PyObject *, EventRecord *); /* argument parser for
49 EventRecord */
50 PyObject *PyMac_BuildEventRecord(EventRecord *); /* Convert EventRecord to
  /external/python/cpython2/Mac/Modules/evt/
_Evtmodule.c 150 EventRecord theEvent;
170 EventRecord theEvent;
290 EventRecord event;
451 EventRecord theEvent;
489 PyDoc_STR("(EventMask eventMask) -> (Boolean _rv, EventRecord theEvent)")},
491 PyDoc_STR("(EventMask eventMask) -> (Boolean _rv, EventRecord theEvent)")},
505 PyDoc_STR("(EventRecord event, short test) -> (Boolean _rv)")},
525 PyDoc_STR("(EventMask eventMask, UInt32 sleep [,RegionHandle]) -> (Boolean _rv, EventRecord theEvent)")},
  /external/python/cpython2/Include/
pymactoolbox.h 63 int PyMac_GetEventRecord(PyObject *, EventRecord *); /* argument parser for
64 EventRecord */
65 PyObject *PyMac_BuildEventRecord(EventRecord *); /* Convert EventRecord to
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mactoolboxglue.c 264 /* Convert a Python object to an EventRecord.
267 PyMac_GetEventRecord(PyObject *v, EventRecord *e)
278 /* Convert a Rect to an EventRecord object */
280 PyMac_BuildEventRecord(EventRecord *e)
  /external/python/cpython2/Python/
mactoolboxglue.c 264 /* Convert a Python object to an EventRecord.
267 PyMac_GetEventRecord(PyObject *v, EventRecord *e)
278 /* Convert a Rect to an EventRecord object */
280 PyMac_BuildEventRecord(EventRecord *e)
  /packages/services/Telecomm/src/com/android/server/telecom/
Analytics.java 178 public void setCallEvents(EventManager.EventRecord records) {
219 public EventManager.EventRecord callEvents;
318 public void setCallEvents(EventManager.EventRecord records) {
672 EventManager.EventRecord.EventTiming logEventTiming) {
LogUtils.java 177 private static void eventRecordAdded(EventManager.EventRecord eventRecord) {
179 EventManager.Loggable recordEntry = eventRecord.getRecordEntry();
182 android.telecom.Log.i(LOGUTILS_TAG, "EventRecord added as Call: " + callRecordEntry);
185 callInfo.setCallEvents(eventRecord);
190 android.telecom.Log.w(LOGUTILS_TAG, "Non-Call EventRecord Added.");
  /external/python/cpython2/Mac/Modules/dlg/
_Dlgmodule.c 33 EventRecord *event,
491 EventRecord event;
899 PyDoc_STR("(EventRecord event, DialogItemIndex itemHit) -> (Boolean _rv, EventRecord event, DialogItemIndex itemHit)")},
    [all...]
  /external/python/cpython2/Mac/Modules/mlte/
_Mltemodule.c 175 EventRecord iEvent;
209 EventRecord iEvent;
331 EventRecord iEvent;
1128 PyDoc_STR("(EventRecord iEvent) -> None")},
1132 PyDoc_STR("(EventRecord iEvent) -> None")},
1148 PyDoc_STR("(EventRecord iEvent) -> None")},
    [all...]
  /external/python/cpython2/Mac/Modules/ae/
_AEmodule.c 39 static pascal Boolean AEIdleProc(EventRecord *theEvent, long *sleepTime, RgnHandle *mouseRgn)
    [all...]
  /external/python/cpython2/Mac/Modules/drag/
_Dragmodule.c 213 EventRecord theEvent;
688 PyDoc_STR("(EventRecord theEvent, RgnHandle theRegion) -> None")},
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 653 typedef VOID (WINAPI *PEVENT_RECORD_CALLBACK) (PEVENT_RECORD EventRecord);
  /external/python/cpython2/Mac/Modules/carbonevt/
_CarbonEvtmodule.c 273 EventRecord outEvent;
369 PyDoc_STR("() -> (Boolean _rv, EventRecord outEvent)")},
    [all...]
  /external/python/cpython2/Mac/Modules/menu/
_Menumodule.c     [all...]
  /external/python/cpython2/Mac/Modules/win/
_Winmodule.c     [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c 361 EventRecord e;
    [all...]

Completed in 839 milliseconds

1 2