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:__anon68547
  /system/bt/bta/av/
bta_av_main.c 239 p_buf->layer_specific = p_scb->hndl;
323 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; local
325 UINT8 idx = (hndl & BTA_AV_HNDL_MSK);
387 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
458 APPL_TRACE_DEBUG("scb hndl x%x, role x%x", p_scb->hndl, p_scb->role);
573 registr.hndl = p_scb->hndl;
953 APPL_TRACE_DEBUG("new_role:%d, hci_status:x%x hndl: x%x", id, app_id, p_scb->hndl);
    [all...]
bta_av_int.h 163 typedef void (*tBTA_AV_CO_DISC_RES) (tBTA_AV_HNDL hndl, UINT8 num_seps,
165 typedef UINT8 (*tBTA_AV_CO_GETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
168 typedef void (*tBTA_AV_CO_SETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
172 typedef void (*tBTA_AV_CO_OPEN) (tBTA_AV_HNDL hndl,
175 typedef void (*tBTA_AV_CO_CLOSE) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu);
176 typedef void (*tBTA_AV_CO_START) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,UINT8 *p_codec_info, BOOLEAN *p_no_rtp_hdr);
177 typedef void (*tBTA_AV_CO_STOP) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type);
180 typedef void (*tBTA_AV_CO_DELAY) (tBTA_AV_HNDL hndl, UINT16 delay);
321 tBTA_AV_HNDL hndl; member in struct:__anon68565
488 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) * member in struct:__anon68576
    [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 270 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member in struct:__anon68839
283 tBTA_AV_HNDL hndl; member in struct:__anon68840
295 tBTA_AV_HNDL hndl; member in struct:__anon68841
302 tBTA_AV_HNDL hndl; member in struct:__anon68842
312 tBTA_AV_HNDL hndl; member in struct:__anon68843
321 tBTA_AV_HNDL hndl; member in struct:__anon68844
329 tBTA_AV_HNDL hndl; member in struct:__anon68845
338 tBTA_AV_HNDL hndl; member in struct:__anon68846
424 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member in struct:__anon68855
574 void BTA_AvDeregister(tBTA_AV_HNDL hndl);
    [all...]

Completed in 369 milliseconds