Home
last modified time | relevance | path

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

/hardware/interfaces/gatekeeper/1.0/software/tests/
Dgatekeeper_test.cpp29 using ::gatekeeper::SoftGateKeeper;
52 static void do_enroll(SoftGateKeeper& gatekeeper, EnrollResponse* response) { in do_enroll()
59 SoftGateKeeper gatekeeper; in TEST()
66 SoftGateKeeper gatekeeper; in TEST()
77 SoftGateKeeper gatekeeper; in TEST()
101 SoftGateKeeper gatekeeper; in TEST()
136 SoftGateKeeper gatekeeper; in TEST()
170 SoftGateKeeper gatekeeper; in TEST()
/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeperDevice.h33 SoftGateKeeperDevice() { impl_.reset(new ::gatekeeper::SoftGateKeeper()); } in SoftGateKeeperDevice()
75 std::unique_ptr<::gatekeeper::SoftGateKeeper> impl_;
DSoftGateKeeper.h42 class SoftGateKeeper : public GateKeeper {
53 SoftGateKeeper() { in SoftGateKeeper() function
58 virtual ~SoftGateKeeper() {} in ~SoftGateKeeper()