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

  /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
  /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_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_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...]
  /external/bluetooth/bluedroid/bta/include/
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/stack/include/
uipc_msg.h 801 UINT8 hndl; /* the handle: ((hdi + 1)|chnl) */ member in struct:__anon3911

Completed in 321 milliseconds