Searched refs:inputType_ (Results 1 – 10 of 10) sorted by relevance
60 DEBUG_LOG_STR("inputType{%d}", inputType_); in GetInputType()61 switch (inputType_) { in GetInputType()96 InputType inputType_ = INPUTTYPE_INVALIDINPUT; variable
63 InputType inputType_; variable
24 switch (inputType_) { in InputTypeToString()
32 multimodeInputMsg->inputType_ = INPUTTYPE_HARDKEYINPUT; in HardkeyInput()
31 multimodeInputMsg->inputType_ = INPUTTYPE_KEYBOARDINPUT; in KeyboardInput()
32 multimodeInputMsg->inputType_ = INPUTTYPE_ROTATEINPUT; in RotateInput()
31 multimodeInputMsg->inputType_ = INPUTTYPE_MOUSEINPUT; in MouseInput()
27 multimodeInputMsg->inputType_ = INPUTTYPE_SWAPINPUT; in SwapInput()
27 multimodeInputMsg->inputType_ = INPUTTYPE_TOUCHINPUT; in TouchInput()
27 multimodeInputMsg->inputType_ = INPUTTYPE_APPSWITCHINPUT; in AppswitchInput()