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

  /system/bt/bta/ar/
bta_ar_int.h 49 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member in struct:__anon72745
  /system/bt/bta/av/
bta_av_main.c 295 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; local
297 UINT8 idx = (hndl & BTA_AV_HNDL_MSK);
356 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
401 APPL_TRACE_DEBUG("scb hndl x%x, role x%x", p_scb->hndl, p_scb->role);
522 registr.hndl = p_scb->hndl;
928 APPL_TRACE_DEBUG("new_role:%d, hci_status:x%x hndl: x%x", id, app_id, p_scb->hndl);
936 p_buf->hdr.layer_specific = p_scb->hndl;
    [all...]
bta_av_int.h 165 typedef void (*tBTA_AV_CO_DISC_RES) (tBTA_AV_HNDL hndl, UINT8 num_seps,
167 typedef UINT8 (*tBTA_AV_CO_GETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
170 typedef void (*tBTA_AV_CO_SETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
174 typedef void (*tBTA_AV_CO_OPEN) (tBTA_AV_HNDL hndl,
177 typedef void (*tBTA_AV_CO_CLOSE) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu);
178 typedef void (*tBTA_AV_CO_START) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,UINT8 *p_codec_info, BOOLEAN *p_no_rtp_hdr);
179 typedef void (*tBTA_AV_CO_STOP) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type);
182 typedef void (*tBTA_AV_CO_DELAY) (tBTA_AV_HNDL hndl, UINT16 delay);
324 tBTA_AV_HNDL hndl; member in struct:__anon72763
500 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) * member in struct:__anon72775
    [all...]
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 256 OUTE("hndl %p", l->handle);
1128 void *hndl = dlopen(BLTSVILLELIB, RTLD_LOCAL | RTLD_LAZY); local
    [all...]
  /system/bt/bta/include/
bta_av_api.h 273 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member in struct:__anon73034
286 tBTA_AV_HNDL hndl; member in struct:__anon73035
298 tBTA_AV_HNDL hndl; member in struct:__anon73036
305 tBTA_AV_HNDL hndl; member in struct:__anon73037
315 tBTA_AV_HNDL hndl; member in struct:__anon73038
324 tBTA_AV_HNDL hndl; member in struct:__anon73039
332 tBTA_AV_HNDL hndl; member in struct:__anon73040
341 tBTA_AV_HNDL hndl; member in struct:__anon73041
428 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member in struct:__anon73050
585 void BTA_AvDeregister(tBTA_AV_HNDL hndl);
    [all...]

Completed in 1496 milliseconds