HomeSort by relevance Sort by last modified time
    Searched defs:hndl (Results 1 - 8 of 8) 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:__anon1232
  /external/skia/src/core/
SkBitmapDevice.cpp 81 SkRasterHandleAllocator::Handle hndl)
84 , fRasterHandle(hndl)
98 SkRasterHandleAllocator::Handle hndl = nullptr; local
107 hndl = allocator->allocBitmap(info, &bitmap);
108 if (!hndl) {
125 return new SkBitmapDevice(bitmap, surfaceProps, hndl);
SkCanvas.cpp 722 SkRasterHandleAllocator::Handle hndl)
729 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl));
3016 Handle hndl; local
    [all...]
  /external/skqp/src/core/
SkBitmapDevice.cpp 81 SkRasterHandleAllocator::Handle hndl)
84 , fRasterHandle(hndl)
98 SkRasterHandleAllocator::Handle hndl = nullptr; local
107 hndl = allocator->allocBitmap(info, &bitmap);
108 if (!hndl) {
125 return new SkBitmapDevice(bitmap, surfaceProps, hndl);
SkCanvas.cpp 722 SkRasterHandleAllocator::Handle hndl)
729 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl));
2988 Handle hndl; local
    [all...]
  /system/bt/bta/av/
bta_av_main.cc 311 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; local
313 uint8_t idx = (hndl & BTA_AV_HNDL_MSK);
346 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
432 APPL_TRACE_DEBUG("%s: scb hndl x%x, role x%x", __func__, p_scb->hndl,
513 registr.hndl = p_scb->hndl;
912 "%s: peer %s found: new_role:%d, hci_status:0x%x hndl:0x%x", __func__,
913 peer_addr.ToString().c_str(), id, app_id, p_scb->hndl);
921 p_buf->hdr.layer_specific = p_scb->hndl;
    [all...]
bta_av_int.h 318 tBTA_AV_HNDL hndl; member in struct:__anon1250
478 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */ member in struct:final
  /system/bt/bta/include/
bta_av_api.h 172 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member in struct:__anon1460
184 tBTA_AV_HNDL hndl; member in struct:__anon1461
195 tBTA_AV_HNDL hndl; member in struct:__anon1462
201 tBTA_AV_HNDL hndl; member in struct:__anon1463
210 tBTA_AV_HNDL hndl; member in struct:__anon1464
218 tBTA_AV_HNDL hndl; member in struct:__anon1465
225 tBTA_AV_HNDL hndl; member in struct:__anon1466
233 tBTA_AV_HNDL hndl; member in struct:__anon1467
322 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member in struct:__anon1478
460 void BTA_AvDeregister(tBTA_AV_HNDL hndl);
    [all...]

Completed in 754 milliseconds