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

  /system/core/fingerprintd/
FingerprintDaemonProxy.h 53 void notifyKeystore(const uint8_t *auth_token, const size_t auth_token_length);
FingerprintDaemonProxy.cpp 67 instance->notifyKeystore(hat, sizeof(msg->data.authenticated.hat));
107 void FingerprintDaemonProxy::notifyKeystore(const uint8_t *auth_token, const size_t auth_token_length) {
  /frameworks/base/services/core/jni/
com_android_server_fingerprint_FingerprintService.cpp 71 static void notifyKeystore(uint8_t *auth_token, size_t auth_token_length) {
104 notifyKeystore(reinterpret_cast<uint8_t *>(&msg.data.authenticated.hat),

Completed in 94 milliseconds