Home
last modified time | relevance | path

Searched refs:read_is_device_unlocked (Results 1 – 8 of 8) sorted by relevance

/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
324 ops->read_is_device_unlocked = read_is_device_unlocked; in avb_ops_user_new()
/external/avb/test/
Dfake_avb_ops.cc215 AvbIOResult FakeAvbOps::read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function in avb::FakeAvbOps
324 ->read_is_device_unlocked(ops, out_is_device_unlocked); in my_ops_read_is_device_unlocked()
367 avb_ops_.read_is_device_unlocked = my_ops_read_is_device_unlocked; in FakeAvbOps()
Dfake_avb_ops.h70 virtual AvbIOResult read_is_device_unlocked(AvbOps* ops,
189 AvbIOResult read_is_device_unlocked(AvbOps* ops,
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
603 return ops_.read_is_device_unlocked(ops, out_is_device_unlocked); in read_is_device_unlocked()
/external/avb/libavb/
Davb_ops.h196 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member
Davb_slot_verify.c1100 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked); in append_options()
1252 avb_assert(ops->read_is_device_unlocked != NULL); in avb_slot_verify()
/external/avb/examples/uefi/
Dmain.c56 if (ops->read_is_device_unlocked(ops, &unlocked) != AVB_IO_RESULT_OK) { in efi_main()
Duefi_avb_ops.c548 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { in read_is_device_unlocked() function
647 data->ops.read_is_device_unlocked = read_is_device_unlocked; in uefi_avb_ops_new()