Searched defs:hndl (Results 1 - 6 of 6) sorted by relevance

/external/selinux/libselinux/src/
H A Dselinux_restorecon.c1039 void selinux_restorecon_set_sehandle(struct selabel_handle *hndl) argument
1044 fc_sehandle = (struct selabel_handle *) hndl;
/external/skia/src/core/
H A DSkBitmapDevice.cpp81 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);
80 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, SkRasterHandleAllocator::Handle hndl) argument
H A DSkCanvas.cpp722 SkRasterHandleAllocator::Handle hndl)
729 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl));
3016 Handle hndl; local
3019 hndl = install(&bm, info, *rec) ? rec->fHandle : nullptr;
3021 hndl = alloc->allocBitmap(info, &bm);
3023 return hndl ? std::unique_ptr<SkCanvas>(new SkCanvas(bm, std::move(alloc), hndl)) : nullptr;
721 SkCanvas(const SkBitmap& bitmap, std::unique_ptr<SkRasterHandleAllocator> alloc, SkRasterHandleAllocator::Handle hndl) argument
/external/skqp/src/core/
H A DSkBitmapDevice.cpp81 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);
80 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, SkRasterHandleAllocator::Handle hndl) argument
H A DSkCanvas.cpp722 SkRasterHandleAllocator::Handle hndl)
729 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl));
2988 Handle hndl; local
2991 hndl = install(&bm, info, *rec) ? rec->fHandle : nullptr;
2993 hndl = alloc->allocBitmap(info, &bm);
2995 return hndl ? std::unique_ptr<SkCanvas>(new SkCanvas(bm, std::move(alloc), hndl)) : nullptr;
721 SkCanvas(const SkBitmap& bitmap, std::unique_ptr<SkRasterHandleAllocator> alloc, SkRasterHandleAllocator::Handle hndl) argument
/external/selinux/libselinux/src/android/
H A Dandroid_platform.c1661 void selinux_android_set_sehandle(const struct selabel_handle *hndl) argument
1663 fc_sehandle = (struct selabel_handle *) hndl;

Completed in 200 milliseconds