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

  /device/generic/goldfish/fingerprint/
fingerprint.c 119 message.data.authenticated.hat.version = HW_AUTH_TOKEN_VERSION;
120 message.data.authenticated.hat.authenticator_type = htobe32(HW_AUTH_FINGERPRINT);
121 message.data.authenticated.hat.challenge = dev->op_id;
122 message.data.authenticated.hat.authenticator_id = dev->authenticator_id;
123 message.data.authenticated.hat.user_id = dev->secure_user_id;
126 message.data.authenticated.hat.timestamp =
270 const hw_auth_token_t *hat,
275 if (hat && hat->challenge == dev->challenge) {
276 dev->secure_user_id = hat->user_id
    [all...]
  /hardware/libhardware/include/hardware/
fingerprint.h 95 hw_auth_token_t hat; member in struct:fingerprint_authenticated
165 int (*enroll)(struct fingerprint_device *dev, const hw_auth_token_t *hat,
  /system/core/fingerprintd/
FingerprintDaemonProxy.cpp 66 const uint8_t* hat = reinterpret_cast<const uint8_t *>(&msg->data.authenticated.hat); local
67 instance->notifyKeystore(hat, sizeof(msg->data.authenticated.hat));
  /external/v8/test/mjsunit/harmony/
regexp-sticky.js 124 var hat = /^foo/y; variable
125 hat.lastIndex = 2;
126 assertFalse(hat.test("..foo"));
  /hardware/libhardware/modules/fingerprint/
fingerprint.c 41 const hw_auth_token_t __unused *hat,
  /build/tools/apicheck/
Android.mk 24 # the hat script
  /cts/tools/cts-api-coverage/
Android.mk 21 # the hat script
  /cts/tools/cts-java-scanner/
Android.mk 21 # the hat script
  /cts/tools/cts-native-scanner/
Android.mk 21 # the hat script
  /cts/tools/cts-xml-generator/
Android.mk 21 # the hat script
  /frameworks/base/services/core/jni/
com_android_server_fingerprint_FingerprintService.cpp 104 notifyKeystore(reinterpret_cast<uint8_t *>(&msg.data.authenticated.hat),
105 sizeof(msg.data.authenticated.hat));
  /build/
envsetup.sh     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java 1234 char hat = 0x005E; \/*^*\/ local
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 1581 UChar hat = 0x005E; \/*^*\/ local
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]

Completed in 838 milliseconds