HomeSort by relevance Sort by last modified time
    Searched refs:read_is_device_unlocked (Results 1 - 9 of 9) 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 196 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member in struct:AvbOps
avb_slot_verify.c     [all...]
  /external/avb/test/
fake_avb_ops.h 70 virtual AvbIOResult read_is_device_unlocked(AvbOps* ops,
189 AvbIOResult read_is_device_unlocked(AvbOps* ops,
fake_avb_ops.cc 215 AvbIOResult FakeAvbOps::read_is_device_unlocked(AvbOps* ops, function in class:avb::FakeAvbOps
324 ->read_is_device_unlocked(ops, out_is_device_unlocked);
367 avb_ops_.read_is_device_unlocked = my_ops_read_is_device_unlocked;
avb_atx_validate_unittest.cc 145 AvbIOResult read_is_device_unlocked(AvbOps* ops,
601 AvbIOResult read_is_device_unlocked(AvbOps* ops,
603 return ops_.read_is_device_unlocked(ops, out_is_device_unlocked);
  /external/avb/libavb_user/
avb_ops_user.c 252 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { function
324 ops->read_is_device_unlocked = read_is_device_unlocked;
  /system/core/fs_mgr/
fs_mgr_avb_ops.cpp 111 avb_ops_.read_is_device_unlocked = dummy_read_is_device_unlocked;

Completed in 73 milliseconds