Lines Matching full:durationms
868 // durationMs: The tone duration in milliseconds. If the tone is limited in time by definition,
869 // the actual duration will be the minimum of durationMs and the defined tone duration.
870 // Ommiting or setting durationMs to -1 does not limit tone duration.
876 bool ToneGenerator::startTone(tone_type toneType, int durationMs) {
902 mDurationMs = durationMs;
987 long durationMs;