Home
last modified time | relevance | path

Searched defs:BoolWasWritten (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libchrome-gestures/src/
H A Dlogging_filter_interpreter.cc50 void LoggingFilterInterpreter::BoolWasWritten(BoolProperty* prop) { in BoolWasWritten() function in gestures::LoggingFilterInterpreter
H A Dprop_registry_unittest.cc24 virtual void BoolWasWritten(BoolProperty* prop) { call_cnt_++; }; in BoolWasWritten() function in gestures::PropRegistryTestDelegate
/aosp_15_r20/external/libchrome-gestures/include/
H A Dprop_registry.h206 virtual void BoolWasWritten(BoolProperty* prop) {}; in BoolWasWritten() function