Searched refs:SoftGateKeeperDevice (Results 1 – 7 of 7) sorted by relevance
26 using android::SoftGateKeeperDevice;31 android::sp<SoftGateKeeperDevice> gatekeeper(new SoftGateKeeperDevice()); in main()
44 Return<void> SoftGateKeeperDevice::enroll(uint32_t uid, in enroll()73 Return<void> SoftGateKeeperDevice::verify( in verify()104 Return<void> SoftGateKeeperDevice::deleteUser(uint32_t /*uid*/, deleteUser_cb _hidl_cb) { in deleteUser()109 Return<void> SoftGateKeeperDevice::deleteAllUsers(deleteAllUsers_cb _hidl_cb) { in deleteAllUsers()
31 class SoftGateKeeperDevice : public ::android::hardware::gatekeeper::V1_0::IGatekeeper {33 SoftGateKeeperDevice() { impl_.reset(new ::gatekeeper::SoftGateKeeper()); } in SoftGateKeeperDevice() function
19 "SoftGateKeeperDevice.cpp",
27 using aidl::android::hardware::gatekeeper::SoftGateKeeperDevice;40 auto gatekeeper = ndk::SharedRefBase::make<SoftGateKeeperDevice>(implementation); in main()41 const std::string instance = SoftGateKeeperDevice::descriptor + std::string("/default"); in main()
59 SoftGateKeeperDevice::SoftGateKeeperDevice(::gatekeeper::SoftGateKeeper& impl) : impl_(impl) {} in SoftGateKeeperDevice() function in aidl::android::hardware::gatekeeper::SoftGateKeeperDevice61 ::ndk::ScopedAStatus SoftGateKeeperDevice::enroll(int32_t uid, in enroll()102 ::ndk::ScopedAStatus SoftGateKeeperDevice::verify( in verify()139 ::ndk::ScopedAStatus SoftGateKeeperDevice::deleteUser(int32_t /*uid*/) { in deleteUser()144 ::ndk::ScopedAStatus SoftGateKeeperDevice::deleteAllUsers() { in deleteAllUsers()
25 class SoftGateKeeperDevice : public BnGatekeeper {27 SoftGateKeeperDevice(::gatekeeper::SoftGateKeeper&);