Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome-gestures/src/
H A Dtimestamp_filter_interpreter_unittest.cc304 EXPECT_FALSE(node[ActivityLog::kKeyTimestampDebugIsUsingFake].asBool()); in TEST_P()
306 EXPECT_TRUE(node[ActivityLog::kKeyTimestampDebugIsUsingFake].asBool()); in TEST_P()
H A Dactivity_log.cc479 ret[kKeyTimestampDebugIsUsingFake] = Json::Value(debug_data.is_using_fake); in EncodeHardwareStateDebug()
713 const char ActivityLog::kKeyTimestampDebugIsUsingFake[] = "isUsingFake"; member in gestures::ActivityLog
/aosp_15_r20/external/libchrome-gestures/include/
H A Dactivity_log.h339 static const char kKeyTimestampDebugIsUsingFake[]; variable