Searched refs:hw_device (Results 1 – 4 of 4) sorted by relevance
69 hw_device = IGatekeeper::getService(); in GateKeeperProxy()72 if (!hw_device) { in GateKeeperProxy()98 if (hw_device) { in clear_state_if_needed()99 hw_device->deleteAllUsers([](const GatekeeperResponse&) {}); in clear_state_if_needed()153 CHECK(hw_device != nullptr); in adjust_userId()179 if (!hw_device) { in enroll()202 Return<void> hwRes = hw_device->enroll( in enroll()263 if (!hw_device) return GK_ERROR; in verifyChallenge()281 Return<void> hwRes = hw_device->verify( in verifyChallenge()357 if (hw_device) { in clearSecureUserId()[all …]
41 __attribute__((visibility("default"))) hw_device_t* hw_device();
63 hw_device_t* hw_device();
297 hw_device_t* SoftKeymasterDevice::hw_device() { in hw_device() function in keymaster::SoftKeymasterDevice