Home
last modified time | relevance | path

Searched refs:InputState (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp27 InputState::InputState(const IdGenerator& idGenerator) : mIdGenerator(idGenerator) {} in InputState() function in android::inputdispatcher::InputState
29 InputState::~InputState() {} in ~InputState()
31 bool InputState::isHovering(DeviceId deviceId, uint32_t source, in isHovering()
42 bool InputState::trackKey(const KeyEntry& entry, int32_t flags) { in trackKey()
92 bool InputState::trackMotion(const MotionEntry& entry, int32_t flags) { in trackMotion()
202 InputState::getPointersOfLastEvent(const MotionEntry& entry, bool hovering) const { in getPointersOfLastEvent()
211 ssize_t InputState::findKeyMemento(const KeyEntry& entry) const { in findKeyMemento()
223 ssize_t InputState::findMotionMemento(const MotionEntry& entry, bool hovering) const { in findMotionMemento()
234 void InputState::addKeyMemento(const KeyEntry& entry, int32_t flags) { in addKeyMemento()
248 void InputState::addMotionMemento(const MotionEntry& entry, int32_t flags, bool hovering) { in addMotionMemento()
[all …]
DInputState.h32 class InputState {
34 explicit InputState(const IdGenerator& idGenerator);
35 ~InputState();
74 void mergePointerStateTo(InputState& other);
146 friend std::ostream& operator<<(std::ostream& out, const InputState& state);
149 std::ostream& operator<<(std::ostream& out, const InputState& state);
DConnection.h47 InputState inputState;
DAndroid.bp46 "InputState.cpp",
/frameworks/proto_logging/stats/atoms/tv/
Dtv_extension_atoms.proto60 enum InputState { enum
61 // keep in sync with TvInputManager.InputState.
82 optional InputState input_state = 2;
/frameworks/base/media/java/android/media/tv/
DTvInputManager.java461 public @interface InputState {} annotation in TvInputManager
1520 public void onInputStateChanged(String inputId, @InputState int state) { in onInputStateChanged()
2207 @InputState