Lines Matching refs:stringValue
446 jstring stringValue = (jstring)env->GetObjectArrayElement(stringValuesArray, 0); in getObjectPropertyValue() local
447 const char* str = (stringValue ? env->GetStringUTFChars(stringValue, NULL) : NULL); in getObjectPropertyValue()
448 if (stringValue) { in getObjectPropertyValue()
450 env->ReleaseStringUTFChars(stringValue, str); in getObjectPropertyValue()
454 env->DeleteLocalRef(stringValue); in getObjectPropertyValue()
545 jstring stringValue = NULL; in setObjectPropertyValue() local
551 stringValue = env->NewStringUTF((const char *)buffer); in setObjectPropertyValue()
557 (jint)handle, (jint)property, longValue, stringValue); in setObjectPropertyValue()
558 if (stringValue) in setObjectPropertyValue()
559 env->DeleteLocalRef(stringValue); in setObjectPropertyValue()
641 jstring stringValue = NULL; in setDevicePropertyValue() local
647 stringValue = env->NewStringUTF((const char *)buffer); in setDevicePropertyValue()
653 (jint)property, longValue, stringValue); in setDevicePropertyValue()
654 if (stringValue) in setDevicePropertyValue()
655 env->DeleteLocalRef(stringValue); in setDevicePropertyValue()