Home
last modified time | relevance | path

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

/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp242 static jlong openDevice(JNIEnv* env, jclass /* clazz */, jstring rawName, jint id, jint vid, jint p… in openDevice() argument
244 ScopedUtfChars name(env, rawName); in openDevice()