HomeSort by relevance Sort by last modified time
    Searched refs:EventType (Results 51 - 75 of 176) sorted by null

1 23 4 5 6 7 8

  /external/pdfium/fpdfsdk/src/javascript/
JS_EventHandler.h 188 JS_EVENT_T EventType() { return m_eEventType; }
JS_Context.cpp 51 m_pEventHandler->EventType());
  /frameworks/av/include/media/
Drm.h 130 virtual void sendEvent(DrmPlugin::EventType eventType, int extra,
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 59 import com.android.calendar.CalendarController.EventType;
    [all...]
  /system/extras/simpleperf/
event_fd.cpp 49 const EventType* event_type = FindEventTypeByConfig(perf_attr.type, perf_attr.config);
cmd_stat.cpp 247 const EventType* type = FindEventTypeByName(name);
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
closurizednamespacesinfo_test.py 693 'bar.EventType();'
699 self.assertEquals({'goog.events.bar.EventType': 4}, missing_requires)
705 'goog.require(\'goog.events.bar.EventType\');',
709 'bar.EventType();'
722 'goog.require(\'goog.events.bar.EventType\');',
726 'bar.EventType();'
    [all...]
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
timeline_data_series.js 138 * event of type |eventType| more recently than an end event.
148 function SourceCountDataSeries(sourceType, eventType) {
151 this.eventType_ = eventType;
222 superClass.call(this, EventSourceType.SOCKET, EventType.SOCKET_IN_USE);
232 if (entry.type == EventType.SSL_CONNECT &&
345 function DiskCacheTransferRateDataSeries(eventType) {
347 this.eventType_ = eventType;
timeline_view_test.js 71 NetInternalsTest.createBeginEvent(source, EventType.SOCKET_ALIVE,
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 45 import com.android.calendar.CalendarController.EventType;
678 .sendEventRelatedEventWithExtra(this, EventType.VIEW_EVENT,
731 CalendarController.getInstance(mContext).sendEvent(this, EventType.UPDATE_TITLE,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 106 DWORD EventType;
tdi.h 114 LONG EventType;
rtmv2.h 174 typedef DWORD (WINAPI *_EVENT_CALLBACK)(RTM_ENTITY_HANDLE RtmRegHandle,RTM_EVENT_TYPE EventType,PVOID Context1,PVOID Context2);
wincon.h 89 WORD EventType;
  /external/libnfc-nxp/src/
phLibNfc.h 608 * \param[in] EventType Event type of secure element transaction
622 phLibNfc_eSE_EvtType_t EventType,
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 396 EventType typ = (EventType)(ev >> 61);
tsan_rtl.h 742 EventType typ, u64 addr) {
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.cpp 420 DrmPlugin::EventType eventType = (DrmPlugin::EventType)code;
437 sendEvent(eventType, extra, pSessionId, pData);
  /frameworks/av/media/ndk/
NdkMediaDrm.cpp 47 void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj);
64 void DrmListener::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) {
87 switch(eventType) {
101 ALOGE("Invalid event DrmPlugin::EventType %d, ignored", (int)eventType);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 962 ULONGLONG EventType:1;
975 ERROR_SMBIOS_EVENT_TYPE EventType;
tdikrnl.h 128 LONG EventType;
805 _Request->EventType = (InEventType); \
    [all...]
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 160 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj = NULL);
193 void JNIDrmListener::notify(DrmPlugin::EventType eventType, int extra,
200 switch (eventType) {
228 ALOGE("Invalid event DrmPlugin::EventType %d, ignored", (int)eventType);
394 void JDrm::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) {
402 listener->notify(eventType, extra, obj)
    [all...]
  /frameworks/av/drm/libmediadrm/
Drm.cpp 126 void Drm::sendEvent(DrmPlugin::EventType eventType, int extra,
140 listener->notify(eventType, extra, &obj);
  /system/core/adb/
sysdeps_win32.cpp     [all...]
  /external/curl/tests/server/
sockfilt.c 604 if(length == 1 && inputrecord.EventType != KEY_EVENT) {
    [all...]

Completed in 2778 milliseconds

1 23 4 5 6 7 8