Home
last modified time | relevance | path

Searched refs:TrustyGateKeeperDevice (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/trusty/gatekeeper/
H A Dservice.cpp24 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()
H A Dtrusty_gatekeeper.cpp42 TrustyGateKeeperDevice::TrustyGateKeeperDevice() { in TrustyGateKeeperDevice() function in aidl::android::hardware::gatekeeper::TrustyGateKeeperDevice
51 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()
H A Dtrusty_gatekeeper.h43 class TrustyGateKeeperDevice : public BnGatekeeper {
45 explicit TrustyGateKeeperDevice();
46 ~TrustyGateKeeperDevice();