Lines Matching refs:IBinder
6 …method public void clearInputBridge(@NonNull android.os.IBinder) throws java.lang.RuntimeException;
7 …method public void closeInputBridge(@NonNull android.os.IBinder) throws java.lang.RuntimeException;
8 method public android.os.IBinder getBinder();
10 method public void onInputBridgeConnected(@NonNull android.os.IBinder);
11 …method public void openGamepadBridge(@NonNull android.os.IBinder, @NonNull String) throws java.lan…
12 …method public void openRemoteInputBridge(@NonNull android.os.IBinder, @NonNull String, int, int, i…
13 …method public void sendGamepadAxisValue(@NonNull android.os.IBinder, int, @FloatRange(from=-1.0F, …
14 …method public void sendGamepadKeyDown(@NonNull android.os.IBinder, int) throws java.lang.RuntimeEx…
15 …method public void sendGamepadKeyUp(@NonNull android.os.IBinder, int) throws java.lang.RuntimeExce…
16 …method public void sendKeyDown(@NonNull android.os.IBinder, int) throws java.lang.RuntimeException;
17 … method public void sendKeyUp(@NonNull android.os.IBinder, int) throws java.lang.RuntimeException;
18 …method public void sendPointerDown(@NonNull android.os.IBinder, int, int, int) throws java.lang.Ru…
19 … method public void sendPointerSync(@NonNull android.os.IBinder) throws java.lang.RuntimeException;
20 …method public void sendPointerUp(@NonNull android.os.IBinder, int) throws java.lang.RuntimeExcepti…
21 …method public void sendTimestamp(@NonNull android.os.IBinder, long) throws java.lang.RuntimeExcept…