Searched refs:rawUniq (Results 1 – 1 of 1) sorted by relevance
317 static jlong openDevice(JNIEnv* env, jclass /* clazz */, jstring rawName, jstring rawUniq, jint id, in openDevice() argument325 if (rawUniq != nullptr) { in openDevice()326 uniq = ScopedUtfChars(env, rawUniq); in openDevice()