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

  /external/linux-tools-perf/scripts/python/
netdev-times.py 47 # indices of event_info tuple
178 event_info = all_event_list[i]
179 name = event_info[EINFO_IDX_NAME]
181 handle_irq_softirq_exit(event_info)
183 handle_irq_softirq_entry(event_info)
185 handle_irq_softirq_raise(event_info)
187 handle_irq_handler_entry(event_info)
189 handle_irq_handler_exit(event_info)
191 handle_napi_poll(event_info)
193 handle_netif_receive_skb(event_info)
    [all...]
  /external/oprofile/opcontrol/
opcontrol.cpp 39 struct event_info { struct
50 struct event_info event_info_arch_perfmon[] = {
62 struct event_info event_info_armv6[] = {
70 struct event_info event_info_armv7[] = {
82 struct event_info event_info_24K[] = {
85 struct event_info event_info_34K[] = {
88 struct event_info event_info_74K[] = {
91 struct event_info event_info_1004K[] = {
105 struct event_info *event_info; member in struct:cpuevents
127 #define event_info macro
    [all...]
  /external/webkit/Tools/EWebLauncher/
main.c 283 on_title_changed(void *user_data, Evas_Object *webview, void *event_info)
286 const char *title = (const char *)event_info;
292 on_progress(void *user_data, Evas_Object *webview, void *event_info)
295 double *progress = (double *)event_info;
301 on_load_finished(void *user_data, Evas_Object *webview, void *event_info)
303 const Ewk_Frame_Load_Error *err = (const Ewk_Frame_Load_Error *)event_info;
319 on_toolbars_visible_set(void* user_data, Evas_Object* webview, void* event_info)
321 Eina_Bool *visible = (Eina_Bool *)event_info;
332 on_toolbars_visible_get(void* user_data, Evas_Object* webview, void* event_info)
334 Eina_Bool *visible = (Eina_Bool *)event_info;
    [all...]
  /external/libnfc-nxp/src/
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_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_Emulation.c 1268 phHal_sEventInfo_t event_info; local
    [all...]
phHciNfc_DevMgmt.c 1317 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...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view_tiled.c 58 _ewk_view_tiled_contents_size_changed_cb(void *data, Evas_Object *o, void *event_info)
60 Evas_Coord *size = (Evas_Coord*)event_info;
ewk_view.cpp 452 static void _ewk_view_on_focus_in(void* data, Evas* e, Evas_Object* o, void* event_info)
460 static void _ewk_view_on_focus_out(void* data, Evas* e, Evas_Object* o, void* event_info)
468 static void _ewk_view_on_mouse_wheel(void* data, Evas* e, Evas_Object* o, void* event_info)
470 Evas_Event_Mouse_Wheel* ev = (Evas_Event_Mouse_Wheel*)event_info;
477 static void _ewk_view_on_mouse_down(void* data, Evas* e, Evas_Object* o, void* event_info)
479 Evas_Event_Mouse_Down* ev = (Evas_Event_Mouse_Down*)event_info;
486 static void _ewk_view_on_mouse_up(void* data, Evas* e, Evas_Object* o, void* event_info)
488 Evas_Event_Mouse_Up* ev = (Evas_Event_Mouse_Up*)event_info;
495 static void _ewk_view_on_mouse_move(void* data, Evas* e, Evas_Object* o, void* event_info)
497 Evas_Event_Mouse_Move* ev = (Evas_Event_Mouse_Move*)event_info;
    [all...]
ewk_view_single.c 33 static void _ewk_view_single_on_del(void *data, Evas *e, Evas_Object *o, void *event_info)
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java     [all...]

Completed in 300 milliseconds