Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content_global_counters.h92 static int readValue(const BufferWithExtendableBuffer &buffer, const int index) { in readValue() function
/packages/services/Car/cpp/evs/manager/1.1/
DHalCamera.cpp516 [&result, &value](auto status, auto readValue) { in setParameter()
545 mHwCamera->getIntParameter(id, [&result, &value](auto status, auto readValue) { in getParameter()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSeekBarDialogPreference.java34 public int readValue(final String key); in readValue() method