Home
last modified time | relevance | path

Searched defs:event_info (Results 1 – 12 of 12) sorted by relevance

/external/linux-tools-perf/scripts/python/
Dnetdev-times.py301 def handle_irq_handler_entry(event_info): argument
308 def handle_irq_handler_exit(event_info): argument
320 def handle_irq_softirq_raise(event_info): argument
334 def handle_irq_softirq_entry(event_info): argument
338 def handle_irq_softirq_exit(event_info): argument
356 def handle_napi_poll(event_info): argument
364 def handle_netif_rx(event_info): argument
380 def handle_netif_receive_skb(event_info): argument
395 def handle_net_dev_queue(event_info): argument
406 def handle_net_dev_xmit(event_info): argument
[all …]
/external/webkit/Tools/EWebLauncher/
Dmain.c283 on_title_changed(void *user_data, Evas_Object *webview, void *event_info) in on_title_changed()
292 on_progress(void *user_data, Evas_Object *webview, void *event_info) in on_progress()
301 on_load_finished(void *user_data, Evas_Object *webview, void *event_info) in on_load_finished()
319 on_toolbars_visible_set(void* user_data, Evas_Object* webview, void* event_info) in on_toolbars_visible_set()
332 on_toolbars_visible_get(void* user_data, Evas_Object* webview, void* event_info) in on_toolbars_visible_get()
339 on_statusbar_visible_set(void* user_data, Evas_Object* webview, void* event_info) in on_statusbar_visible_set()
352 on_statusbar_visible_get(void* user_data, Evas_Object* webview, void* event_info) in on_statusbar_visible_get()
359 on_scrollbars_visible_set(void* user_data, Evas_Object* webview, void* event_info) in on_scrollbars_visible_set()
372 on_scrollbars_visible_get(void* user_data, Evas_Object* webview, void* event_info) in on_scrollbars_visible_get()
379 on_menubar_visible_set(void* user_data, Evas_Object* webview, void* event_info) in on_menubar_visible_set()
[all …]
/external/oprofile/opcontrol/
Dopcontrol.cpp93 struct event_info { struct
98 } event_info[] = { argument
/external/libnfc-nxp/src/
DphHciNfc_CE_B.c627 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_CE_B_Event() local
DphHciNfc_CE_A.c629 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_CE_A_Event() local
DphHciNfc_PollingLoop.c693 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_PollLoop_Event() local
DphHciNfc_NfcIPMgmt.c800 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_NfcIP_Event() local
1208 static phHal_sEventInfo_t event_info; in phHciNfc_NfcIP_Info_Sequence() local
DphHciNfc_Emulation.c1268 phHal_sEventInfo_t event_info; in phHciNfc_Recv_Uicc_Event() local
DphHciNfc_DevMgmt.c1317 phHal_sEventInfo_t event_info; in phHciNfc_Recv_DevMgmt_Event() local
/external/webkit/Source/WebKit/efl/ewk/
Dewk_view_tiled.c58 _ewk_view_tiled_contents_size_changed_cb(void *data, Evas_Object *o, void *event_info) in _ewk_view_tiled_contents_size_changed_cb()
Dewk_view.cpp452 static void _ewk_view_on_focus_in(void* data, Evas* e, Evas_Object* o, void* event_info) in _ewk_view_on_focus_in()
460 static void _ewk_view_on_focus_out(void* data, Evas* e, Evas_Object* o, void* event_info) in _ewk_view_on_focus_out()
468 static void _ewk_view_on_mouse_wheel(void* data, Evas* e, Evas_Object* o, void* event_info) in _ewk_view_on_mouse_wheel()
477 static void _ewk_view_on_mouse_down(void* data, Evas* e, Evas_Object* o, void* event_info) in _ewk_view_on_mouse_down()
486 static void _ewk_view_on_mouse_up(void* data, Evas* e, Evas_Object* o, void* event_info) in _ewk_view_on_mouse_up()
495 static void _ewk_view_on_mouse_move(void* data, Evas* e, Evas_Object* o, void* event_info) in _ewk_view_on_mouse_move()
504 static void _ewk_view_on_key_down(void* data, Evas* e, Evas_Object* o, void* event_info) in _ewk_view_on_key_down()
513 static void _ewk_view_on_key_up(void* data, Evas* e, Evas_Object* o, void* event_info) in _ewk_view_on_key_up()
Dewk_view_single.c33 static void _ewk_view_single_on_del(void *data, Evas *e, Evas_Object *o, void *event_info) in _ewk_view_single_on_del()