Searched refs:uniqueIdStr (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_display_DisplayControl.cpp | 27 jboolean secure, jstring uniqueIdStr, in nativeCreateVirtualDisplay() argument 30 const ScopedUtfChars uniqueId(env, uniqueIdStr); in nativeCreateVirtualDisplay()
|
D | com_android_server_tv_TvUinputBridge.cpp | 363 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()
|