OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENROLL
(Results
1 - 5
of
5
) sorted by null
/system/core/fingerprintd/
IFingerprintDaemon.h
37
ENROLL
= IBinder::FIRST_CALL_TRANSACTION + 2,
55
virtual int32_t
enroll
(const uint8_t* token, ssize_t tokenLength, int32_t groupId,
IFingerprintDaemon.cpp
72
case
ENROLL
: {
81
const int32_t ret =
enroll
(token, tokenSize, groupId, timeout);
/system/core/gatekeeperd/
IGateKeeperService.h
31
ENROLL
= IBinder::FIRST_CALL_TRANSACTION + 0,
58
virtual int
enroll
(uint32_t uid,
IGateKeeperService.cpp
32
case
ENROLL
: {
53
int ret =
enroll
(uid, currentPasswordHandle, currentPasswordHandleSize,
/system/gatekeeper/include/gatekeeper/
gatekeeper_messages.h
29
const uint32_t
ENROLL
= 0;
181
* The password handle returned from the previous call to
enroll
or NULL
Completed in 63 milliseconds