Lines Matching refs:ccb_int
102 alarm_free(avrc_cb.ccb_int[handle].tle); in avrc_ctrl_cback()
103 avrc_cb.ccb_int[handle].tle = NULL; in avrc_ctrl_cback()
118 avrc_cb.ccb_int[handle].flags &= ~AVRC_CB_FLAGS_RSP_PENDING; in avrc_flush_cmd_q()
120 alarm_cancel(avrc_cb.ccb_int[handle].tle); in avrc_flush_cmd_q()
121 fixed_queue_free(avrc_cb.ccb_int[handle].cmd_q, osi_free); in avrc_flush_cmd_q()
122 avrc_cb.ccb_int[handle].cmd_q = NULL; in avrc_flush_cmd_q()
167 avrc_cb.ccb_int[handle].cmd_q)) != NULL) { in avrc_send_next_vendor_cmd()
187 avrc_cb.ccb_int[handle].flags &= ~AVRC_CB_FLAGS_RSP_PENDING; in avrc_send_next_vendor_cmd()
210 alarm_set_on_mloop(avrc_cb.ccb_int[handle].tle, AVRC_CMD_TOUT_MS, in avrc_start_cmd_timer()
653 alarm_cancel(avrc_cb.ccb_int[handle].tle); in avrc_msg_cback()
1014 memset(&avrc_cb.ccb_int[*p_handle], 0, sizeof(tAVRC_CONN_INT_CB)); in AVRC_Open()
1017 avrc_cb.ccb_int[*p_handle].tle = alarm_new("avrcp.commandTimer"); in AVRC_Open()
1018 avrc_cb.ccb_int[*p_handle].cmd_q = fixed_queue_new(SIZE_MAX); in AVRC_Open()
1229 (avrc_cb.ccb_int[handle].flags & AVRC_CB_FLAGS_RSP_PENDING) && in AVRC_MsgReq()
1245 fixed_queue_enqueue(avrc_cb.ccb_int[handle].cmd_q, p_pkt); in AVRC_MsgReq()
1254 avrc_cb.ccb_int[handle].flags |= AVRC_CB_FLAGS_RSP_PENDING; in AVRC_MsgReq()