Searched defs:hndl (Results 1 – 7 of 7) sorted by relevance
/system/bt/test/mock/ |
D | mock_bta_av_api.cc | 42 void BTA_AvDeregister(tBTA_AV_HNDL hndl) { in BTA_AvDeregister() 57 void BTA_AvOffloadStart(tBTA_AV_HNDL hndl) { in BTA_AvOffloadStart() 60 void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status) { in BTA_AvOffloadStartRsp() 68 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, uint8_t* p_data, uint16_t len) { in BTA_AvProtectReq() 71 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, uint8_t error_code, uint8_t* p_data, in BTA_AvProtectRsp() 75 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx, in BTA_AvReconfig()
|
/system/bt/bta/av/ |
D | bta_av_api.cc | 128 void BTA_AvDeregister(tBTA_AV_HNDL hndl) { in BTA_AvDeregister() 237 void BTA_AvOffloadStart(tBTA_AV_HNDL hndl) { in BTA_AvOffloadStart() 257 void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status) { in BTA_AvOffloadStartRsp() 308 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx, in BTA_AvReconfig() 339 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, uint8_t* p_data, uint16_t len) { in BTA_AvProtectReq() 368 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, uint8_t error_code, uint8_t* p_data, in BTA_AvProtectRsp()
|
D | bta_av_main.cc | 234 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; in bta_av_hndl_to_scb() local
|
D | bta_av_int.h | 339 tBTA_AV_HNDL hndl; member 503 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */ member
|
D | bta_av_act.cc | 1527 tBTA_AV_HNDL hndl = p_data->hdr.layer_specific; in bta_av_signalling_timer() local
|
/system/bt/bta/ar/ |
D | bta_ar_int.h | 45 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member
|
/system/bt/bta/include/ |
D | bta_av_api.h | 163 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member 175 tBTA_AV_HNDL hndl; member 186 tBTA_AV_HNDL hndl; member 192 tBTA_AV_HNDL hndl; member 201 tBTA_AV_HNDL hndl; member 209 tBTA_AV_HNDL hndl; member 216 tBTA_AV_HNDL hndl; member 224 tBTA_AV_HNDL hndl; member 321 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member
|