Home | History | Annotate | Download | only in avrc

Lines Matching refs:ccb_int

99     alarm_free(avrc_cb.ccb_int[handle].tle);
100 avrc_cb.ccb_int[handle].tle = NULL;
115 avrc_cb.ccb_int[handle].flags &= ~AVRC_CB_FLAGS_RSP_PENDING;
117 alarm_cancel(avrc_cb.ccb_int[handle].tle);
118 fixed_queue_free(avrc_cb.ccb_int[handle].cmd_q, osi_free);
119 avrc_cb.ccb_int[handle].cmd_q = NULL;
164 avrc_cb.ccb_int[handle].cmd_q)) != NULL) {
184 avrc_cb.ccb_int[handle].flags &= ~AVRC_CB_FLAGS_RSP_PENDING;
207 alarm_set_on_mloop(avrc_cb.ccb_int[handle].tle, AVRC_CMD_TOUT_MS,
650 alarm_cancel(avrc_cb.ccb_int[handle].tle);
986 memset(&avrc_cb.ccb_int[*p_handle], 0, sizeof(tAVRC_CONN_INT_CB));
989 avrc_cb.ccb_int[*p_handle].tle = alarm_new("avrcp.commandTimer");
990 avrc_cb.ccb_int[*p_handle].cmd_q = fixed_queue_new(SIZE_MAX);
1192 (avrc_cb.ccb_int[handle].flags & AVRC_CB_FLAGS_RSP_PENDING) &&
1208 fixed_queue_enqueue(avrc_cb.ccb_int[handle].cmd_q, p_pkt);
1217 avrc_cb.ccb_int[handle].flags |= AVRC_CB_FLAGS_RSP_PENDING;