Home | History | Annotate | Download | only in gatekeeperd

Lines Matching refs:gatekeeper

38 #include <gatekeeper/password_handle.h> // for password_handle_t
39 #include <hardware/gatekeeper.h>
57 ALOGW("falling back to software GateKeeper");
62 LOG_ALWAYS_FATAL_IF(ret < 0, "Unable to open GateKeeper HAL");
148 const gatekeeper::password_handle_t *handle =
149 reinterpret_cast<const gatekeeper::password_handle_t *>(current_password_handle);
173 gatekeeper::password_handle_t *handle =
174 reinterpret_cast<gatekeeper::password_handle_t *>(*enrolled_password_handle);
214 const gatekeeper::password_handle_t *handle =
215 reinterpret_cast<const gatekeeper::password_handle_t *>(enrolled_password_handle);
259 maybe_store_sid(uid, reinterpret_cast<const gatekeeper::password_handle_t *>(
339 android::String16("android.service.gatekeeper.IGateKeeperService"), proxy);