Lines Matching refs:stringValue
504 jstring stringValue = (jstring)env->GetObjectArrayElement(stringValuesArray, 0); in getObjectPropertyValue() local
505 const char* str = (stringValue ? env->GetStringUTFChars(stringValue, NULL) : NULL); in getObjectPropertyValue()
506 if (stringValue) { in getObjectPropertyValue()
508 env->ReleaseStringUTFChars(stringValue, str); in getObjectPropertyValue()
512 env->DeleteLocalRef(stringValue); in getObjectPropertyValue()
603 jstring stringValue = NULL; in setObjectPropertyValue() local
609 stringValue = env->NewStringUTF((const char *)buffer); in setObjectPropertyValue()
615 (jint)handle, (jint)property, longValue, stringValue); in setObjectPropertyValue()
616 if (stringValue) in setObjectPropertyValue()
617 env->DeleteLocalRef(stringValue); in setObjectPropertyValue()
699 jstring stringValue = NULL; in setDevicePropertyValue() local
705 stringValue = env->NewStringUTF((const char *)buffer); in setDevicePropertyValue()
711 (jint)property, longValue, stringValue); in setDevicePropertyValue()
712 if (stringValue) in setDevicePropertyValue()
713 env->DeleteLocalRef(stringValue); in setDevicePropertyValue()