Lines Matching full:duration
153 This event will be received when the Measurement duration expired,
305 /* Mark the current time stamp and the duration to start to cehck expiry later */
651 * \return index of the measurement request with the shortest duration.\n
662 /* find the index with the minimum duration */
668 (pMeasurementSRV->msrRequest.msrTypes[ i ].duration < minValue))
670 minValue = pMeasurementSRV->msrRequest.msrTypes[ i ].duration;
676 /* if no entry with positive duration exists, return -1 */
682 { /* otherwise, return the index of the type with the shortest duration */
860 if ( periodInMs <= pMeasurementSRV->msrRequest.msrTypes[ requestIndex ].duration )
870 (pMeasurementSRV->msrRequest.msrTypes[ requestIndex ].duration * 1000);