Home
last modified time | relevance | path

Searched refs:p_event (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dbtif_rc.cc274 static void register_for_event_notification(btif_rc_supported_event_t* p_event,
2703 btif_rc_supported_event_t* p_event = (btif_rc_supported_event_t*)data; in iterate_supported_event_list_for_interim_rsp() local
2707 if (p_event->event_id == *p_event_id) { in iterate_supported_event_list_for_interim_rsp()
2708 p_event->status = eINTERIM; in iterate_supported_event_list_for_interim_rsp()
2730 btif_rc_supported_event_t* p_event = (btif_rc_supported_event_t*)data; in iterate_supported_event_list_for_timeout() local
2732 if (p_event->label == label) { in iterate_supported_event_list_for_timeout()
2733 list_remove(p_dev->rc_supported_event_list, p_event); in iterate_supported_event_list_for_timeout()
2764 btif_rc_supported_event_t* p_event; in rc_notification_interim_timout() local
2766 p_event = (btif_rc_supported_event_t*)list_node(node); in rc_notification_interim_timout()
2767 if ((p_event != NULL) && (p_event->status == eNOT_REGISTERED)) { in rc_notification_interim_timout()
[all …]
/system/bt/bta/pan/
Dbta_pan_act.cc201 BT_HDR* p_event = (BT_HDR*)osi_malloc(sizeof(BT_HDR)); in bta_pan_data_buf_ind_cback() local
202 p_event->layer_specific = handle; in bta_pan_data_buf_ind_cback()
203 p_event->event = BTA_PAN_RX_FROM_BNEP_READY_EVT; in bta_pan_data_buf_ind_cback()
204 bta_sys_sendmsg(p_event); in bta_pan_data_buf_ind_cback()