Home
last modified time | relevance | path

Searched defs:write_is_device_unlocked (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_ops.h246 AvbIOResult (*write_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member
/OK3568_Linux_fs/u-boot/lib/avb/libavb_user/
H A Davb_ops_user.c330 static AvbIOResult write_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in write_is_device_unlocked() function