Home
last modified time | relevance | path

Searched refs:create_string_fn (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DPropertyProvider_test.cpp242 gesturePropProvider.create_string_fn(&mProvider, "A String", &str, initialValue.c_str()); in TEST_F()
254 GesturesProp* propPtr = gesturePropProvider.create_string_fn(&mProvider, "A String", &str, in TEST_F()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/gestures/
H A DPropertyProvider.cpp66 .create_string_fn = createString,
/aosp_15_r20/external/libchrome-gestures/src/
H A Dprop_registry.cc311 gprop_ = parent_->PropProvider()->create_string_fn( in CreatePropImpl()
/aosp_15_r20/external/libchrome-gestures/include/
H A Dgestures.h652 GesturesPropCreateString create_string_fn; member