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

  /system/bt/bta/ar/
bta_ar_int.h 47 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member in struct:__anon112777
  /external/skia/src/core/
SkBitmapDevice.cpp 77 SkRasterHandleAllocator::Handle hndl)
80 , fRasterHandle(hndl)
94 SkRasterHandleAllocator::Handle hndl = nullptr; local
103 hndl = allocator->allocBitmap(info, &bitmap);
104 if (!hndl) {
121 return new SkBitmapDevice(bitmap, surfaceProps, hndl);
SkCanvas.cpp 721 SkRasterHandleAllocator::Handle hndl)
728 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl));
2997 Handle hndl; local
    [all...]
  /system/bt/bta/av/
bta_av_main.cc 289 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; local
291 uint8_t idx = (hndl & BTA_AV_HNDL_MSK);
338 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
379 APPL_TRACE_DEBUG("scb hndl x%x, role x%x", p_scb->hndl, p_scb->role);
458 registr.hndl = p_scb->hndl;
865 APPL_TRACE_DEBUG("new_role:%d, hci_status:x%x hndl: x%x", id, app_id,
866 p_scb->hndl);
875 p_buf->hdr.layer_specific = p_scb->hndl;
    [all...]
bta_av_int.h 162 typedef void (*tBTA_AV_CO_DISC_RES)(tBTA_AV_HNDL hndl, uint8_t num_seps,
166 typedef tA2DP_STATUS (*tBTA_AV_CO_GETCFG)(tBTA_AV_HNDL hndl,
171 typedef void (*tBTA_AV_CO_SETCFG)(tBTA_AV_HNDL hndl,
176 typedef void (*tBTA_AV_CO_OPEN)(tBTA_AV_HNDL hndl, uint16_t mtu);
177 typedef void (*tBTA_AV_CO_CLOSE)(tBTA_AV_HNDL hndl);
178 typedef void (*tBTA_AV_CO_START)(tBTA_AV_HNDL hndl, uint8_t* p_codec_info,
180 typedef void (*tBTA_AV_CO_STOP)(tBTA_AV_HNDL hndl);
183 typedef void (*tBTA_AV_CO_DELAY)(tBTA_AV_HNDL hndl, uint16_t delay);
184 typedef void (*tBTA_AV_CO_UPDATE_MTU)(tBTA_AV_HNDL hndl, uint16_t mtu);
306 tBTA_AV_HNDL hndl; member in struct:__anon112795
466 tBTA_AV_HNDL hndl; \/* the handle: ((hdi + 1)|chnl) *\/ member in struct:__anon112806
    [all...]
  /system/bt/bta/include/
bta_av_api.h 253 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member in struct:__anon113035
265 tBTA_AV_HNDL hndl; member in struct:__anon113036
276 tBTA_AV_HNDL hndl; member in struct:__anon113037
282 tBTA_AV_HNDL hndl; member in struct:__anon113038
291 tBTA_AV_HNDL hndl; member in struct:__anon113039
299 tBTA_AV_HNDL hndl; member in struct:__anon113040
306 tBTA_AV_HNDL hndl; member in struct:__anon113041
314 tBTA_AV_HNDL hndl; member in struct:__anon113042
403 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member in struct:__anon113053
545 void BTA_AvDeregister(tBTA_AV_HNDL hndl);
    [all...]

Completed in 124 milliseconds