Lines Matching refs:index

577 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, ": Request timer expired and request index from findMinDuration is -1?!?");
581 TRACE1( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": request timer expired, request index: %d.\n", requestIndex);
646 * \brief Finds the index for the measurement request with the shortest period
651 * \return index of the measurement request with the shortest duration.\n
662 /* find the index with the minimum duration */
682 { /* otherwise, return the index of the type with the shortest duration */
695 * \param requestIndex - index of the beacon request in the request structure.\n
721 * \param requestIndex - index of the channel load request in the request structure.\n
760 * \param requestIndex - index of the beacon request in the request structure.\n
843 /* find the request index */
848 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, ": request index from measurementSRVFindIndexByType is -1?!?");
924 TI_UINT8 index;
935 /* find the request index */
940 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, ": request index from measurementSRVFindIndexByType is -1?!?");
951 for ( index = 0; index < NUM_OF_NOISE_HISTOGRAM_COUNTERS; index++ )
953 sumOfSamples += pMeasurementSRV->noiseHistogramResults.counters[ index ];
956 TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Counter #%d = %x\n", index, pMeasurementSRV->noiseHistogramResults.counters[index]);
970 for (index = 0; index < NUM_OF_NOISE_HISTOGRAM_COUNTERS; index++)
972 pMeasurementSRV->msrReply.msrTypes[ requestIndex ].replyValue.RPIDensity[ index ] =
973 ( 255 * pMeasurementSRV->noiseHistogramResults.counters[ index ]) / sumOfSamples;
1033 * \brief Finds a measure type index in the measure request array.\n
1038 * \return the type index, -1 if not found.\n