Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome-gestures/src/
H A Dactivity_log.cc471 ret[kKeyTimestampDebugSkew] = Json::Value(debug_data.skew); in EncodeGestureDebug()
497 ret[kKeyTimestampDebugSkew] = Json::Value(debug_data.skew); in EncodeHardwareStateDebug()
728 const char ActivityLog::kKeyTimestampDebugSkew[] = "skew"; member in gestures::ActivityLog
H A Dtimestamp_filter_interpreter_unittest.cc261 EXPECT_EQ(node[ActivityLog::kKeyTimestampDebugSkew], in TEST()
/aosp_15_r20/external/libchrome-gestures/include/
H A Dactivity_log.h347 static const char kKeyTimestampDebugSkew[]; variable