Home
last modified time | relevance | path

Searched refs:SoftGateKeeperDevice (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/gatekeeper/1.0/software/
Dservice.cpp26 using android::SoftGateKeeperDevice;
31 android::sp<SoftGateKeeperDevice> gatekeeper(new SoftGateKeeperDevice()); in main()
DSoftGateKeeperDevice.cpp44 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()
DSoftGateKeeperDevice.h31 class SoftGateKeeperDevice : public ::android::hardware::gatekeeper::V1_0::IGatekeeper {
33 SoftGateKeeperDevice() { impl_.reset(new ::gatekeeper::SoftGateKeeper()); } in SoftGateKeeperDevice() function
DAndroid.bp19 "SoftGateKeeperDevice.cpp",
/hardware/interfaces/gatekeeper/aidl/software/
Dservice.cpp27 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()
DGateKeeper.cpp59 SoftGateKeeperDevice::SoftGateKeeperDevice(::gatekeeper::SoftGateKeeper& impl) : impl_(impl) {} in SoftGateKeeperDevice() function in aidl::android::hardware::gatekeeper::SoftGateKeeperDevice
61 ::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()
DGateKeeper.h25 class SoftGateKeeperDevice : public BnGatekeeper {
27 SoftGateKeeperDevice(::gatekeeper::SoftGateKeeper&);