HomeSort by relevance Sort by last modified time
    Searched refs:hndl (Results 1 - 16 of 16) sorted by null

  /external/bluetooth/bluedroid/bta/include/
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...]
bta_av_ci.h 64 BTA_API extern void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code,
bta_av_api.h 267 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member in struct:__anon3085
280 tBTA_AV_HNDL hndl; member in struct:__anon3086
291 tBTA_AV_HNDL hndl; member in struct:__anon3087
298 tBTA_AV_HNDL hndl; member in struct:__anon3088
308 tBTA_AV_HNDL hndl; member in struct:__anon3089
317 tBTA_AV_HNDL hndl; member in struct:__anon3090
325 tBTA_AV_HNDL hndl; member in struct:__anon3091
334 tBTA_AV_HNDL hndl; member in struct:__anon3092
420 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member in struct:__anon3101
562 BTA_API void BTA_AvDeregister(tBTA_AV_HNDL hndl);
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_av_co.h 135 void bta_av_co_audio_discard_config(tBTA_AV_HNDL hndl);
158 BOOLEAN bta_av_co_peer_cp_supported(tBTA_AV_HNDL hndl);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.cpp 145 unsigned int hndl = ToTargetCompatibleHandle((uintptr_t)surface); local
146 SurfacesHndlMap::iterator it = m_surfaces.find(hndl);
155 unsigned int hndl = ToTargetCompatibleHandle((uintptr_t)ctx); local
156 ContextsHndlMap::iterator it = m_contexts.find(hndl);
165 unsigned int hndl = ToTargetCompatibleHandle((uintptr_t)s); local
166 SurfacesHndlMap::iterator it = m_surfaces.find(hndl);
194 unsigned int hndl = ToTargetCompatibleHandle((uintptr_t)ctx); local
195 ContextsHndlMap::iterator it = m_contexts.find(hndl);
262 unsigned int hndl = s.Ptr()->getHndl(); local
263 EGLSurface ret =reinterpret_cast<EGLSurface> (hndl);
276 unsigned int hndl = ctx.Ptr()->getHndl(); local
298 unsigned int hndl = ToTargetCompatibleHandle((uintptr_t)img); local
306 unsigned int hndl = ToTargetCompatibleHandle((uintptr_t)img); local
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_ci.c 70 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category,
77 p_buf->hdr.layer_specific = hndl;
bta_av_aact.c 274 start.hndl = p_scb->hndl;
496 APPL_TRACE_VERBOSE1("hndl:x%x", p_scb->hndl);
497 p_msg->hdr.layer_specific = p_scb->hndl;
756 start.hndl = p_scb->hndl;
780 av_open.hndl = p_scb->hndl;
812 p_scb->p_cos->delay(p_scb->hndl, p_data->str_msg.msg.delay_rpt_cmd.delay)
    [all...]
bta_av_api.c 146 void BTA_AvDeregister(tBTA_AV_HNDL hndl)
152 p_buf->layer_specific = hndl;
284 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx,
291 p_buf->hdr.layer_specific = hndl;
313 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, UINT8 *p_data, UINT16 len)
319 p_buf->hdr.layer_specific = hndl;
347 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data, UINT16 len)
353 p_buf->hdr.layer_specific = hndl;
bta_av_int.h 160 typedef void (*tBTA_AV_CO_DISC_RES) (tBTA_AV_HNDL hndl, UINT8 num_seps,
163 typedef UINT8 (*tBTA_AV_CO_GETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
166 typedef void (*tBTA_AV_CO_SETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
169 typedef void (*tBTA_AV_CO_OPEN) (tBTA_AV_HNDL hndl,
172 typedef void (*tBTA_AV_CO_CLOSE) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu);
173 typedef void (*tBTA_AV_CO_START) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,UINT8 *p_codec_info, BOOLEAN *p_no_rtp_hdr);
174 typedef void (*tBTA_AV_CO_STOP) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type);
177 typedef void (*tBTA_AV_CO_DELAY) (tBTA_AV_HNDL hndl, UINT16 delay);
316 tBTA_AV_HNDL hndl; member in struct:__anon2849
480 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) * member in struct:__anon2860
    [all...]
bta_av_main.c 229 p_buf->layer_specific = p_scb->hndl;
313 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; local
315 UINT8 idx = (hndl & BTA_AV_HNDL_MSK);
377 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
427 APPL_TRACE_DEBUG2("scb hndl x%x, role x%x", p_scb->hndl, p_scb->role);
494 registr.hndl = p_scb->hndl;
845 APPL_TRACE_DEBUG3("new_role:%d, hci_status:x%x hndl: x%x", id, app_id, p_scb->hndl);
    [all...]
bta_av_ssm.c 440 p_scb->hndl, event, bta_av_evt_code(event), p_scb->state, bta_av_sst_code(p_scb->state));
bta_av_act.c 503 disc = p_scb->hndl;
    [all...]
  /external/bluetooth/bluedroid/bta/ar/
bta_ar_int.h 49 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member in struct:__anon2831
  /external/bluetooth/bluedroid/btif/co/
bta_av_co.c 54 #define BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl) (((hndl) & (~BTA_AV_CHNL_MSK)) - 1)
227 static tBTA_AV_CO_PEER *bta_av_co_get_peer(tBTA_AV_HNDL hndl)
232 index = BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl);
314 BTA_API void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps, UINT8 num_snk,
322 hndl, num_seps, num_snk);
325 p_peer = bta_av_co_get_peer(hndl);
358 BTA_API UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
372 APPL_TRACE_DEBUG3("bta_av_co_audio_getconfig handle:0x%x codec_type:%d seid:%d", hndl, codec_type, seid);
377 p_peer = bta_av_co_get_peer(hndl);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_av.c 252 btif_av_cb.bta_handle = ((tBTA_AV*)p_data)->registr.hndl;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
uipc_msg.h 801 UINT8 hndl; /* the handle: ((hdi + 1)|chnl) */ member in struct:__anon3911

Completed in 642 milliseconds