Lines Matching refs:longValues

397 …      jlong* longValues = (longValuesArray ? env->GetLongArrayElements(longValuesArray, 0) : NULL);  in getObjectPropertyValue()  local
400 jlong longValue = (longValues ? longValues[0] : 0); in getObjectPropertyValue()
470 if (longValues) in getObjectPropertyValue()
471 env->ReleaseLongArrayElements(longValuesArray, longValues, 0); in getObjectPropertyValue()
596 jlong* longValues = env->GetLongArrayElements(mLongBuffer, 0); in getDevicePropertyValue() local
597 jlong longValue = longValues[0]; in getDevicePropertyValue()
598 env->ReleaseLongArrayElements(mLongBuffer, longValues, 0); in getDevicePropertyValue()
714 … jlong* longValues = (longValuesArray ? env->GetLongArrayElements(longValuesArray, 0) : NULL); in getObjectPropertyList() local
724 packet.putInt8(longValues[i]); in getObjectPropertyList()
727 packet.putUInt8(longValues[i]); in getObjectPropertyList()
730 packet.putInt16(longValues[i]); in getObjectPropertyList()
733 packet.putUInt16(longValues[i]); in getObjectPropertyList()
736 packet.putInt32(longValues[i]); in getObjectPropertyList()
739 packet.putUInt32(longValues[i]); in getObjectPropertyList()
742 packet.putInt64(longValues[i]); in getObjectPropertyList()
745 packet.putUInt64(longValues[i]); in getObjectPropertyList()
748 packet.putInt128(longValues[i]); in getObjectPropertyList()
751 packet.putUInt128(longValues[i]); in getObjectPropertyList()
774 if (longValues) in getObjectPropertyList()
775 env->ReleaseLongArrayElements(longValuesArray, longValues, 0); in getObjectPropertyList()
831 jlong* longValues = env->GetLongArrayElements(mLongBuffer, 0); in getObjectInfo() local
832 info.mDateCreated = longValues[0]; in getObjectInfo()
833 info.mDateModified = longValues[1]; in getObjectInfo()
834 env->ReleaseLongArrayElements(mLongBuffer, longValues, 0); in getObjectInfo()
978 jlong* longValues = env->GetLongArrayElements(mLongBuffer, 0); in getObjectFilePath() local
979 outFileLength = longValues[0]; in getObjectFilePath()
980 outFormat = longValues[1]; in getObjectFilePath()
981 env->ReleaseLongArrayElements(mLongBuffer, longValues, 0); in getObjectFilePath()