Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_display_DisplayControl.cpp27 jboolean secure, jstring uniqueIdStr, in nativeCreateVirtualDisplay() argument
30 const ScopedUtfChars uniqueId(env, uniqueIdStr); in nativeCreateVirtualDisplay()
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()