HomeSort by relevance Sort by last modified time
    Searched refs:p_msg_cback (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/stack/include/
avct_api.h 113 tAVCT_MSG_CBACK *p_msg_cback; /* Message callback */ member in struct:__anon3134
avrc_api.h 156 tAVRC_MSG_CBACK *p_msg_cback; /* pointer to application message callback */ member in struct:__anon3153
267 ** p_ccb->p_msg_cback: Pointer to message callback function.
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 649 /* this p_buf is to be reported through p_msg_cback. The layer_specific
680 (*p_ccb->cc.p_msg_cback)(avct_ccb_to_idx(p_ccb), label, cr_ipid, p_data->p_buf);
  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 701 (*avrc_cb.ccb[handle].p_msg_cback)(handle, label, opcode, &msg);
797 ** p_ccb->p_msg_cback: Pointer to message callback function.
827 cc.p_msg_cback = avrc_msg_cback; /* Message callback */
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c 321 ccb.p_msg_cback = bta_av_rc_msg_cback;
    [all...]

Completed in 239 milliseconds