HomeSort by relevance Sort by last modified time
    Searched refs:SoftGateKeeperDevice (Results 1 - 8 of 8) sorted by null

  /device/generic/goldfish/gatekeeper/
SoftGateKeeperDevice.h 31 class SoftGateKeeperDevice {
33 SoftGateKeeperDevice() {
module.cpp 27 #include "SoftGateKeeperDevice.h"
29 using goldfish::SoftGateKeeperDevice;
33 SoftGateKeeperDevice *s_gatekeeper;
44 SoftGateKeeperDevice *s_gatekeeper = ((goldfish_gatekeeper_device*)(dev))->s_gatekeeper;
62 SoftGateKeeperDevice *s_gatekeeper = ((goldfish_gatekeeper_device*)(dev))->s_gatekeeper;
72 SoftGateKeeperDevice *s_gatekeeper = ((goldfish_gatekeeper_device*)(dev))->s_gatekeeper;
90 SoftGateKeeperDevice *s_gatekeeper = new SoftGateKeeperDevice();
Android.mk 27 SoftGateKeeperDevice.cpp
SoftGateKeeperDevice.cpp 17 #include "SoftGateKeeperDevice.h"
21 int SoftGateKeeperDevice::enroll(uint32_t uid,
76 int SoftGateKeeperDevice::verify(uint32_t uid,
  /system/core/gatekeeperd/
SoftGateKeeperDevice.h 31 class SoftGateKeeperDevice {
33 SoftGateKeeperDevice() {
Android.mk 22 SoftGateKeeperDevice.cpp \
SoftGateKeeperDevice.cpp 17 #include "SoftGateKeeperDevice.h"
21 int SoftGateKeeperDevice::enroll(uint32_t uid,
71 int SoftGateKeeperDevice::verify(uint32_t uid,
gatekeeperd.cpp 40 #include "SoftGateKeeperDevice.h"
64 soft_device.reset(new SoftGateKeeperDevice());
296 SoftGateKeeperDevice soft_dev;
387 std::unique_ptr<SoftGateKeeperDevice> soft_device;

Completed in 181 milliseconds