Home
last modified time | relevance | path

Searched refs:p_handles (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/include/
Davdtc_api.h178 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,
Davdt_api.h708 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/
Davdt_api.cc574 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/
Dnfa_ee_act.cc2481 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/
Dnfa_ee_int.h521 void nfa_ee_get_tech_route(uint8_t power_state, uint8_t* p_handles);