Searched refs:TrustyGateKeeperDevice (Results 1 – 3 of 3) sorted by relevance
44 TrustyGateKeeperDevice::TrustyGateKeeperDevice() { in TrustyGateKeeperDevice() function in gatekeeper::TrustyGateKeeperDevice53 TrustyGateKeeperDevice::~TrustyGateKeeperDevice() { in ~TrustyGateKeeperDevice()64 Return<void> TrustyGateKeeperDevice::enroll(uint32_t uid, in enroll()99 Return<void> TrustyGateKeeperDevice::verify( in verify()136 Return<void> TrustyGateKeeperDevice::deleteUser(uint32_t uid, deleteUser_cb _hidl_cb) { in deleteUser()158 Return<void> TrustyGateKeeperDevice::deleteAllUsers(deleteAllUsers_cb _hidl_cb) { in deleteAllUsers()181 gatekeeper_error_t TrustyGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, in Send()
27 using gatekeeper::TrustyGateKeeperDevice;31 android::sp<TrustyGateKeeperDevice> gatekeeper(new TrustyGateKeeperDevice()); in main()
31 class TrustyGateKeeperDevice : public ::android::hardware::gatekeeper::V1_0::IGatekeeper {33 explicit TrustyGateKeeperDevice();34 ~TrustyGateKeeperDevice();