Searched refs:writeButtonEvent (Results 1 – 3 of 3) sorted by relevance
400 return mNativeWrapper.writeButtonEvent(inputDeviceDescriptor.getNativePointer(), in sendButtonEvent()568 public boolean writeButtonEvent(long ptr, int buttonCode, int action, in writeButtonEvent() method in InputController.NativeWrapper
264 return virtualMouse->writeButtonEvent(buttonCode, action, in nativeWriteButtonEvent()
1195 verify(mNativeWrapperMock).writeButtonEvent(fd, buttonCode, action, eventTimeNanos); in sendButtonEvent_hasFd_writesEvent()