• Home
  • Raw
  • Download

Lines Matching refs:longValues

466         jlong* longValues = env->GetLongArrayElements(longValuesArray, 0);  in getObjectPropertyValue()  local
469 jlong longValue = (longValues ? longValues[0] : 0); in getObjectPropertyValue()
522 env->ReleaseLongArrayElements(longValuesArray, longValues, 0); in getObjectPropertyValue()
639 jlong* longValues = env->GetLongArrayElements(mLongBuffer, 0); in getDevicePropertyValue() local
640 jlong longValue = longValues[0]; in getDevicePropertyValue()
641 env->ReleaseLongArrayElements(mLongBuffer, longValues, 0); in getDevicePropertyValue()
756 … jlong* longValues = (longValuesArray ? env->GetLongArrayElements(longValuesArray, 0) : NULL); in getObjectPropertyList() local
777 if (!longValues) { in getObjectPropertyList()
784 packet.putInt8(longValues[i]); in getObjectPropertyList()
787 packet.putUInt8(longValues[i]); in getObjectPropertyList()
790 packet.putInt16(longValues[i]); in getObjectPropertyList()
793 packet.putUInt16(longValues[i]); in getObjectPropertyList()
796 packet.putInt32(longValues[i]); in getObjectPropertyList()
799 packet.putUInt32(longValues[i]); in getObjectPropertyList()
802 packet.putInt64(longValues[i]); in getObjectPropertyList()
805 packet.putUInt64(longValues[i]); in getObjectPropertyList()
808 packet.putInt128(longValues[i]); in getObjectPropertyList()
811 packet.putUInt128(longValues[i]); in getObjectPropertyList()
822 env->ReleaseLongArrayElements(longValuesArray, longValues, 0); in getObjectPropertyList()
860 jlong* longValues = env->GetLongArrayElements(mLongBuffer, 0); in getObjectInfo() local
861 info.mDateCreated = longValues[0]; in getObjectInfo()
862 info.mDateModified = longValues[1]; in getObjectInfo()
863 env->ReleaseLongArrayElements(mLongBuffer, longValues, 0); in getObjectInfo()
889 jlong* longValues = env->GetLongArrayElements(mLongBuffer, 0); in getObjectInfo() local
890 jlong size = longValues[0]; in getObjectInfo()
891 jlong w = longValues[1]; in getObjectInfo()
892 jlong h = longValues[2]; in getObjectInfo()
901 env->ReleaseLongArrayElements(mLongBuffer, longValues, 0); in getObjectInfo()
1021 jlong* longValues = env->GetLongArrayElements(mLongBuffer, 0); in getObjectFilePath() local
1022 outFileLength = longValues[0]; in getObjectFilePath()
1023 outFormat = longValues[1]; in getObjectFilePath()
1024 env->ReleaseLongArrayElements(mLongBuffer, longValues, 0); in getObjectFilePath()