Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvUinputBridge.cpp363 jstring nameStr, jstring uniqueIdStr, in nativeOpen() argument
366 ScopedUtfChars uniqueId(env, uniqueIdStr); in nativeOpen()
373 static jlong nativeGamepadOpen(JNIEnv* env, jclass clazz, jstring nameStr, jstring uniqueIdStr) { in nativeGamepadOpen() argument
375 ScopedUtfChars uniqueId(env, uniqueIdStr); in nativeGamepadOpen()