Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DPrintTools.cpp28 std::string addLinePrefix(std::string str, const std::string& prefix) { in addLinePrefix() function
/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp475 dump += addLinePrefix(mPreferStylusOverTouchBlocker.dump(), " "); in dump()
483 dump += addLinePrefix(palmRejector.dump(), " "); in dump()
555 out += addLinePrefix(dumpMap(mSlotsByPointerId), " ") + "\n"; in dump()
557 out += addLinePrefix(dumpMap(mPointerIdsBySlot), " ") + "\n"; in dump()
753 out += addLinePrefix(deviceInfo.str(), " "); in dump()
755 out += addLinePrefix(mSlotState.dump(), " "); in dump()
764 out += addLinePrefix(filter.str(), " ") + "\n"; in dump()
DPointerChoreographer.cpp522 std::string pointerControllerDump = addLinePrefix(mousePointerController->dump(), INDENT); in dump()
527 std::string pointerControllerDump = addLinePrefix(touchPointerController->dump(), INDENT); in dump()
532 std::string pointerControllerDump = addLinePrefix(stylusPointerController->dump(), INDENT); in dump()
537 std::string pointerControllerDump = addLinePrefix(drawingTabletController->dump(), INDENT); in dump()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchpadInputMapper.cpp299 dump += addLinePrefix(mGestureConverter.dump(), INDENT4); in dump()
301 dump += addLinePrefix(mPropertyProvider.dump(), INDENT4); in dump()
304 dump += addLinePrefix(mTimerProvider.dump(), INDENT4); in dump()
309 dump += addLinePrefix(mCapturedEventConverter.dump(), INDENT4); in dump()
DCapturedTouchpadEventConverter.cpp104 out << addLinePrefix(dumpMap(mPointerIdForSlotNumber), " ") << "\n"; in dump()
/frameworks/native/include/input/
DPrintTools.h137 std::string addLinePrefix(std::string str, const std::string& prefix);
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DTimerProvider.cpp78 dump += addLinePrefix(dumpMap(mDeadlines, constToString, in dump()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp5923 std::string touchStateDump = addLinePrefix(state.dump(), INDENT2); in dumpDispatchStateLocked()