Home
last modified time | relevance | path

Searched refs:hndl (Results 1 – 13 of 13) sorted by relevance

/external/tpm2-tss/test/unit/
DTPML-marshal.c26 TPML_HANDLE hndl = {0}; in tpml_marshal_success() local
28 uint8_t buffer[sizeof(hndl) + sizeof(sel)] = { 0 }; in tpml_marshal_success()
33 hndl.count = 2; in tpml_marshal_success()
34 hndl.handle[0] = 0x81000001; in tpml_marshal_success()
35 hndl.handle[1] = 0x81000002; in tpml_marshal_success()
39 rc = Tss2_MU_TPML_HANDLE_Marshal(&hndl, buffer, buffer_size, NULL); in tpml_marshal_success()
77 TPML_HANDLE hndl = {0}; in tpml_marshal_success_offset() local
79 uint8_t buffer[sizeof(hndl) + sizeof(sel) + 10] = { 0 }; in tpml_marshal_success_offset()
85 hndl.count = 2; in tpml_marshal_success_offset()
86 hndl.handle[0] = 0x81000001; in tpml_marshal_success_offset()
[all …]
/external/skia/gm/
Drasterhandleallocator.cpp80 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override { in updateHandle() argument
81 SkCanvas* canvas = (SkCanvas*)hndl; in updateHandle()
142 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override { in updateHandle() argument
143 CGContextRef cg = (CGContextRef)hndl; in updateHandle()
/external/skia/src/core/
DSkBitmapDevice.cpp231 SkRasterHandleAllocator::Handle hndl, const SkBitmap* coverage) in SkBitmapDevice() argument
234 , fRasterHandle(hndl) in SkBitmapDevice()
258 SkRasterHandleAllocator::Handle hndl = nullptr; in Create() local
267 hndl = allocator->allocBitmap(info, &bitmap); in Create()
268 if (!hndl) { in Create()
294 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr); in Create()
DSkCanvas.cpp490 SkRasterHandleAllocator::Handle hndl) in SkCanvas() argument
497 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr)); in SkCanvas()
2650 Handle hndl; in MakeCanvas() local
2653 hndl = install(&bm, info, *rec) ? rec->fHandle : nullptr; in MakeCanvas()
2655 hndl = alloc->allocBitmap(info, &bm); in MakeCanvas()
2657 return hndl ? std::unique_ptr<SkCanvas>(new SkCanvas(bm, std::move(alloc), hndl)) : nullptr; in MakeCanvas()
/external/selinux/libselinux/include/selinux/
Drestorecon.h113 extern void selinux_restorecon_set_sehandle(struct selabel_handle *hndl);
Dandroid.h24 extern void selinux_android_set_sehandle(const struct selabel_handle *hndl);
/external/skqp/src/core/
DSkBitmapDevice.cpp239 SkRasterHandleAllocator::Handle hndl, const SkBitmap* coverage) in SkBitmapDevice() argument
242 , fRasterHandle(hndl) in SkBitmapDevice()
264 SkRasterHandleAllocator::Handle hndl = nullptr; in Create() local
273 hndl = allocator->allocBitmap(info, &bitmap); in Create()
274 if (!hndl) { in Create()
300 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr); in Create()
DSkCanvas.cpp629 SkRasterHandleAllocator::Handle hndl) in SkCanvas() argument
636 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr)); in SkCanvas()
2920 Handle hndl; in MakeCanvas() local
2923 hndl = install(&bm, info, *rec) ? rec->fHandle : nullptr; in MakeCanvas()
2925 hndl = alloc->allocBitmap(info, &bm); in MakeCanvas()
2927 return hndl ? std::unique_ptr<SkCanvas>(new SkCanvas(bm, std::move(alloc), hndl)) : nullptr; in MakeCanvas()
/external/tpm2-tss/test/integration/
Dsession-util.h79 get_session(TPMI_SH_AUTH_SESSION hndl);
Dsapi-session-util.c23 get_session(TPMI_SH_AUTH_SESSION hndl) in get_session() argument
27 HASH_FIND_INT(sessions, &hndl, s); in get_session()
/external/skqp/samplecode/
DSampleBigGradient.cpp138 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override { in updateHandle() argument
139 CGContextRef cg = (CGContextRef)hndl; in updateHandle()
/external/selinux/libselinux/src/
Dselinux_restorecon.c1140 void selinux_restorecon_set_sehandle(struct selabel_handle *hndl) in selinux_restorecon_set_sehandle() argument
1146 fc_sehandle = (struct selabel_handle *) hndl; in selinux_restorecon_set_sehandle()
/external/selinux/libselinux/src/android/
Dandroid_platform.c1663 void selinux_android_set_sehandle(const struct selabel_handle *hndl) in selinux_android_set_sehandle() argument
1665 fc_sehandle = (struct selabel_handle *) hndl; in selinux_android_set_sehandle()