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.cpp40 RemoteGateKeeperDevice::RemoteGateKeeperDevice(cuttlefish::GatekeeperChannel* channel) in RemoteGateKeeperDevice() function in gatekeeper::RemoteGateKeeperDevice
44 RemoteGateKeeperDevice::~RemoteGateKeeperDevice() { in ~RemoteGateKeeperDevice()
54 Return<void> RemoteGateKeeperDevice::enroll(uint32_t uid, in enroll()
94 Return<void> RemoteGateKeeperDevice::verify( in verify()
136 Return<void> RemoteGateKeeperDevice::deleteUser(uint32_t /*uid*/, deleteUser_cb _hidl_cb) { in deleteUser()
142 Return<void> RemoteGateKeeperDevice::deleteAllUsers(deleteAllUsers_cb _hidl_cb) { in deleteAllUsers()
148 gatekeeper_error_t RemoteGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, in Send()
Dservice.cpp31 using gatekeeper::RemoteGateKeeperDevice;
52 android::sp<RemoteGateKeeperDevice> gatekeeper( in main()
53 new RemoteGateKeeperDevice(&gatekeeperChannel)); in main()
Dremote_gatekeeper.h30 class RemoteGateKeeperDevice : public ::android::hardware::gatekeeper::V1_0::IGatekeeper {
32 explicit RemoteGateKeeperDevice(cuttlefish::GatekeeperChannel* gatekeeper_channel);
33 ~RemoteGateKeeperDevice();