Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:tone

68     // start tone playback thread
673 ALOGV("AudioCommandThread() processing start tone %d on stream %d",
683 ALOGV("AudioCommandThread() processing stop tone");
793 ALOGV("AudioCommandThread() adding tone start type %d, stream %d", type, stream);
804 ALOGV("AudioCommandThread() adding tone stop");
1022 int AudioPolicyService::startTone(audio_policy_tone_t tone,
1025 if (tone != AUDIO_POLICY_TONE_IN_CALL_NOTIFICATION)
1026 ALOGE("startTone: illegal tone requested (%d)", tone);
1028 ALOGE("startTone: illegal stream (%d) requested for tone %d", stream,
1029 tone);
1520 static int aps_start_tone(void *service, audio_policy_tone_t tone,
1525 return audioPolicyService->startTone(tone, stream);