summaryrefslogtreecommitdiffstats
path: root/media/libmedia/ToneGenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* libmedia: Add support for LHR tonesKarthik Reddy Katta2016-01-231-1/+5
* Fix benign overflow in ToneGenerator.cppChad Brubaker2015-12-071-2/+4
* ToneGenerator: Limit tones to 48kHaynes Mathew George2015-10-061-1/+7
* libmedia: fix all warning, make warnings errors, use clangLajos Molnar2015-04-171-1/+0
* Use standard syntax to initialize fields.Chih-Hung Hsieh2014-11-141-712/+712
* Use symbolic constants from <system/audio.h>Glenn Kasten2014-03-251-1/+1
* Include what is neededGlenn Kasten2013-07-021-4/+0
* New control block for AudioTrack and AudioRecordGlenn Kasten2013-06-121-1/+3
* Use sp<AudioTrack> instead of raw AudioTrack *Glenn Kasten2013-06-031-15/+7
* Fix unreleased mutex in ToneGenerator stopTone()Eric Laurent2013-05-131-0/+1
* ToneGenerator: fix overflow in stopToneEric Laurent2013-03-281-2/+2
* ToneGenerator: fix truncated tonesEric Laurent2013-03-271-1/+31
* ToneGenerator: fix stop/destroy concurrencyEric Laurent2013-03-261-5/+10
* ToneGenerator: fix AudioTrack pointer initEric Laurent2013-03-261-1/+1
* ToneGenerator: optimize silent toneEric Laurent2013-03-251-1/+5
* Add all-channel AudioTrack::setVolume() APIGlenn Kasten2012-11-051-1/+1
* Re-enable fast track for ToneGeneratorGlenn Kasten2012-04-301-1/+1
* Fix ToneGenerator regressionGlenn Kasten2012-04-231-1/+1
* rename audio policy output flagsEric Laurent2012-04-181-1/+1
* ToneGenerator requests fast trackGlenn Kasten2012-04-161-6/+6
* Whitespace and indentationGlenn Kasten2012-03-131-6/+5
* Use audio_policy_output_flags_t consistentlyGlenn Kasten2012-03-091-1/+1
* Update commentsGlenn Kasten2012-02-141-1/+1
* Follow raw pointer and sp<> conventionsGlenn Kasten2012-02-101-1/+1
* No newline or space at end of ALOG format stringGlenn Kasten2012-02-081-29/+29
* Merge "Use ToneGenerator::tone_type consistently"Glenn Kasten2012-02-031-5/+5
|\
| * Use ToneGenerator::tone_type consistentlyGlenn Kasten2012-01-271-5/+5
* | Use NULL not 0 for raw pointersGlenn Kasten2012-02-031-7/+7
|/
* Use audio_stream_type_t consistentlyGlenn Kasten2012-01-131-1/+1
* libmedia new can't fail on AndroidGlenn Kasten2012-01-111-13/+0
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-7/+7
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-41/+41
* Remove unneeded #include <sys/resource.h>Glenn Kasten2011-06-151-1/+0
* Revert "Use AudioTrack::event_type not int in callback"Glenn Kasten2011-06-011-1/+1
* Use AudioTrack::event_type not int in callbackGlenn Kasten2011-06-011-1/+1
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-271-2/+2
* Media/ToneGenerator: Change tone format for TONE_CDMA_ANSWERNaveen Kalla2009-12-031-1/+2
* Fix issue 2203561: Sholes: audio playing out of earpiece.Eric Laurent2009-11-041-4/+15
* Fix 2209967 Tonegenerator: mutex not release in startTone() upon timeout wait...Eric Laurent2009-10-231-4/+6
* Fix issue 2139634: DTMF tones on Sholes popping, hissing (audio latency too h...Eric Laurent2009-10-061-11/+23
* Fix issue 2142613: ToneGenerator: short tones sometimes don't play on sholes ...Eric Laurent2009-09-241-8/+19
* Fix issue 1992233: DTMF tones on Sholes is really long.Eric Laurent2009-09-081-5/+24
* Fix issue 2045983 ToneGenerator: fix void statement.Eric Laurent2009-08-111-1/+1
* Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-1/+1
* Fix issue 1946033: dialer deadlocks and/or ANRs when using dialpad in-callEric Laurent2009-07-091-0/+2
* Fill in CDMA gaps and clean up ToneGenerator codeDavid Krause2009-06-231-135/+681
* Don't allow negative numbers in ToneGenerator toneType parameterDave Sparks2009-05-071-1/+1
* Fixed issue 1709450: Requirements for CDMA Tone GeneratorEric Laurent2009-05-061-85/+342
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-4/+8