Lines Matching refs:tone
68 // start tone playback thread
663 ALOGV("AudioCommandThread() processing start tone %d on stream %d",
673 ALOGV("AudioCommandThread() processing stop tone");
784 ALOGV("AudioCommandThread() adding tone start type %d, stream %d", type, stream);
796 ALOGV("AudioCommandThread() adding tone stop");
1015 int AudioPolicyService::startTone(audio_policy_tone_t tone,
1018 if (tone != AUDIO_POLICY_TONE_IN_CALL_NOTIFICATION)
1019 ALOGE("startTone: illegal tone requested (%d)", tone);
1021 ALOGE("startTone: illegal stream (%d) requested for tone %d", stream,
1022 tone);
1513 static int aps_start_tone(void *service, audio_policy_tone_t tone,
1518 return audioPolicyService->startTone(tone, stream);