Home
last modified time | relevance | path

Searched defs:scoped_unlock (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputProcessor.cpp98 class scoped_unlock { class
100 explicit scoped_unlock(std::mutex& mutex) : mMutex(mutex) { mMutex.unlock(); } in scoped_unlock() function in android::scoped_unlock
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp128 class scoped_unlock { class
130 explicit scoped_unlock(std::mutex& mutex) : mMutex(mutex) { mMutex.unlock(); } in scoped_unlock() function in android::inputdispatcher::__anon34d15a7c0111::scoped_unlock