Searched refs:event_id (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dbt_rc.h161 ** param: Is only valid if event_id is BTRC_EVT_PLAY_POS_CHANGED
163 typedef void (* btrc_register_notification_callback) (btrc_event_id_t event_id, uint32_t param);
243 ** event_id: Refers to the event_id this notification change corresponds too
245 ** p_params: Based on the event_id, this parameter should be populated
247 bt_status_t (*register_notification_rsp)(btrc_event_id_t event_id,
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp656 int event_id = event.get_vendor_subcmd(); local
658 if(event_id == GSCAN_EVENT_COMPLETE_SCAN) {
1063 int event_id = event.get_vendor_subcmd(); local
1080 if (event_id == GSCAN_EVENT_HOTLIST_RESULTS_FOUND) {
1084 } else if (event_id == GSCAN_EVENT_HOTLIST_RESULTS_LOST) {

Completed in 46 milliseconds