Home
last modified time | relevance | path

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

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