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

1 2

  /hardware/interfaces/biometrics/fingerprint/2.1/
types.hal 135 uint8_t[69] hat;
IBiometricsFingerprint.hal 59 * @param hat a valid Hardware Authentication Token (HAT), generated
69 enroll(uint8_t[69] hat, uint32_t gid, uint32_t timeoutSec)
  /hardware/libhardware/include/hardware/
fingerprint.h 106 hw_auth_token_t hat; member in struct:fingerprint_authenticated
177 int (*enroll)(struct fingerprint_device *dev, const hw_auth_token_t *hat,
  /device/generic/goldfish/fingerprint/
fingerprint.c 308 const hw_auth_token_t *hat,
313 if (!hat) {
317 if (hat->challenge == dev->challenge) {
321 dev->secure_user_id = hat->user_id;
326 if (hat->version != HW_AUTH_TOKEN_VERSION) {
329 if (hat->challenge != dev->challenge && !(hat->authenticator_type & HW_AUTH_FINGERPRINT)) {
333 dev->user_id = hat->user_id;
566 auth_msg.data.authenticated.hat.version = HW_AUTH_TOKEN_VERSION;
567 auth_msg.data.authenticated.hat.authenticator_type
    [all...]
  /hardware/interfaces/biometrics/fingerprint/2.1/default/
BiometricsFingerprint.cpp 160 Return<RequestStatus> BiometricsFingerprint::enroll(const hidl_array<uint8_t, 69>& hat,
163 reinterpret_cast<const hw_auth_token_t*>(hat.data());
316 const uint8_t* hat = local
317 reinterpret_cast<const uint8_t *>(&msg->data.authenticated.hat);
319 std::vector<uint8_t>(hat, hat + sizeof(msg->data.authenticated.hat)));
BiometricsFingerprint.h 55 Return<RequestStatus> enroll(const hidl_array<uint8_t, 69>& hat, uint32_t gid, uint32_t timeoutSec) override;
  /prebuilts/misc/windows/sdl2/test/
controllermap.c 44 int axis, button, hat, hat_value; member in struct:MappingStep
192 step->hat = -1;
255 if (steps[_s].hat == event.jhat.hat && steps[_s].hat_value == event.jhat.value) {
260 step->hat = event.jhat.hat;
263 SDL_snprintf(temp, SDL_arraysize(temp), ":h%u.%u,", event.jhat.hat, event.jhat.value );
testjoystick.c 93 SDL_Log("Joystick %d hat %d value:",
94 event.jhat.which, event.jhat.hat);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_gamecontroller.h 78 int hat; member in struct:SDL_GameControllerButtonBind::__anon53471::__anon53472
80 } hat; member in union:SDL_GameControllerButtonBind::__anon53471
103 * hX.Y - hat X with value Y
SDL_joystick.h 188 * \name Hat positions
203 * Get the current state of a POV hat on a joystick.
205 * The hat indices start at index 0.
219 int hat);
SDL_events.h 107 SDL_JOYHATMOTION, /**< Joystick hat position change */
297 * \brief Joystick hat position change event structure (event.jhat.*)
304 Uint8 hat; /**< The joystick hat index */ member in struct:SDL_JoyHatEvent
305 Uint8 value; /**< The hat position value.
511 SDL_JoyHatEvent jhat; /**< Joystick hat event data */
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_gamecontroller.h 78 int hat; member in struct:SDL_GameControllerButtonBind::__anon53580::__anon53581
80 } hat; member in union:SDL_GameControllerButtonBind::__anon53580
103 * hX.Y - hat X with value Y
SDL_joystick.h 188 * \name Hat positions
203 * Get the current state of a POV hat on a joystick.
205 * The hat indices start at index 0.
219 int hat);
SDL_events.h 107 SDL_JOYHATMOTION, /**< Joystick hat position change */
297 * \brief Joystick hat position change event structure (event.jhat.*)
304 Uint8 hat; /**< The joystick hat index */ member in struct:SDL_JoyHatEvent
305 Uint8 value; /**< The hat position value.
511 SDL_JoyHatEvent jhat; /**< Joystick hat event data */
  /prebuilts/misc/windows/sdl2/include/
SDL_gamecontroller.h 78 int hat; member in struct:SDL_GameControllerButtonBind::__anon53659::__anon53660
80 } hat; member in union:SDL_GameControllerButtonBind::__anon53659
103 * hX.Y - hat X with value Y
SDL_joystick.h 188 * \name Hat positions
203 * Get the current state of a POV hat on a joystick.
205 * The hat indices start at index 0.
219 int hat);
SDL_events.h 107 SDL_JOYHATMOTION, /**< Joystick hat position change */
297 * \brief Joystick hat position change event structure (event.jhat.*)
304 Uint8 hat; /**< The joystick hat index */ member in struct:SDL_JoyHatEvent
305 Uint8 value; /**< The hat position value.
511 SDL_JoyHatEvent jhat; /**< Joystick hat event data */
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_gamecontroller.h 78 int hat; member in struct:SDL_GameControllerButtonBind::__anon53753::__anon53754
80 } hat; member in union:SDL_GameControllerButtonBind::__anon53753
103 * hX.Y - hat X with value Y
SDL_joystick.h 188 * \name Hat positions
203 * Get the current state of a POV hat on a joystick.
205 * The hat indices start at index 0.
219 int hat);
SDL_events.h 107 SDL_JOYHATMOTION, /**< Joystick hat position change */
297 * \brief Joystick hat position change event structure (event.jhat.*)
304 Uint8 hat; /**< The joystick hat index */ member in struct:SDL_JoyHatEvent
305 Uint8 value; /**< The hat position value.
511 SDL_JoyHatEvent jhat; /**< Joystick hat event data */
  /system/gatekeeper/tests/
gatekeeper_device_test.cpp 84 hw_auth_token_t *hat; local
98 hat = reinterpret_cast<hw_auth_token_t *>(auth_token);
100 ASSERT_EQ(HW_AUTH_TOKEN_VERSION, hat->version);
101 ASSERT_EQ(htonl(HW_AUTH_PASSWORD), hat->authenticator_type);
  /build/make/tools/apicheck/
Android.mk 18 # the hat script
  /cts/tools/cts-api-coverage/
Android.mk 17 # the hat script
  /hardware/libhardware/modules/fingerprint/
fingerprint.c 41 const hw_auth_token_t __unused *hat,
  /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));

Completed in 554 milliseconds

1 2