Home
last modified time | relevance | path

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

/aosp12/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp44 TrustyGateKeeperDevice::TrustyGateKeeperDevice() { in TrustyGateKeeperDevice() function in gatekeeper::TrustyGateKeeperDevice
53 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()
H A Dservice.cpp27 using gatekeeper::TrustyGateKeeperDevice;
31 android::sp<TrustyGateKeeperDevice> gatekeeper(new TrustyGateKeeperDevice()); in main()
H A Dtrusty_gatekeeper.h31 class TrustyGateKeeperDevice : public ::android::hardware::gatekeeper::V1_0::IGatekeeper {
33 explicit TrustyGateKeeperDevice();
34 ~TrustyGateKeeperDevice();