Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/afutils/
DPropertyUtils.cpp70 const std::string propertyStr = getMmapPolicyProperty(policyType); in getMmapPolicyInfosFromSystemProperty() local
71 if (propertyStr.empty()) { in getMmapPolicyInfosFromSystemProperty()
75 property_get_int32(propertyStr.c_str(), getDefaultPolicyFromType(policyType))); in getMmapPolicyInfosFromSystemProperty()
/frameworks/base/media/java/android/mtp/
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
/frameworks/base/media/jni/
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()