Home
last modified time | relevance | path

Searched refs:sendGamepadAxisValue (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/tv/
DITvRemoteServiceInput.aidl47 void sendGamepadAxisValue(IBinder token, int axis, float value); in sendGamepadAxisValue() method
/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/
DTvRemoteProvider.java482 public void sendGamepadAxisValue( in sendGamepadAxisValue() method in TvRemoteProvider
491 mRemoteServiceInput.sendGamepadAxisValue(token, axis, value); in sendGamepadAxisValue()
/frameworks/base/services/core/java/com/android/server/tv/
DTvRemoteServiceInput.java336 public void sendGamepadAxisValue(IBinder token, int axis, float value) { in sendGamepadAxisValue() method in TvRemoteServiceInput
349 inputBridge.sendGamepadAxisValue(token, axis, value); in sendGamepadAxisValue()
DUinputBridge.java184 public void sendGamepadAxisValue(IBinder token, int axis, float value) { in sendGamepadAxisValue() method in UinputBridge
/frameworks/base/media/lib/tvremote/api/
Dcurrent.txt13 …method public void sendGamepadAxisValue(@NonNull android.os.IBinder, int, @FloatRange(from=-1.0F, …