Searched refs:p_handles (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/include/ |
D | avdtc_api.h | 178 extern void AVDTC_StartRsp(uint8_t* p_handles, uint8_t num_handles, 201 extern void AVDTC_SuspendRsp(uint8_t* p_handles, uint8_t num_handles,
|
D | avdt_api.h | 708 extern uint16_t AVDT_StartReq(uint8_t* p_handles, uint8_t num_handles); 725 extern uint16_t AVDT_SuspendReq(uint8_t* p_handles, uint8_t num_handles);
|
/system/bt/stack/avdt/ |
D | avdt_api.cc | 574 uint16_t AVDT_StartReq(uint8_t* p_handles, uint8_t num_handles) { in AVDT_StartReq() argument 587 p_scb = avdt_scb_by_hdl(p_handles[i]); in AVDT_StartReq() 600 memcpy(evt.msg.multi.seid_list, p_handles, num_handles); in AVDT_StartReq() 613 (i < num_handles ? p_handles[i] : p_handles[num_handles - 1])); in AVDT_StartReq() 634 uint16_t AVDT_SuspendReq(uint8_t* p_handles, uint8_t num_handles) { in AVDT_SuspendReq() argument 647 p_scb = avdt_scb_by_hdl(p_handles[i]); in AVDT_SuspendReq() 660 memcpy(evt.msg.multi.seid_list, p_handles, num_handles); in AVDT_SuspendReq() 673 (i < num_handles ? p_handles[i] : p_handles[num_handles - 1])); in AVDT_SuspendReq()
|
/system/nfc/src/nfa/ee/ |
D | nfa_ee_act.cc | 2481 void nfa_ee_get_tech_route(uint8_t power_state, uint8_t* p_handles) { in nfa_ee_get_tech_route() argument 2491 p_handles[xx] = NFC_DH_ID; in nfa_ee_get_tech_route() 2498 p_handles[xx] = p_cb->nfcee_id; in nfa_ee_get_tech_route() 2502 p_handles[xx] = p_cb->nfcee_id; in nfa_ee_get_tech_route() 2506 p_handles[xx] = p_cb->nfcee_id; in nfa_ee_get_tech_route() 2513 << StringPrintf("0x%x, 0x%x, 0x%x, 0x%x", p_handles[0], p_handles[1], in nfa_ee_get_tech_route() 2514 p_handles[2], p_handles[3]); in nfa_ee_get_tech_route()
|
/system/nfc/src/nfa/include/ |
D | nfa_ee_int.h | 521 void nfa_ee_get_tech_route(uint8_t power_state, uint8_t* p_handles);
|