Searched refs:multimodeInputMsg (Results 1 – 7 of 7) sorted by relevance
31 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in HardkeyInput() local32 multimodeInputMsg->inputType_ = INPUTTYPE_HARDKEYINPUT; in HardkeyInput()33 inputedMsgObject_ = multimodeInputMsg; in HardkeyInput()
30 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in KeyboardInput() local31 multimodeInputMsg->inputType_ = INPUTTYPE_KEYBOARDINPUT; in KeyboardInput()32 inputedMsgObject_ = multimodeInputMsg; in KeyboardInput()
31 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in RotateInput() local32 multimodeInputMsg->inputType_ = INPUTTYPE_ROTATEINPUT; in RotateInput()33 inputedMsgObject_ = multimodeInputMsg; in RotateInput()
30 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in MouseInput() local31 multimodeInputMsg->inputType_ = INPUTTYPE_MOUSEINPUT; in MouseInput()32 inputedMsgObject_ = multimodeInputMsg; in MouseInput()
26 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in SwapInput() local27 multimodeInputMsg->inputType_ = INPUTTYPE_SWAPINPUT; in SwapInput()28 inputedMsgObject_ = multimodeInputMsg; in SwapInput()
26 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in TouchInput() local27 multimodeInputMsg->inputType_ = INPUTTYPE_TOUCHINPUT; in TouchInput()28 inputedMsgObject_ = multimodeInputMsg; in TouchInput()
26 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in AppswitchInput() local27 multimodeInputMsg->inputType_ = INPUTTYPE_APPSWITCHINPUT; in AppswitchInput()28 inputedMsgObject_ = multimodeInputMsg; in AppswitchInput()