- ae415ec Merge "Add package name when initializing ToneGenerator." by TreeHugger Robot · 4 years, 5 months ago
- b5daf79 Add package name when initializing ToneGenerator. by jiabin · 4 years, 5 months ago
- d60fe4c ToneGenerator: add ringback tone for Japan by Eric Laurent · 4 years, 5 months ago
- 986c340 ToneGenerator: add special ringback tone for Taiwan. by Eric Laurent · 4 years, 9 months ago
- a6b2703 MediaMetrics: Track AudioTrack and AudioRecord callers by Andy Hung · 5 years ago
- 58d4be5 audio: get rid of hardcoded translation stream <--> attributes by François Gaffie · 7 years ago
- f4a4005 Support to play the various tones as per the Indian standard by Nobuaki Tanaka · 7 years ago
- db44c5d Merge "Fixed audioserver crash in monkey test" by Treehugger Robot · 7 years ago
- bca7429 Fix or suppress some google-runtime-int warnings. by Chih-Hung Hsieh · 7 years ago
- 69ec67e Fixed audioserver crash in monkey test by Jia Jia · 7 years ago
- c9685f3 Merge "Remove unreachable condition" am: f140201ff1 am: a49a1bf9bd by Yi Kong · 7 years ago
- e5b052e Remove unreachable condition by Yi Kong · 7 years ago
- 53ad17f ToneGenerator: fix use of STREAM_VOICE_CALL by Eric Laurent · 7 years ago
- 599ca05 Support Ireland specific supervisory tone by Tomoharu Kasahara · 8 years ago
- 78041ba Merge "Support Hong Kong specific supervisory tone" by Treehugger Robot · 8 years ago
- d773fbb Merge changes I86076b07,I7409732e,I248b1b27 by Treehugger Robot · 8 years ago
- eae07a4 ToneGenerator: fix dual sim ringback tone by Krzysztof Semko · 8 years ago
- ef8d73a Support Hong Kong specific supervisory tone by tomoki hanzawa · 10 years ago
- 0f6500b Support Singapore specific supervisory tone by Johan Gustavsson · 11 years ago
- 879996a Support Australia specific supervisory tone by Toshikazu Saito · 8 years ago
- 5babf61 Support GB specific supervisory tone by tomoki hanzawa · 10 years ago
- b53dae6 ToneGenerator: support output sample rates beyond 65535 Hz by Glenn Kasten · 8 years ago
- 538ec5e Split libmedia into libmedia and libaudioclient by Marco Nelissen · 9 years ago[Renamed from media/libmedia/ToneGenerator.cpp]
- a97494e Rename UK tones to GB tones by Hall Liu · 9 years ago
- b293851 Merge "Fix for tone glitch produced in ToneGenerator" am: 46f1c24c5a am: 84183ba496 am: 09b0b40fb4 by Eric Laurent · 9 years ago
- 50029b6 Add Australia specific supervisory tones. by Tyler Gunn · 9 years ago
- 7711c90 ToneGenerator: Increase buffer framecount by Andy Hung · 9 years ago
- 2b49066 Fix WaveGenerator memory leak by Mykola Kondratenko · 10 years ago
- 1bcae27 Fix for wrong ringtone when using VoWiFi by Lukasz Wasowicz · 10 years ago
- 7a9c55c Fix tone region(for US, CA and JP) recognition for dual SIM by tadashi.aoyama · 9 years ago
- 3743feb Add the conditions that determine the region for US, CA and JP by takafumi nakamura · 10 years ago
- e7b4463 Add UK ringback tone by Hall Liu · 9 years ago
- b713273 am 7f4d4fc8: Merge "Fix benign overflow in ToneGenerator.cpp" by Dan Austin · 10 years ago
- 6f5a43f Fix benign overflow in ToneGenerator.cpp by Chad Brubaker · 10 years ago
- f1063e2 libmedia: fix all warning, make warnings errors, use clang by Lajos Molnar · 10 years ago
- 1b12b21 Use standard syntax to initialize fields. by Chih-Hung Hsieh · 11 years ago
- 66e4635 Use symbolic constants from <system/audio.h> by Glenn Kasten · 11 years ago
- 1ab85ec Include what is needed by Glenn Kasten · 12 years ago
- 9f80dd2 New control block for AudioTrack and AudioRecord by Glenn Kasten · 12 years ago
- 2799d74 Use sp<AudioTrack> instead of raw AudioTrack * by Glenn Kasten · 12 years ago
- 704455a Fix unreleased mutex in ToneGenerator stopTone() by Eric Laurent · 12 years ago
- a8eccec ToneGenerator: fix overflow in stopTone by Eric Laurent · 12 years ago
- 681be03 ToneGenerator: fix truncated tones by Eric Laurent · 12 years ago
- 09108ad ToneGenerator: fix stop/destroy concurrency by Eric Laurent · 12 years ago
- 6386b50 ToneGenerator: fix AudioTrack pointer init by Eric Laurent · 12 years ago
- 6eb954f ToneGenerator: optimize silent tone by Eric Laurent · 12 years ago
- b1c0993 Add all-channel AudioTrack::setVolume() API by Glenn Kasten · 13 years ago
- 98f1530 Re-enable fast track for ToneGenerator by Glenn Kasten · 13 years ago
- 1d685d7 Fix ToneGenerator regression by Glenn Kasten · 13 years ago
- 0ca3cf9 rename audio policy output flags by Eric Laurent · 13 years ago
- 2120fe5 ToneGenerator requests fast track by Glenn Kasten · 13 years ago
- e53b9ea Whitespace and indentation by Glenn Kasten · 13 years ago
- 18868c5 Use audio_policy_output_flags_t consistently by Glenn Kasten · 13 years ago
- 99e53b8 Update comments by Glenn Kasten · 13 years ago
- 9d1f02d Follow raw pointer and sp<> conventions by Glenn Kasten · 13 years ago
- 90bebef No newline or space at end of ALOG format string by Glenn Kasten · 13 years ago
- ff3c83e Merge "Use ToneGenerator::tone_type consistently" by Glenn Kasten · 13 years ago
- a0d6833 Use NULL not 0 for raw pointers by Glenn Kasten · 13 years ago
- 3d2f877 Use ToneGenerator::tone_type consistently by Glenn Kasten · 13 years ago
- fff6d71 Use audio_stream_type_t consistently by Glenn Kasten · 13 years ago
- 83bc7f3 libmedia new can't fail on Android by Glenn Kasten · 13 years ago
- 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
- 5ff1dd5 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
- 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 14 years ago
- b8e9897 Remove unneeded #include <sys/resource.h> by Glenn Kasten · 14 years ago
- d217a8c Revert "Use AudioTrack::event_type not int in callback" by Glenn Kasten · 14 years ago
- 013b5a6 Use AudioTrack::event_type not int in callback by Glenn Kasten · 14 years ago
- fce7a47 audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 14 years ago
- 981594f Media/ToneGenerator: Change tone format for TONE_CDMA_ANSWER by Naveen Kalla · 16 years ago
- 34f1d8e Fix issue 2203561: Sholes: audio playing out of earpiece. by Eric Laurent · 16 years ago
- a9a4390 Fix 2209967 Tonegenerator: mutex not release in startTone() upon timeout waiting for the stop sequence to complete. by Eric Laurent · 16 years ago
- e33e00e Fix issue 2139634: DTMF tones on Sholes popping, hissing (audio latency too high). by Eric Laurent · 16 years ago
- 824b6a4 Fix issue 2142613: ToneGenerator: short tones sometimes don't play on sholes or over A2DP. by Eric Laurent · 16 years ago
- 85fa14d Fix issue 1992233: DTMF tones on Sholes is really long. by Eric Laurent · 16 years ago
- 5a22b90 Fix issue 2045983 ToneGenerator: fix void statement. by Eric Laurent · 16 years ago
- c2f1f07 Fix issue 1795088 Improve audio routing code by Eric Laurent · 16 years ago
- c38bb06 Fix issue 1946033: dialer deadlocks and/or ANRs when using dialpad in-call by Eric Laurent · 16 years ago
- 5e0a304 Fill in CDMA gaps and clean up ToneGenerator code by David Krause · 16 years ago
- 4afdfa7 Don't allow negative numbers in ToneGenerator toneType parameter Bug 1836596 by Dave Sparks · 16 years ago
- 0b62e24 Fixed issue 1709450: Requirements for CDMA Tone Generator by Eric Laurent · 16 years ago
- 8365529 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 16 years ago
- 89fa4ad auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- 15f767b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- 925a349 auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 16 years ago
- 7a2146d auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
- 5e07b57 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
- cce8bd1 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
- 7b5eb02 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
- 2729ea9 Initial Contribution by The Android Open Source Project · 17 years ago