Searched refs:TrustyGateKeeperDevice (Results 1 – 3 of 3) sorted by relevance
24 using aidl::android::hardware::gatekeeper::TrustyGateKeeperDevice;29 std::shared_ptr<TrustyGateKeeperDevice> gatekeeper = in main()30 ndk::SharedRefBase::make<TrustyGateKeeperDevice>(); in main()32 const std::string instance = std::string() + TrustyGateKeeperDevice::descriptor + "/default"; in main()
42 TrustyGateKeeperDevice::TrustyGateKeeperDevice() { in TrustyGateKeeperDevice() function in aidl::android::hardware::gatekeeper::TrustyGateKeeperDevice51 TrustyGateKeeperDevice::~TrustyGateKeeperDevice() { in ~TrustyGateKeeperDevice()78 ::ndk::ScopedAStatus TrustyGateKeeperDevice::enroll( in enroll()114 ::ndk::ScopedAStatus TrustyGateKeeperDevice::verify( in verify()147 ::ndk::ScopedAStatus TrustyGateKeeperDevice::deleteUser(int32_t uid) { in deleteUser()167 ::ndk::ScopedAStatus TrustyGateKeeperDevice::deleteAllUsers() { in deleteAllUsers()187 gatekeeper_error_t TrustyGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, in Send()
43 class TrustyGateKeeperDevice : public BnGatekeeper {45 explicit TrustyGateKeeperDevice();46 ~TrustyGateKeeperDevice();