Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java180 public int setDevicePropertyInitVersion(@NonNull String propertyStr) { in setDevicePropertyInitVersion() argument
181 return native_set_device_property_init_version(propertyStr); in setDevicePropertyInitVersion()
436 private native int native_set_device_property_init_version(String propertyStr); in native_set_device_property_init_version() argument
/aosp12/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp414 const char *propertyStr = env->GetStringUTFChars(property_str, NULL); in android_mtp_MtpDevice_set_device_property_init_version() local
415 if (propertyStr == NULL) { in android_mtp_MtpDevice_set_device_property_init_version()
425 property.setCurrentValue(propertyStr); in android_mtp_MtpDevice_set_device_property_init_version()
431 env->ReleaseStringUTFChars(property_str, propertyStr); in android_mtp_MtpDevice_set_device_property_init_version()