Searched refs:resultArray (Results 1 – 5 of 5) sorted by relevance
508 int[] resultArray; in signalPoll() local510 resultArray = iface.signalPoll(); in signalPoll()511 if (resultArray == null || resultArray.length != 4) { in signalPoll()520 pollResult.currentRssi = resultArray[0]; in signalPoll()521 pollResult.txBitrate = resultArray[1]; in signalPoll()522 pollResult.associationFrequency = resultArray[2]; in signalPoll()523 pollResult.rxBitrate = resultArray[3]; in signalPoll()540 int[] resultArray; in getTxPacketCounters() local542 resultArray = iface.getPacketCounters(); in getTxPacketCounters()543 if (resultArray == null || resultArray.length != 2) { in getTxPacketCounters()[all …]
554 int[] resultArray = null; in parseToRGB() local556 resultArray = mapTo2OrderBitColor(data, valueIndex, in parseToRGB()559 resultArray = mapToNon2OrderBitColor(data, valueIndex, in parseToRGB()563 return Bitmap.createBitmap(resultArray, width, height, in parseToRGB()591 int[] resultArray = new int[length]; in mapTo2OrderBitColor() local598 resultArray[resultIndex++] = colorArray[(tempByte >> (offset * bits)) in mapTo2OrderBitColor()602 return resultArray; in mapTo2OrderBitColor()613 int[] resultArray = new int[length]; in mapToNon2OrderBitColor() local615 return resultArray; in mapToNon2OrderBitColor()
257 Object[] resultArray = new Object[] { result, resultExtras }; in onResultReceived() local259 /*obj*/ resultArray); in onResultReceived()324 Object[] resultArray = (Object[]) msg.obj; in handleMessage() local325 CameraMetadataNative result = (CameraMetadataNative) resultArray[0]; in handleMessage()326 CaptureResultExtras resultExtras = (CaptureResultExtras) resultArray[1]; in handleMessage()
45 final String[][] resultArray = new String[results.size()][]; in assertEquals() local48 resultArray[i] = list.toArray(new String[list.size()]); in assertEquals()50 Assert.assertArrayEquals(expected, resultArray); in assertEquals()
2462 NSMutableArray *resultArray =2464 [resultArray addObjectsFromArray:otherArray];2466 GPBEnumArray *resultArray =2468 [resultArray addRawValuesFromArray:otherArray];2472 GPBInt32Array *resultArray =2474 [resultArray addValuesFromArray:otherArray];