Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp425 static bool sharedPointersEqual(const std::shared_ptr<T>& lhs, const std::shared_ptr<T>& rhs) { in sharedPointersEqual() function
4674 if (sharedPointersEqual(oldFocusedApplicationHandle, inputApplicationHandle)) { in setFocusedApplicationLocked()