Home
last modified time | relevance | path

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

/external/avb/libavb/
Davb_ops.h196 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member
/external/avb/libavb_user/
Davb_ops_user.c252 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { in read_is_device_unlocked() function
/external/avb/test/
Dfake_avb_ops.cc215 AvbIOResult FakeAvbOps::read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function in avb::FakeAvbOps
Davb_atx_validate_unittest.cc145 AvbIOResult read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function in avb::AvbAtxValidateTest
601 AvbIOResult read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function in avb::AvbAtxSlotVerifyTest
/external/avb/examples/uefi/
Duefi_avb_ops.c548 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { in read_is_device_unlocked() function