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

  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_oauth_enrollment.css 12 #oauth-enroll-step-contents {
18 #oauth-enroll-step-contents > div {
22 .oauth-enroll-state-working #oauth-enroll-step-working,
23 .oauth-enroll-state-error #oauth-enroll-step-error,
24 .oauth-enroll-state-explain #oauth-enroll-step-explain,
25 .oauth-enroll-state-success #oauth-enroll-step-success
    [all...]
  /hardware/libhardware/tests/fingerprint/
fingerprint_tests.cpp 23 ASSERT_TRUE(NULL != fp_device()->enroll)
24 << "enroll() function is not implemented";
  /frameworks/base/core/java/android/service/fingerprint/
IFingerprintService.aidl 27 void enroll(IBinder token, long timeout, int userId);
FingerprintManager.java 147 * enroll a fingerprint.
151 public void enroll(long timeout) { method in class:FingerprintManager
157 mService.enroll(mToken, timeout, getCurrentUserId());
  /external/chromium_org/chrome/browser/resources/cryptotoken/
enroller.js 12 * Handles a web enroll request.
14 * @param {Object} request The web page's enroll request.
15 * @param {Function} sendResponse Called back with the result of the enroll.
58 * Handles a U2F enroll request.
60 * @param {Object} request The web page's enroll request.
61 * @param {Function} sendResponse Called back with the result of the enroll.
105 * Validates an enroll request using the given parameters.
107 * @param {Object} request The web page's enroll request.
108 * @param {string} enrollChallengesName The name of the enroll challenges value
144 * Returns whether the request appears to be a valid enroll request
    [all...]
usbenrollhandler.js 6 * @fileoverview Implements an enroll handler using USB gnubbies.
11 * @param {!EnrollHelperRequest} request The enroll request.
88 * Called when a MultipleGnubbySigner finds a gnubby that can enroll.
104 // A valid helper request contains at least one enroll challenge, so use
136 * Attempts to match the gnubby's U2F version with an appropriate enroll
215 gnubby.enroll(challengeValue, B64_decode(appIdHash),
235 * Called with the result of an enroll request to a gnubby.
245 // Enroll completed after previous success or failure. Disregard.
253 // Last enroll attempt is complete and last gnubby is gone.
274 // Last enroll attempt is complete: return this error
    [all...]
gnubby-u2f.js 11 /** Enroll */
44 Gnubby.prototype.enroll = function(challenge, appIdHash, cb,
73 * (e.g. during enroll)
100 // These are used during enroll to figure out whether a gnubby was already
gnubbyfactory.js 38 * is allowed to enroll in its present state. Upon completion of the check, the
singlesigner.js 31 * For enroll, success is defined as each challenge yielding wrong data. This
43 * enroll operation.
172 // An empty list of challenges can be set during enroll, when the user
multiplesigner.js 27 * enroll operation.
webrequest.js 345 * Creates a browser data object for an enroll request with the given values.
  /hardware/libhardware/include/hardware/
fingerprint.h 87 fingerprint_enroll_t enroll; member in union:fingerprint_msg::__anon20411
108 * Fingerprint enroll request:
110 * template. Switches back as soon as enroll is complete
112 * fingerprint_msg.data.enroll.samples_remaining == 0)
119 int (*enroll)(struct fingerprint_device *dev, uint32_t timeout_sec); member in struct:fingerprint_device
122 * Cancel fingerprint enroll request:
125 * fingerprint_msg.data.enroll.samples_remaining == 0)
  /external/srec/config/en.us/
Android.mk 10 dictionary/enroll.ok \
37 $(G2G_INSTALL_PATH)/enroll.g2g \
60 $(G2G_INSTALL_PATH)/enroll.g2g: $(LOCAL_PATH)/grammars/enroll.grxml $(GRXML) $(MAKE_G2G) $(DEFAULT_PAR) $(LOCAL_PATH)/dictionary/enroll.ok
62 $(GRXML) -par $(DEFAULT_PAR) -grxml $< -vocab dictionary/enroll.ok -outdir $(G2G_INSTALL_PATH)
63 $(MAKE_G2G) -base $(G2G_INSTALL_PATH)/enroll,addWords=0 -out $@
93 cmu6plus.ok.zip: $(CMU2NUANCE) $(DICT_DIR)/c0.6 $(DICT_DIR)/numbers.ok $(DICT_DIR)/fixit.ok $(DICT_DIR)/enroll.ok
95 sort -u $(DICT_DIR)/c0.6.ok $(DICT_DIR)/numbers.ok $(DICT_DIR)/fixit.ok $(DICT_DIR)/enroll.ok > $(DICT_DIR)/cmu6plus.ok
config.mk 8 dictionary/enroll.ok \
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionService.java 95 Intent enroll = mHotwordDetector.createEnrollIntent(); local
96 Log.i(TAG, "Need to enroll with " + enroll);
  /frameworks/base/core/jni/
android_server_FingerprintManager.cpp 76 arg1 = msg.data.enroll.id;
77 arg2 = msg.data.enroll.samples_remaining;
78 arg3 = msg.data.enroll.data_collected_bmp;
114 int ret = gContext.device->enroll(gContext.device, timeout);
  /hardware/libhardware/modules/fingerprint/
fingerprint.c 67 dev->enroll = fingerprint_enroll;
  /external/srec/config/en.us/grammars/
run_compile_grammars.sh 3 GMR=enroll
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 176 // Only send enroll updates to clients that are actually enrolling
223 Slog.w(TAG, "enroll(): No listener registered");
291 public void enroll(IBinder token, long timeout, int userId) { method in class:FingerprintService.FingerprintServiceWrapper
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 1261 xml_node_t *spp_node, *enroll, *exec_node; local
    [all...]

Completed in 283 milliseconds