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

  /external/avb/libavb/
avb_ops.h 232 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member in struct:AvbOps
  /external/avb/libavb_user/
avb_ops_user.cpp 252 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { function
324 ops->read_is_device_unlocked = read_is_device_unlocked;
  /external/avb/test/
fake_avb_ops.cc 281 AvbIOResult FakeAvbOps::read_is_device_unlocked(AvbOps* ops, function in class:avb::FakeAvbOps
434 ->read_is_device_unlocked(ops, out_is_device_unlocked);
506 avb_ops_.read_is_device_unlocked = my_ops_read_is_device_unlocked;
  /external/avb/examples/uefi/
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;

Completed in 208 milliseconds