HomeSort by relevance Sort by last modified time
    Searched refs:read_is_device_unlocked (Results 1 - 14 of 14) sorted by null

  /external/avb/examples/uefi/
main.c 56 if (ops->read_is_device_unlocked(ops, &unlocked) != AVB_IO_RESULT_OK) {
59 avb_printv("read_is_device_unlocked() ops returned that device is ",
uefi_avb_ops.c 548 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { function
550 avb_debug("TODO: implement read_is_device_unlocked().\n");
647 data->ops.read_is_device_unlocked = read_is_device_unlocked;
  /external/avb/libavb/
avb_ops.h 233 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member in struct:AvbOps
avb_cmdline.c 256 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked);
avb_slot_verify.c 236 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked);
    [all...]
  /external/avb/test/
fake_avb_ops.h 77 virtual AvbIOResult read_is_device_unlocked(AvbOps* ops,
230 AvbIOResult read_is_device_unlocked(AvbOps* ops,
344 AvbIOResult read_is_device_unlocked(AvbOps* ops,
346 return ops_.read_is_device_unlocked(ops, out_is_device_unlocked);
fake_avb_ops.cc 293 AvbIOResult FakeAvbOps::read_is_device_unlocked(AvbOps* ops, function in class:avb::FakeAvbOps
459 ->read_is_device_unlocked(ops, out_is_device_unlocked);
539 avb_ops_.read_is_device_unlocked = my_ops_read_is_device_unlocked;
avb_atx_validate_unittest.cc 159 AvbIOResult read_is_device_unlocked(AvbOps* ops,
    [all...]
  /external/u-boot/lib/libavb/
avb_ops.h 213 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member in struct:AvbOps
avb_cmdline.c 228 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked);
avb_slot_verify.c     [all...]
  /external/avb/libavb_user/
avb_ops_user.cpp 261 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { function
333 ops->read_is_device_unlocked = read_is_device_unlocked;
  /external/u-boot/cmd/
avb.c 238 if (avb_ops->read_is_device_unlocked(avb_ops, &unlocked) !=
317 if (avb_ops->read_is_device_unlocked(avb_ops, &unlock) ==
  /external/u-boot/common/
avb_verify.c 642 * read_is_device_unlocked() - gets whether the device is unlocked
652 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) function
721 ops_data->ops.read_is_device_unlocked = read_is_device_unlocked;

Completed in 500 milliseconds