Home | History | Annotate | Download | only in audioflinger

Lines Matching full:tone

72     // start tone playback thread
709 ALOGV("AudioCommandThread() processing start tone %d on stream %d",
719 ALOGV("AudioCommandThread() processing stop tone");
855 ALOGV("AudioCommandThread() adding tone start type %d, stream %d", type, stream);
866 ALOGV("AudioCommandThread() adding tone stop");
1114 int AudioPolicyService::startTone(audio_policy_tone_t tone,
1117 if (tone != AUDIO_POLICY_TONE_IN_CALL_NOTIFICATION)
1118 ALOGE("startTone: illegal tone requested (%d)", tone);
1120 ALOGE("startTone: illegal stream (%d) requested for tone %d", stream,
1121 tone);
1628 static int aps_start_tone(void *service, audio_policy_tone_t tone,
1633 return audioPolicyService->startTone(tone, stream);