Home
last modified time | relevance | path

Searched refs:cursorInfoMutex_ (Results 1 – 2 of 2) sorted by relevance

/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
Dinput_method_controller.h474 std::mutex cursorInfoMutex_; variable
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp741 std::lock_guard<std::mutex> lk(cursorInfoMutex_); in OnCursorUpdate()
1046 std::lock_guard<std::mutex> lock(cursorInfoMutex_); in ClearEditorCache()