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

  /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);
  /hardware/interfaces/biometrics/fingerprint/2.1/default/
BiometricsFingerprint.cpp 161 Return<RequestStatus> BiometricsFingerprint::enroll(const hidl_array<uint8_t, 69>& hat,
164 reinterpret_cast<const hw_auth_token_t*>(hat.data());
318 const uint8_t* hat = local
319 reinterpret_cast<const uint8_t *>(&msg->data.authenticated.hat);
321 std::vector<uint8_t>(hat, hat + sizeof(msg->data.authenticated.hat)));
  /hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
msg_formatting.h 257 HardwareAuthToken* hat = nullptr; local
258 return sizeof hat->challenge + sizeof hat->userId + sizeof hat->authenticatorId +
259 sizeof hat->authenticatorType + sizeof hat->timestamp;
271 auto& hat = std::get<1>(result); local
280 pos = copyField(hat.challenge, pos);
281 pos = copyField(hat.userId, pos);
282 pos = copyField(hat.authenticatorId, pos)
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_gamecontroller.h 78 int hat; member in struct:SDL_GameControllerButtonBind::__anon215::__anon216
80 } hat; member in union:SDL_GameControllerButtonBind::__anon215
103 * hX.Y - hat X with value Y
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::__anon324::__anon325
80 } hat; member in union:SDL_GameControllerButtonBind::__anon324
103 * hX.Y - hat X with value Y
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::__anon403::__anon404
80 } hat; member in union:SDL_GameControllerButtonBind::__anon403
103 * hX.Y - hat X with value Y
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/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 );
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_gamecontroller.h 78 int hat; member in struct:SDL_GameControllerButtonBind::__anon497::__anon498
80 } hat; member in union:SDL_GameControllerButtonBind::__anon497
103 * hX.Y - hat X with value Y
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 */
  /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,
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 2071 UChar hat = 0x005E; \/*^*\/ local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTest.java 1382 char hat = 0x005E; \/*^*\/ local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java 1379 char hat = 0x005E; \/*^*\/ local
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 462 milliseconds