Searched defs:hndl (Results 1 - 4 of 4) 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.cpp85 SkRasterHandleAllocator::Handle hndl)
88 , fRasterHandle(hndl)
103 SkRasterHandleAllocator::Handle hndl = nullptr; local
112 hndl = allocator->allocBitmap(info, &bitmap);
113 if (!hndl) {
131 return new SkBitmapDevice(bitmap, surfaceProps, hndl);
84 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, SkRasterHandleAllocator::Handle hndl) argument
H A DSkCanvas.cpp737 SkRasterHandleAllocator::Handle hndl)
744 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl));
3304 Handle hndl; local
3307 hndl = install(&bm, info, *rec) ? rec->fHandle : nullptr;
3309 hndl = alloc->allocBitmap(info, &bm);
3311 return hndl ? std::unique_ptr<SkCanvas>(new SkCanvas(bm, std::move(alloc), hndl)) : nullptr;
736 SkCanvas(const SkBitmap& bitmap, std::unique_ptr<SkRasterHandleAllocator> alloc, SkRasterHandleAllocator::Handle hndl) argument
/external/selinux/libselinux/src/android/
H A Dandroid.c1728 void selinux_android_set_sehandle(const struct selabel_handle *hndl) argument
1730 fc_sehandle = (struct selabel_handle *) hndl;

Completed in 335 milliseconds