Searched refs:readableName (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_companion_virtual_InputController.cpp | 55 static unique_fd openUinput(const char* readableName, jint vendorId, jint productId, in openUinput() argument 126 strlcpy(setup.name, readableName, UINPUT_MAX_NAME_SIZE); in openUinput() 231 strlcpy(fallback.name, readableName, UINPUT_MAX_NAME_SIZE); in openUinput() 274 ScopedUtfChars readableName(env, name); in openUinputJni() local 276 return openUinput(readableName.c_str(), vendorId, productId, readablePhys.c_str(), deviceType, in openUinputJni()
|