Home | History | Annotate | Download | only in MacServices

Lines Matching refs:pNoiseHistParams

766     TNoiseHistogram             pNoiseHistParams;
770 pNoiseHistParams.cmd = STOP_NOISE_HIST;
771 pNoiseHistParams.sampleInterval = 0;
772 os_memoryZero( pMeasurementSRV->hOS, &(pNoiseHistParams.ranges[0]), MEASUREMENT_NOISE_HISTOGRAM_NUM_OF_RANGES );
775 status = cmdBld_CmdNoiseHistogram (pMeasurementSRV->hCmdBld, &pNoiseHistParams, NULL, NULL);