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

  /external/libese/esed/
OemLock.cpp 51 uint8_t lock_byte = allowed ? 0 : 1; local
53 data.insert(data.cbegin(), lock_byte);
127 uint8_t lock_byte = allowed ? 0 : 1; local
137 res = ese_boot_lock_set(&session, kEseBootLockIdDevice, lock_byte);
167 uint8_t lock_byte = 0; local
168 res = ese_boot_lock_get(&session, kEseBootLockIdDevice, &lock_byte);
184 _hidl_cb(OemLockStatus::OK, lock_byte != 0 ? false : true);
  /system/nfc/src/nfc/include/
rw_int.h 149 uint8_t lock_byte; /* Value in the lock byte */ member in struct:__anon3642
382 uint8_t lock_byte; /* Value in the lock byte */ member in struct:__anon3647
    [all...]

Completed in 2785 milliseconds