Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvUinputBridge.cpp258 class NativeConnection { class
265 ~NativeConnection();
267 static NativeConnection* open(const char* name, const char* uniqueId,
270 static NativeConnection* openGamepad(const char* name, const char* uniqueId);
283 NativeConnection(int fd, int32_t maxPointers, ConnectionType type);
290 NativeConnection::NativeConnection(int fd, int32_t maxPointers, ConnectionType type) in NativeConnection() function in android::NativeConnection
293 NativeConnection::~NativeConnection() { in ~NativeConnection()
299 NativeConnection* NativeConnection::open(const char* name, const char* uniqueId, in open()
320 return new NativeConnection(descriptor.Detach(), maxPointers, ConnectionType::kRemoteDevice); in open()
323 NativeConnection* NativeConnection::openGamepad(const char* name, const char* uniqueId) { in openGamepad()
[all …]