Home | History | Annotate | Download | only in libmedia

Lines Matching full:durationms

873 //        durationMs:      The tone duration in milliseconds. If the tone is limited in time by definition,
874 // the actual duration will be the minimum of durationMs and the defined tone duration.
875 // Ommiting or setting durationMs to -1 does not limit tone duration.
881 bool ToneGenerator::startTone(tone_type toneType, int durationMs) {
907 mDurationMs = durationMs;
992 long durationMs;