Home | History | Annotate | Download | only in libmedia

Lines Matching refs: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;