Searched refs:p_event (Results 1 – 2 of 2) sorted by relevance
256 static void register_for_event_notification (btif_rc_supported_event_t *p_event);1959 btif_rc_supported_event_t *p_event = (btif_rc_supported_event_t *)data; in iterate_supported_event_list_for_interim_rsp() local1963 if (p_event->event_id == *p_event_id) in iterate_supported_event_list_for_interim_rsp()1965 p_event->status = eINTERIM; in iterate_supported_event_list_for_interim_rsp()1986 btif_rc_supported_event_t *p_event = (btif_rc_supported_event_t *)data; in iterate_supported_event_list_for_timeout() local1990 if (p_event->label == label) in iterate_supported_event_list_for_timeout()1992 list_remove(btif_rc_cb.rc_supported_event_list, p_event); in iterate_supported_event_list_for_timeout()2020 btif_rc_supported_event_t *p_event; in rc_notification_interim_timout() local2022 p_event = (btif_rc_supported_event_t *)list_node(node); in rc_notification_interim_timout()2023 if ((p_event != NULL) && (p_event->status == eNOT_REGISTERED)) in rc_notification_interim_timout()[all …]
201 BT_HDR *p_event = (BT_HDR *)osi_malloc(sizeof(BT_HDR)); in bta_pan_data_buf_ind_cback() local202 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()