Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp134 if (mAssociatedDisplayUniqueIdByDescriptor) { in dump()
135 dump += StringPrintf("%s\n", mAssociatedDisplayUniqueIdByDescriptor->c_str()); in dump()
301 mAssociatedDisplayUniqueIdByDescriptor = in configureInternal()
334 } else if (mAssociatedDisplayUniqueIdByDescriptor != std::nullopt) { in configureInternal()
336 *mAssociatedDisplayUniqueIdByDescriptor); in configureInternal()
340 getName().c_str(), mAssociatedDisplayUniqueIdByDescriptor->c_str()); in configureInternal()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h70 return mAssociatedDisplayUniqueIdByDescriptor; in getAssociatedDisplayUniqueIdByDescriptor()
206 std::optional<std::string> mAssociatedDisplayUniqueIdByDescriptor; variable