HomeSort by relevance Sort by last modified time
    Searched defs:event_info (Results 1 - 17 of 17) sorted by null

  /external/libnfc-nxp/src/
phHciNfc_CE_A.c 629 static phHal_sEventInfo_t event_info; local
645 event_info.eventHost = phHal_eHostController;
646 event_info.eventSource = phHal_eISO14443_A_PICC;
651 event_info.eventType = NFC_EVT_ACTIVATED;
657 event_info.eventType = NFC_EVT_DEACTIVATED;
683 event_info.eventType = NFC_EVT_FIELD_ON;
689 event_info.eventType = NFC_EVT_FIELD_OFF;
703 &event_info);
phHciNfc_CE_B.c 627 static phHal_sEventInfo_t event_info; local
643 event_info.eventHost = phHal_eHostController;
644 event_info.eventSource = phHal_eISO14443_B_PICC;
649 event_info.eventType = NFC_EVT_ACTIVATED;
655 event_info.eventType = NFC_EVT_DEACTIVATED;
681 event_info.eventType = NFC_EVT_FIELD_ON;
687 event_info.eventType = NFC_EVT_FIELD_OFF;
701 &event_info);
phHciNfc_PollingLoop.c 693 static phHal_sEventInfo_t event_info; local
719 event_info.eventHost = phHal_eHostController;
720 event_info.eventType = NFC_UICC_RDPHASES_ACTIVATE_REQ;
721 event_info.eventInfo.rd_phases = pEvent[HCP_HEADER_LEN];
726 &(event_info));
732 event_info.eventHost = phHal_eHostController;
733 event_info.eventType = NFC_UICC_RDPHASES_DEACTIVATE_REQ;
734 event_info.eventInfo.rd_phases = pEvent[HCP_HEADER_LEN];
739 &(event_info));
phHciNfc_Emulation.c 1268 phHal_sEventInfo_t event_info; local
    [all...]
phHciNfc_NfcIPMgmt.c 800 static phHal_sEventInfo_t event_info; local
802 event_info.eventHost = phHal_eHostController;
803 event_info.eventType = NFC_EVT_DEACTIVATED;
809 event_info.eventSource = phHal_eNfcIP1_Initiator;
815 event_info.eventSource = phHal_eNfcIP1_Target;
824 &event_info);
1208 static phHal_sEventInfo_t event_info; local
    [all...]
phHciNfc_DevMgmt.c 1317 phHal_sEventInfo_t event_info; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
MultiCall.py 5 by wrapping the event functions - event_add, event_delete and event_info.
382 def event_info(self, virtual=None): member in class:MultiCallCreator.MultiCall
384 return widget.event_info(self, virtual)
388 widget.event_info(self, virtual)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
MultiCall.py 5 by wrapping the event functions - event_add, event_delete and event_info.
382 def event_info(self, virtual=None): member in class:MultiCallCreator.MultiCall
384 return widget.event_info(self, virtual)
388 widget.event_info(self, virtual)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 5 by wrapping the event functions - event_add, event_delete and event_info.
382 def event_info(self, virtual=None): member in class:MultiCallCreator.MultiCall
384 return widget.event_info(self, virtual)
388 widget.event_info(self, virtual)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 5 by wrapping the event functions - event_add, event_delete and event_info.
382 def event_info(self, virtual=None): member in class:MultiCallCreator.MultiCall
384 return widget.event_info(self, virtual)
388 widget.event_info(self, virtual)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 174 def event_info(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 174 def event_info(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 4893 VkEventCreateInfo event_info; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 1440 def event_info(self, virtual=None): member in class:Misc
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 1440 def event_info(self, virtual=None): member in class:Misc
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1440 def event_info(self, virtual=None): member in class:Misc
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1440 def event_info(self, virtual=None): member in class:Misc
    [all...]

Completed in 651 milliseconds