Searched defs:hw_device (Results 1 - 4 of 4) sorted by relevance

/system/core/gatekeeperd/
H A Dgatekeeperd.cpp60 hw_device = IGatekeeper::getService();
62 if (hw_device == nullptr) {
90 if (hw_device != nullptr) {
91 hw_device->deleteAllUsers([](const GatekeeperResponse &){});
160 if (hw_device != nullptr) {
183 Return<void> hwRes = hw_device->enroll(uid, curPwdHandle, curPwd, newPwd,
260 if (hw_device != nullptr) {
272 Return<void> hwRes = hw_device->verify(uid, challenge, curPwdHandle, enteredPwd,
349 if (hw_device != nullptr) {
350 hw_device
386 sp<IGatekeeper> hw_device; member in class:android::GateKeeperProxy
[all...]
/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp69 hw_device_t* TrustyGateKeeperDevice::hw_device() { function in class:gatekeeper::TrustyGateKeeperDevice
/system/core/trusty/keymaster/
H A Dtrusty_keymaster_device.cpp640 hw_device_t* TrustyKeymasterDevice::hw_device() { function in class:keymaster::TrustyKeymasterDevice
/system/keymaster/
H A Dsoft_keymaster_device.cpp332 hw_device_t* SoftKeymasterDevice::hw_device() { function in class:keymaster::SoftKeymasterDevice

Completed in 209 milliseconds