Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp79 static jfieldID field_deviceType; variable
1216 result->mCurrentValue.u.u32 = (uint32_t)env->GetIntField(mDatabase, field_deviceType); in getDevicePropertyDesc()
1397 field_deviceType = env->GetFieldID(clazz, "mDeviceType", "I"); in register_android_mtp_MtpDatabase()
1398 if (field_deviceType == NULL) { in register_android_mtp_MtpDatabase()