HomeSort by relevance Sort by last modified time
    Searched defs:event_info (Results 1 - 7 of 7) 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...]
  /external/oprofile/opcontrol/
opcontrol.cpp 93 struct event_info { struct
98 } event_info[] = { variable in typeref:struct:event_info
396 for (i = 0; i < sizeof(event_info)/sizeof(struct event_info); i++) {
397 printf("%-20s: %s\n", event_info[i].name, event_info[i].explanation);
405 for (i = 0; i < sizeof(event_info)/sizeof(struct event_info); i++) {
406 if (!strcmp(name, event_info[i].name)) {
417 for (i = 0; i < sizeof(event_info)/sizeof(struct event_info); i++)
    [all...]

Completed in 98 milliseconds