Home
last modified time | relevance | path

Searched refs:maxPointers (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/tv/
DUinputBridge.java35 int maxPointers); in nativeOpen() argument
44 public UinputBridge(IBinder token, String name, int width, int height, int maxPointers) in UinputBridge() argument
49 if (maxPointers < 1 || maxPointers > 32) { in UinputBridge()
55 mPtr = nativeOpen(name, token.toString(), width, height, maxPointers); in UinputBridge()
DTvRemoteService.java96 int maxPointers) { in openInputBridgeInternalLocked() argument
99 ", width: " + width + ", height: " + height + ", maxPointers: " + maxPointers); in openInputBridgeInternalLocked()
111 UinputBridge inputBridge = new UinputBridge(token, name, width, height, maxPointers); in openInputBridgeInternalLocked()
264 int width, int height, int maxPointers) { in openInputBridge() argument
268 ", height: " + height + ", maxPointers: " + maxPointers); in openInputBridge()
274 maxPointers); in openInputBridge()
DTvRemoteProviderProxy.java252 int width, int height, int maxPointers); in openInputBridge() argument
326 final int height, final int maxPointers) { in openInputBridge() argument
337 name, width, height, maxPointers); in openInputBridge()
575 int height, int maxPointers) throws RemoteException { in openInputBridge() argument
578 connection.openInputBridge(token, name, width, height, maxPointers); in openInputBridge()
/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvUinputBridge.cpp111 NativeConnection(int fd, int32_t maxPointers);
117 NativeConnection::NativeConnection(int fd, int32_t maxPointers) : in NativeConnection() argument
118 mFd(fd), mMaxPointers(maxPointers) { in NativeConnection()
128 int32_t width, int32_t height, int32_t maxPointers) { in open() argument
130 "max pointers %d.", name, width, height, maxPointers); in open()
174 return new NativeConnection(fd, maxPointers); in open()
189 jint width, jint height, jint maxPointers) { in nativeOpen() argument
194 width, height, maxPointers); in nativeOpen()
/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/
DTvRemoteProvider.java127 int maxPointers) throws RuntimeException { in openRemoteInputBridge() argument
129 mRemoteServiceInput.openInputBridge(token, name, width, height, maxPointers); in openRemoteInputBridge()
/frameworks/base/media/java/android/media/tv/
DITvRemoteServiceInput.aidl25 void openInputBridge(IBinder token, String name, int width, int height, int maxPointers); in openInputBridge() argument