Home
last modified time | relevance | path

Searched refs:slot_state (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/library/
H A Dcipher_wrap.h164 mbedtls_cipher_psa_key_ownership slot_state; member
H A Dcipher.c218 if (cipher_psa->slot_state == MBEDTLS_CIPHER_PSA_KEY_OWNED) { in mbedtls_cipher_free()
337 if (cipher_psa->slot_state != MBEDTLS_CIPHER_PSA_KEY_UNSET) { in mbedtls_cipher_setkey()
370 cipher_psa->slot_state = MBEDTLS_CIPHER_PSA_KEY_OWNED; in mbedtls_cipher_setkey()
/third_party/libinput/tools/
H A Dlibinput-record.c90 uint16_t slot_state; member
392 assert(slot < sizeof(d->touch.slot_state) * 8); in handle_evdev_frame()
395 d->touch.slot_state |= bit(slot); in handle_evdev_frame()
397 d->touch.slot_state &= ~bit(slot); in handle_evdev_frame()
406 if (d->touch.slot_state != d->touch.last_slot_state) { in handle_evdev_frame()
407 d->touch.last_slot_state = d->touch.slot_state; in handle_evdev_frame()
408 if (d->touch.slot_state == 0) { in handle_evdev_frame()

Completed in 6 milliseconds