Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/gatekeeper/remote/
Dremote_gatekeeper.cpp37 RemoteGateKeeperDevice::RemoteGateKeeperDevice( in RemoteGateKeeperDevice() function in aidl::android::hardware::gatekeeper::RemoteGateKeeperDevice
41 RemoteGateKeeperDevice::~RemoteGateKeeperDevice() {} in ~RemoteGateKeeperDevice()
69 RemoteGateKeeperDevice::enroll(int32_t uid, const std::vector<uint8_t>& currentPasswordHandle, in enroll()
117 ::ndk::ScopedAStatus RemoteGateKeeperDevice::verify( in verify()
162 ::ndk::ScopedAStatus RemoteGateKeeperDevice::deleteUser(int32_t /*uid*/) { in deleteUser()
167 ::ndk::ScopedAStatus RemoteGateKeeperDevice::deleteAllUsers() { in deleteAllUsers()
172 gatekeeper_error_t RemoteGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, in Send()
Dservice.cpp29 using aidl::android::hardware::gatekeeper::RemoteGateKeeperDevice;
49 std::shared_ptr<RemoteGateKeeperDevice> gatekeeper = in main()
50 ndk::SharedRefBase::make<RemoteGateKeeperDevice>(&gatekeeperChannel); in main()
52 const std::string instance = std::string() + RemoteGateKeeperDevice::descriptor + "/default"; in main()
Dremote_gatekeeper.h39 class RemoteGateKeeperDevice : public BnGatekeeper {
41 explicit RemoteGateKeeperDevice(
43 ~RemoteGateKeeperDevice();