HomeSort by relevance Sort by last modified time
    Searched refs:eventType (Results 101 - 125 of 145) sorted by null

1 2 3 45 6

  /external/libnfc-nxp/inc/
phNfcHalTypes.h 864 phHal_Event_t eventType;
867 /* Parameter information Information is obtained if the eventType is
871 /* AID Information is obtained if the eventType is
875 /* Overheat Status Information is obtained if the eventType is
879 /* rd_phases Information is obtained if the eventType is
883 /* Remote Device Information is obtained if the eventType is
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Emulation.c     [all...]
phLibNfc_SE.c 171 switch(pEvtInfo->eventType)
phHciNfc_SWP.c 613 uint8_t EventType = 0;
618 EventType = (uint8_t) GET_BITS8( message->msg_header,
624 if (NXP_EVT_SWP_PROTECTED == EventType)
626 EventInfo.eventType = NFC_EVT_PROTECTED;
  /external/webkit/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 274 String eventType = toWebCoreString(args[0]);
295 imp->addEventListener(eventType, listener, useCapture);
307 String eventType = toWebCoreString(args[0]);
327 imp->removeEventListener(eventType, listener.get(), useCapture);
  /external/webkit/WebCore/dom/
Document.h 628 void setWindowAttributeEventListener(const AtomicString& eventType, PassRefPtr<EventListener>);
629 EventListener* getWindowAttributeEventListener(const AtomicString& eventType);
636 PassRefPtr<Event> createEvent(const String& eventType, ExceptionCode&);
659 void addListenerTypeIfNeeded(const AtomicString& eventType);
    [all...]
Document.idl 83 Event createEvent(in DOMString eventType)
  /frameworks/base/libs/ui/tests/
InputDispatcher_test.cpp 74 virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType) {
  /external/webkit/WebCore/page/
EventHandler.cpp     [all...]
  /external/webkit/WebKit/win/
DOMCoreClasses.cpp 738 /* [in] */ BSTR eventType,
741 String eventTypeString(eventType, SysStringLen(eventType));
    [all...]
  /frameworks/base/core/java/android/widget/
PopupWindow.java     [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java     [all...]
  /frameworks/base/core/java/android/content/
SyncStorageEngine.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
MonthView.java 649 public void sendAccessibilityEvent(int eventType) {
652 if (eventType == AccessibilityEvent.TYPE_VIEW_FOCUSED) {
655 super.sendAccessibilityEvent(eventType);
    [all...]
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 278 switch (evt->eventType) {
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 183 switch (evt->eventType) {
  /development/samples/BrowserPlugin/jni/form/
FormPlugin.cpp 205 switch (evt->eventType) {
  /external/webkit/WebKit/android/plugins/
android_npapi.h     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
VoiceInput.java 641 public void onEvent(int eventType, Bundle params) {
  /external/webkit/WebKit/win/Interfaces/
DOMEvents.idl 153 //Event createEvent(in DOMString eventType)
155 HRESULT createEvent([in] BSTR eventType, [out, retval] IDOMEvent** result);
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 209 virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType);
    [all...]
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 277 switch (evt->eventType) {
  /frameworks/base/core/java/android/pim/vcard/
VCardBuilder.java     [all...]
  /packages/apps/Tag/src/com/android/vcard/
VCardBuilder.java     [all...]
  /frameworks/base/libs/ui/
InputDispatcher.cpp     [all...]

Completed in 311 milliseconds

1 2 3 45 6