Lines Matching refs:AvdtpCcb
368 void avdt_ccb_event(AvdtpCcb* p_ccb, uint8_t event, tAVDT_CCB_EVT* p_data) { in avdt_ccb_event()
410 AvdtpCcb* avdt_ccb_by_bd(const RawAddress& bd_addr) { in avdt_ccb_by_bd()
411 AvdtpCcb* p_ccb = &avdtp_cb.ccb[0]; in avdt_ccb_by_bd()
440 AvdtpCcb* avdt_ccb_alloc(const RawAddress& bd_addr) { in avdt_ccb_alloc()
442 AvdtpCcb* p_ccb = &avdtp_cb.ccb[0]; in avdt_ccb_alloc()
455 AvdtpCcb* avdt_ccb_alloc_by_channel_index(const RawAddress& bd_addr, in avdt_ccb_alloc_by_channel_index()
463 AvdtpCcb* p_ccb = &avdtp_cb.ccb[channel_index]; in avdt_ccb_alloc_by_channel_index()
475 void AvdtpCcb::Allocate(const RawAddress& peer_address) { in Allocate()
496 void avdt_ccb_dealloc(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* /* p_data */) { in avdt_ccb_dealloc()
512 uint8_t avdt_ccb_to_idx(AvdtpCcb* p_ccb) { in avdt_ccb_to_idx()
527 AvdtpCcb* avdt_ccb_by_idx(uint8_t idx) { in avdt_ccb_by_idx()
528 AvdtpCcb* p_ccb; in avdt_ccb_by_idx()