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

  /external/dbus/bus/
bus.h 56 int auth_timeout; /**< How long to wait for an authentication to time out */ member in struct:__anon8670
connection.c 777 int auth_timeout; local
780 auth_timeout = bus_context_get_auth_timeout (connections->context);
800 if (elapsed >= (double) auth_timeout)
808 next_interval = ((double)auth_timeout) - elapsed;
    [all...]
  /system/keymaster/
attestation_record.cpp 94 ASN1_INTEGER* auth_timeout; member in struct:keymaster::km_auth_list
123 ASN1_EXP_OPT(KM_AUTH_LIST, auth_timeout, ASN1_INTEGER, TAG_AUTH_TIMEOUT.masked_tag()),
285 integer_ptr = &record->auth_timeout;
624 if (record->auth_timeout &&
625 !auth_list->push_back(TAG_AUTH_TIMEOUT, ASN1_INTEGER_get(record->auth_timeout)))

Completed in 127 milliseconds