Searched refs:read_is_device_unlocked (Results 1 – 9 of 9) sorted by relevance
/external/avb/libavb_user/ |
D | avb_ops_user.cpp | 261 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { in read_is_device_unlocked() function 333 ops->read_is_device_unlocked = read_is_device_unlocked; in avb_ops_user_new()
|
/external/avb/test/ |
D | fake_avb_ops.h | 77 virtual AvbIOResult read_is_device_unlocked(AvbOps* ops, 254 AvbIOResult read_is_device_unlocked(AvbOps* ops, 403 AvbIOResult read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function 405 return ops_.read_is_device_unlocked(ops, out_is_device_unlocked); in read_is_device_unlocked()
|
D | fake_avb_ops.cc | 335 AvbIOResult FakeAvbOps::read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function in avb::FakeAvbOps 522 ->read_is_device_unlocked(ops, out_is_device_unlocked); in my_ops_read_is_device_unlocked() 602 avb_ops_.read_is_device_unlocked = my_ops_read_is_device_unlocked; in FakeAvbOps()
|
D | avb_atx_validate_unittest.cc | 159 AvbIOResult read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() function in avb::AvbAtxValidateTest
|
/external/avb/examples/uefi/ |
D | main.c | 56 if (ops->read_is_device_unlocked(ops, &unlocked) != AVB_IO_RESULT_OK) { in efi_main()
|
D | uefi_avb_ops.c | 548 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()
|
/external/avb/libavb/ |
D | avb_ops.h | 237 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member
|
D | avb_cmdline.c | 245 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked); in avb_append_options()
|
D | avb_slot_verify.c | 236 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked); in initialize_persistent_digest() 1381 avb_assert(ops->read_is_device_unlocked != NULL); in avb_slot_verify()
|