Searched refs:InputState (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 27 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 …]
|
D | InputState.h | 32 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);
|
D | Connection.h | 47 InputState inputState;
|
D | Android.bp | 46 "InputState.cpp",
|
/frameworks/proto_logging/stats/atoms/tv/ |
D | tv_extension_atoms.proto | 60 enum InputState { enum 61 // keep in sync with TvInputManager.InputState. 82 optional InputState input_state = 2;
|
/frameworks/base/media/java/android/media/tv/ |
D | TvInputManager.java | 461 public @interface InputState {} annotation in TvInputManager 1520 public void onInputStateChanged(String inputId, @InputState int state) { in onInputStateChanged() 2207 @InputState
|