Home
last modified time | relevance | path

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

/external/avb/libavb/
Davb_ops.h237 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member
/external/avb/libavb_user/
Davb_ops_user.cpp261 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { in read_is_device_unlocked() function
/external/avb/test/
Dfake_avb_ops.h403 AvbIOResult read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function
Dfake_avb_ops.cc335 AvbIOResult FakeAvbOps::read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function in avb::FakeAvbOps
Davb_atx_validate_unittest.cc159 AvbIOResult read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function in avb::AvbAtxValidateTest
/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