Home
last modified time | relevance | path

Searched refs:key_state (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/healthd/include_charger/charger/
H A Dhealthd_mode_charger.h35 struct key_state { struct
101 void SetNextKeyCheck(key_state* key, int64_t timeout);
124 key_state keys_[KEY_MAX + 1] = {};
/aosp14/system/core/healthd/
H A Dhealthd_mode_charger.cpp480 void Charger::SetNextKeyCheck(key_state* key, int64_t timeout) { in SetNextKeyCheck()
487 key_state* key = &keys_[code]; in ProcessKey()
535 key_state* key = &keys_[code]; in ProcessHallSensor()