Home
last modified time | relevance | path

Searched refs:GetNextInput (Results 1 – 25 of 42) sorted by relevance

12

/dports/net/xrdp-devel/xrdp-0.9.16/librfxcodec/src/
H A Drfxencode_rlgr3.c74 #define GetNextInput(_n) \ macro
170 GetNextInput(input); in rfx_rlgr3_encode()
174 GetNextInput(input); in rfx_rlgr3_encode()
215 GetNextInput(input); in rfx_rlgr3_encode()
217 GetNextInput(input); in rfx_rlgr3_encode()
H A Drfxencode_diff_rlgr3.c46 #define GetNextInput do { \ macro
152 GetNextInput; in rfx_encode_diff_rlgr3()
156 GetNextInput; in rfx_encode_diff_rlgr3()
224 GetNextInput; in rfx_encode_diff_rlgr3()
229 GetNextInput; in rfx_encode_diff_rlgr3()
H A Drfxencode_rlgr1.c74 #define GetNextInput(_n) \ macro
167 GetNextInput(input); in rfx_rlgr1_encode()
171 GetNextInput(input); in rfx_rlgr1_encode()
210 GetNextInput(input); in rfx_rlgr1_encode()
H A Drfxencode_diff_rlgr1.c46 #define GetNextInput do { \ macro
149 GetNextInput; in rfx_encode_diff_rlgr1()
153 GetNextInput; in rfx_encode_diff_rlgr1()
219 GetNextInput; in rfx_encode_diff_rlgr1()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/input_common/mouse/
H A Dmouse_poller.h28 Common::ParamPackage GetNextInput() const;
50 Common::ParamPackage GetNextInput() const;
72 Common::ParamPackage GetNextInput() const;
94 Common::ParamPackage GetNextInput() const;
H A Dmouse_poller.cpp38 Common::ParamPackage MouseButtonFactory::GetNextInput() const { in GetNextInput() function in InputCommon::MouseButtonFactory
145 Common::ParamPackage MouseAnalogFactory::GetNextInput() const { in GetNextInput() function in InputCommon::MouseAnalogFactory
186 Common::ParamPackage MouseMotionFactory::GetNextInput() const { in GetNextInput() function in InputCommon::MouseMotionFactory
234 Common::ParamPackage MouseTouchFactory::GetNextInput() const { in GetNextInput() function in InputCommon::MouseTouchFactory
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/Internal/
H A DCacheChildrenQuery.cs65 currentNode = GetNextInput(); in Advance()
105 _nextInput = GetNextInput(); in DecideNextNode()
124 private XPathNavigator GetNextInput() in GetNextInput() method in MS.Internal.Xml.XPath.CacheChildrenQuery
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/Internal/
H A DCacheChildrenQuery.cs62 currentNode = GetNextInput(); in Advance()
101 nextInput = GetNextInput(); in DecideNextNode()
117 private XPathNavigator GetNextInput() { in GetNextInput() method in MS.Internal.Xml.XPath.CacheChildrenQuery
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/
H A Drfx_rlgr.c560 #define GetNextInput(_n) \ macro
654 GetNextInput(input); in rfx_rlgr_encode()
658 GetNextInput(input); in rfx_rlgr_encode()
700 GetNextInput(input); in rfx_rlgr_encode()
728 GetNextInput(input); in rfx_rlgr_encode()
730 GetNextInput(input); in rfx_rlgr_encode()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/input_common/udp/
H A Dudp.h20 Common::ParamPackage GetNextInput();
42 Common::ParamPackage GetNextInput();
H A Dudp.cpp58 Common::ParamPackage UDPMotionFactory::GetNextInput() { in GetNextInput() function in InputCommon::UDPMotionFactory
120 Common::ParamPackage UDPTouchFactory::GetNextInput() { in GetNextInput() function in InputCommon::UDPTouchFactory
/dports/emulators/yuzu/yuzu-0b47f7a46/src/input_common/gcadapter/
H A Dgc_poller.h28 Common::ParamPackage GetNextInput() const;
49 Common::ParamPackage GetNextInput();
H A Dgc_poller.cpp102 Common::ParamPackage GCButtonFactory::GetNextInput() const { in GetNextInput() function in InputCommon::GCButtonFactory
240 Common::ParamPackage GCAnalogFactory::GetNextInput() { in GetNextInput() function in InputCommon::GCAnalogFactory
/dports/emulators/citra/citra-ac98458e0/src/input_common/gcadapter/
H A Dgc_poller.h27 Common::ParamPackage GetNextInput() override;
51 Common::ParamPackage GetNextInput() override;
H A Dgc_poller.cpp121 Common::ParamPackage GCButtonFactory::GetNextInput() { in GetNextInput() function in InputCommon::GCButtonFactory
250 Common::ParamPackage GCAnalogFactory::GetNextInput() { in GetNextInput() function in InputCommon::GCAnalogFactory
/dports/emulators/citra-qt5/citra-ac98458e0/src/input_common/gcadapter/
H A Dgc_poller.h27 Common::ParamPackage GetNextInput() override;
51 Common::ParamPackage GetNextInput() override;
H A Dgc_poller.cpp121 Common::ParamPackage GCButtonFactory::GetNextInput() { in GetNextInput() function in InputCommon::GCButtonFactory
250 Common::ParamPackage GCAnalogFactory::GetNextInput() { in GetNextInput() function in InputCommon::GCAnalogFactory
/dports/emulators/citra/citra-ac98458e0/src/input_common/
H A Dmain.h66 virtual Common::ParamPackage GetNextInput() = 0;
/dports/emulators/citra-qt5/citra-ac98458e0/src/input_common/
H A Dmain.h66 virtual Common::ParamPackage GetNextInput() = 0;
/dports/emulators/yuzu/yuzu-0b47f7a46/src/yuzu/configuration/
H A Dconfigure_input_player.cpp496 params = input_subsystem->GetGCButtons()->GetNextInput(); in __anon1ff4d7d71902()
503 params = input_subsystem->GetGCAnalogs()->GetNextInput(); in __anon1ff4d7d71902()
510 params = input_subsystem->GetUDPMotions()->GetNextInput(); in __anon1ff4d7d71902()
517 params = input_subsystem->GetMouseButtons()->GetNextInput(); in __anon1ff4d7d71902()
524 params = input_subsystem->GetMouseAnalogs()->GetNextInput(); in __anon1ff4d7d71902()
531 params = input_subsystem->GetMouseMotions()->GetNextInput(); in __anon1ff4d7d71902()
538 params = input_subsystem->GetMouseTouch()->GetNextInput(); in __anon1ff4d7d71902()
545 params = poller->GetNextInput(); in __anon1ff4d7d71902()
H A Dconfigure_mouse_advanced.cpp132 params = poller->GetNextInput(); in __anon655fa8b90902()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/beaudio/
H A DMediaRecorderNode.h61 virtual status_t GetNextInput(
H A DMediaRecorderNode.cxx77 BMediaRecorderNode::GetNextInput(int32 *cookie, media_input *out_input) in GetNextInput() function in BMediaRecorderNode
/dports/emulators/yuzu/yuzu-0b47f7a46/src/input_common/
H A Dmain.h55 virtual Common::ParamPackage GetNextInput() = 0;
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Dvideo4beos.cxx100 virtual status_t GetNextInput(
527 VideoConsumer::GetNextInput( in GetNextInput() function in VideoConsumer

12