Searched refs:out_is_unlocked (Results 1 – 5 of 5) sorted by relevance
261 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { in read_is_device_unlocked() argument262 if (out_is_unlocked != NULL) { in read_is_device_unlocked()263 *out_is_unlocked = true; in read_is_device_unlocked()
233 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked);
213 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked);
652 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in read_is_device_unlocked() argument658 *out_is_unlocked = true; in read_is_device_unlocked()
548 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { in read_is_device_unlocked() argument551 *out_is_unlocked = true; in read_is_device_unlocked()