/external/bluetooth/bluedroid/bta/include/ |
D | bta_av_co.h | 102 BTA_API extern void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps, 117 BTA_API extern void bta_av_co_video_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps, 132 BTA_API extern UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 148 BTA_API extern UINT8 bta_av_co_video_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 163 BTA_API extern void bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 178 BTA_API extern void bta_av_co_video_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 195 BTA_API extern void bta_av_co_audio_open(tBTA_AV_HNDL hndl, 210 BTA_API extern void bta_av_co_video_open(tBTA_AV_HNDL hndl, 228 BTA_API extern void bta_av_co_audio_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 242 BTA_API extern void bta_av_co_video_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, [all …]
|
D | bta_av_api.h | 270 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member 283 tBTA_AV_HNDL hndl; member 295 tBTA_AV_HNDL hndl; member 302 tBTA_AV_HNDL hndl; member 312 tBTA_AV_HNDL hndl; member 321 tBTA_AV_HNDL hndl; member 329 tBTA_AV_HNDL hndl; member 338 tBTA_AV_HNDL hndl; member 424 … tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member 574 BTA_API void BTA_AvDeregister(tBTA_AV_HNDL hndl); [all …]
|
D | bta_av_ci.h | 64 BTA_API extern void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code,
|
/external/bluetooth/bluedroid/btif/co/ |
D | bta_av_co.c | 55 #define BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl) (((hndl) & (~BTA_AV_CHNL_MSK)) - 1) argument 247 static tBTA_AV_CO_PEER *bta_av_co_get_peer(tBTA_AV_HNDL hndl) in bta_av_co_get_peer() argument 252 index = BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl); in bta_av_co_get_peer() 342 BTA_API void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps, UINT8 num_snk, in bta_av_co_audio_disc_res() argument 350 hndl, num_seps, num_snk, num_src); in bta_av_co_audio_disc_res() 353 p_peer = bta_av_co_get_peer(hndl); in bta_av_co_audio_disc_res() 457 UINT8 bta_av_audio_sink_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, in bta_av_audio_sink_getconfig() argument 473 hndl, codec_type, seid); in bta_av_audio_sink_getconfig() 478 p_peer = bta_av_co_get_peer(hndl); in bta_av_audio_sink_getconfig() 593 BTA_API UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, in bta_av_co_audio_getconfig() argument [all …]
|
/external/bluetooth/bluedroid/bta/av/ |
D | bta_av_aact.c | 317 start.hndl = p_scb->hndl; in notify_start_failed() 547 APPL_TRACE_VERBOSE("hndl:x%x", p_scb->hndl); in bta_av_proc_stream_evt() 548 p_msg->hdr.layer_specific = p_scb->hndl; in bta_av_proc_stream_evt() 841 start.hndl = p_scb->hndl; in bta_av_role_res() 865 av_open.hndl = p_scb->hndl; in bta_av_role_res() 901 p_scb->p_cos->delay(p_scb->hndl, p_data->str_msg.msg.delay_rpt_cmd.delay); in bta_av_delay_co() 1004 bta_av_cb.handle = p_scb->hndl; in bta_av_do_disc_a2d() 1059 msg.hdr.layer_specific = p_scb->hndl; in bta_av_cleanup() 1139 setconfig.hndl = p_scb->hndl; /* we may not need this */ in bta_av_config_ind() 1169 p_scb->p_cos->setcfg(p_scb->hndl, p_scb->codec_type, in bta_av_config_ind() [all …]
|
D | bta_av_api.c | 145 void BTA_AvDeregister(tBTA_AV_HNDL hndl) in BTA_AvDeregister() argument 151 p_buf->layer_specific = hndl; in BTA_AvDeregister() 310 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx, in BTA_AvReconfig() argument 317 p_buf->hdr.layer_specific = hndl; in BTA_AvReconfig() 339 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, UINT8 *p_data, UINT16 len) in BTA_AvProtectReq() argument 345 p_buf->hdr.layer_specific = hndl; in BTA_AvProtectReq() 373 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data, UINT16 len) in BTA_AvProtectRsp() argument 379 p_buf->hdr.layer_specific = hndl; in BTA_AvProtectRsp()
|
D | bta_av_int.h | 162 typedef void (*tBTA_AV_CO_DISC_RES) (tBTA_AV_HNDL hndl, UINT8 num_seps, 164 typedef UINT8 (*tBTA_AV_CO_GETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 167 typedef void (*tBTA_AV_CO_SETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 171 typedef void (*tBTA_AV_CO_OPEN) (tBTA_AV_HNDL hndl, 174 typedef void (*tBTA_AV_CO_CLOSE) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu); 175 typedef void (*tBTA_AV_CO_START) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,UINT8 *p_codec_info, … 176 typedef void (*tBTA_AV_CO_STOP) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type); 179 typedef void (*tBTA_AV_CO_DELAY) (tBTA_AV_HNDL hndl, UINT16 delay); 320 tBTA_AV_HNDL hndl; member 487 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */ member
|
D | bta_av_ci.c | 70 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, in bta_av_ci_setconfig() argument 77 p_buf->hdr.layer_specific = hndl; in bta_av_ci_setconfig()
|
D | bta_av_main.c | 237 p_buf->layer_specific = p_scb->hndl; in bta_av_timer_cback() 321 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; in bta_av_hndl_to_scb() local 323 UINT8 idx = (hndl & BTA_AV_HNDL_MSK); in bta_av_hndl_to_scb() 385 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); in bta_av_alloc_scb() 436 APPL_TRACE_DEBUG("scb hndl x%x, role x%x", p_scb->hndl, p_scb->role); in bta_av_conn_cback() 551 registr.hndl = p_scb->hndl; in bta_av_api_register() 931 APPL_TRACE_DEBUG("new_role:%d, hci_status:x%x hndl: x%x", id, app_id, p_scb->hndl); in bta_av_sys_rs_cback() 939 p_buf->hdr.layer_specific = p_scb->hndl; in bta_av_sys_rs_cback() 964 bta_av_cb.rs_idx, p_scb->hndl, p_scb->q_tag); in bta_av_sys_rs_cback() 1104 …_role_ok hndl:x%x role:%d, conn_audio:x%x, bits:%d, features:x%x", p_scb->hndl, role, bta_av_cb.co… in bta_av_link_role_ok() [all …]
|
D | bta_av_ssm.c | 440 p_scb->hndl, event, bta_av_evt_code(event), p_scb->state, bta_av_sst_code(p_scb->state)); in bta_av_ssm_execute()
|
D | bta_av_act.c | 505 disc = p_scb->hndl; in bta_av_rc_opened() 1972 APPL_TRACE_DEBUG("deregistered %d(h%d)", p_scb->chnl, p_scb->hndl); in bta_av_dereg_comp()
|
/external/bluetooth/bluedroid/btif/include/ |
D | btif_av_co.h | 136 void bta_av_co_audio_discard_config(tBTA_AV_HNDL hndl); 159 BOOLEAN bta_av_co_peer_cp_supported(tBTA_AV_HNDL hndl);
|
/external/bluetooth/bluedroid/bta/ar/ |
D | bta_ar_int.h | 49 … tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member
|
/external/qemu/distrib/libselinux/include/selinux/ |
D | android.h | 16 extern void selinux_android_set_sehandle(const struct selabel_handle *hndl);
|
/external/libselinux/include/selinux/ |
D | android.h | 18 extern void selinux_android_set_sehandle(const struct selabel_handle *hndl);
|
/external/qemu/distrib/libselinux/src/ |
D | android.c | 1285 void selinux_android_set_sehandle(const struct selabel_handle *hndl) in selinux_android_set_sehandle() argument 1287 sehandle = (struct selabel_handle *) hndl; in selinux_android_set_sehandle()
|
/external/libselinux/src/ |
D | android.c | 1323 void selinux_android_set_sehandle(const struct selabel_handle *hndl) in selinux_android_set_sehandle() argument 1325 sehandle = (struct selabel_handle *) hndl; in selinux_android_set_sehandle()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_av.c | 291 btif_av_cb.bta_handle = ((tBTA_AV*)p_data)->registr.hndl; in btif_av_state_idle_handler()
|