blob: 104e3447665a802e25775d5b890f6ef10f8ff527 [file]
// Signature format: 6.0
// - style=java
package com.android.media.tv.remoteprovider {
public abstract class TvRemoteProvider {
ctor public TvRemoteProvider(android.content.Context);
method public void clearInputBridge(@NonNull android.os.IBinder) throws RuntimeException;
method public void closeInputBridge(@NonNull android.os.IBinder) throws RuntimeException;
method public android.os.IBinder getBinder();
method public final android.content.Context getContext();
method public void onInputBridgeConnected(@NonNull android.os.IBinder);
method public void openGamepadBridge(@NonNull android.os.IBinder, @NonNull String) throws RuntimeException;
method public void openRemoteInputBridge(@NonNull android.os.IBinder, @NonNull String, int, int, int) throws RuntimeException;
method public void sendGamepadAxisValue(@NonNull android.os.IBinder, int, @FloatRange(from=-1.0F, to=1.0f) float) throws RuntimeException;
method public void sendGamepadKeyDown(@NonNull android.os.IBinder, int) throws RuntimeException;
method public void sendGamepadKeyUp(@NonNull android.os.IBinder, int) throws RuntimeException;
method public void sendKeyDown(@NonNull android.os.IBinder, int) throws RuntimeException;
method public void sendKeyUp(@NonNull android.os.IBinder, int) throws RuntimeException;
method public void sendPointerDown(@NonNull android.os.IBinder, int, int, int) throws RuntimeException;
method public void sendPointerSync(@NonNull android.os.IBinder) throws RuntimeException;
method public void sendPointerUp(@NonNull android.os.IBinder, int) throws RuntimeException;
method public void sendTimestamp(@NonNull android.os.IBinder, long) throws RuntimeException;
field public static final String SERVICE_INTERFACE = "com.android.media.tv.remoteprovider.TvRemoteProvider";
}
}