OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SoftGateKeeperDevice
(Results
1 - 4
of
4
) sorted by null
/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
42
#include "
SoftGateKeeperDevice
.h"
58
soft_device.reset(new
SoftGateKeeperDevice
());
225
SoftGateKeeperDevice
soft_dev;
320
UniquePtr<
SoftGateKeeperDevice
> soft_device;
Completed in 398 milliseconds