Home
last modified time | relevance | path

Searched refs:kKeyHardwarePropMaxFingerCount (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libchrome-gestures/include/
H A Dactivity_log.h310 static const char kKeyHardwarePropMaxFingerCount[]; variable
/aosp_15_r20/external/libchrome-gestures/src/
H A Dactivity_log.cc181 ret[kKeyHardwarePropMaxFingerCount] = Json::Value(hwprops_.max_finger_cnt); in EncodeHardwareProperties()
684 const char ActivityLog::kKeyHardwarePropMaxFingerCount[] = "maxFingerCount"; member in gestures::ActivityLog
H A Dactivity_replay.cc175 PARSE_HP(obj, ActivityLog::kKeyHardwarePropMaxFingerCount, isInt, asUInt, in ParseHardwareProperties()