Searched refs:readableName (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_companion_virtual_InputController.cpp | 54 static unique_fd openUinput(const char* readableName, jint vendorId, jint productId, in openUinput() argument 107 strlcpy(setup.name, readableName, UINPUT_MAX_NAME_SIZE); in openUinput() 163 strlcpy(fallback.name, readableName, UINPUT_MAX_NAME_SIZE); in openUinput() 195 ScopedUtfChars readableName(env, name); in openUinputJni() local 197 return openUinput(readableName.c_str(), vendorId, productId, readablePhys.c_str(), deviceType, in openUinputJni()
|