summaryrefslogtreecommitdiffstats
path: root/include/hardware/audio_policy.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'jb-mr1-release' of ↵Steve Kondik2012-11-181-5/+11
|\ | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/hardware/libhardware into HEAD Conflicts: include/hardware/fb.h include/hardware/hwcomposer.h modules/audio/audio_hw.c Change-Id: Ib37d49cb600bf0cd062847f9c0eb3841bae13f74
| * Support querying active record sourcesJean-Michel Trivi2012-10-101-0/+3
| | | | | | | | | | | | | | | | | | Add support for querying whether there is currently a recording underway from the specified audio source. Bug 7314859 Change-Id: I270f27eff4dcf1cc179089859a4c690140825ad1
| * Merge "Add comment"Glenn Kasten2012-07-251-1/+4
| |\
| | * Add commentGlenn Kasten2012-07-251-1/+4
| | | | | | | | | | | | Change-Id: Idc2890ebc10c0e6a116bc7c8872cd379e1cf3e25
| * | struct effect_descriptor_s const correctnessGlenn Kasten2012-07-241-2/+2
| |/ | | | | | | | | | | Also struct audio_stream in audio_stream_frame_size Change-Id: Ie0de708e38a1850c186a8b4eb5f491adc44b3275
| * Use audio_channel_mask_t consistentlyGlenn Kasten2012-06-251-2/+2
| | | | | | | | Change-Id: Ib832c0b707b1e0b82adf4ab3d4d18a2dc459d240
* | hardware: To enable FM add set volume functionsShashi Kumar2012-08-101-0/+8
| | | | | | | | Change-Id: Ic2c8c02d805e269060e87edf161e75c160d944c0
* | hardware/libhardware: Add APIs to support ICS LPA sessionTejas Shikhare2012-07-251-0/+36
| | | | | | | | Change-Id: I0558cafacb25bfffefdfb1bd2afbf2a90f075a08
* | Add support for ICS audio blobsRicardo Cerqueira2012-07-201-0/+2
|/ | | | Change-Id: I516dda5fc81bd10922c13cc735509a6803eddaaf
* rename audio policy output flags.Eric Laurent2012-04-181-3/+3
| | | | Change-Id: I965fa9bcba45f223f2f2cbc4adccfb5491414c8b
* audio policy: load audio hw modules.Eric Laurent2012-04-031-4/+43
| | | | | | | | Added methods to audio_policy_service_ops to load an audio hw module. Added methods to open an output or input stream on a particualr module. Change-Id: Ia0618053bec9978c1b7d2a5f6c02b78209557256
* Update commentsGlenn Kasten2012-04-011-2/+2
| | | | Change-Id: I123d9baeceda13608cc01eda6a19e13822258dc0
* audio policy: use audio_devices_t when appropriateEric Laurent2012-03-081-1/+1
| | | | Change-Id: Iee57cf5c3bdfefd981e1ed5958df10171f8716e6
* Merge "Use audio_in_acoustics_t consistently"Glenn Kasten2012-02-031-1/+1
|\
| * Use audio_in_acoustics_t consistentlyGlenn Kasten2012-01-271-1/+1
| | | | | | | | Change-Id: Id49ad9631092db8c9ace0f45db918f708b0b32e9
* | Use audio_source_t consistentlyGlenn Kasten2012-01-261-2/+2
|/ | | | Change-Id: Ie25ddeb091646b7e24149b3b23a18ce0807e1891
* Merge "Use audio_format_t consistently"Glenn Kasten2012-01-201-4/+4
|\
| * Use audio_format_t consistentlyGlenn Kasten2012-01-121-4/+4
| | | | | | | | | | | | Was sometimes int or uint32_t Change-Id: Ib3d82f5aefeda371c0439e43e72737a54882f519
* | Audio policy HAL set_ringer_mode is deprecatedGlenn Kasten2012-01-181-1/+1
| | | | | | | | Change-Id: If0f82d5c1cb9a0faf70f5a8434f68cdc39784ee6
* | Merge "audio policy: manage stream volume per device"Eric Laurent2012-01-171-5/+19
|\ \
| * | audio policy: manage stream volume per deviceEric Laurent2012-01-171-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve volume management by keeping track of volume for each type of device independently. Added functions at the audio policy interface to set and get stream volume for a particular device. Change-Id: Ic8899e82e48193cb65b3673e9d20383efed943b5
* | | Merge "set_mode and set_phone_state now take audio_mode_t"Glenn Kasten2012-01-171-1/+1
|\ \ \ | |/ / |/| |
| * | set_mode and set_phone_state now take audio_mode_tGlenn Kasten2012-01-121-1/+1
| |/ | | | | | | Change-Id: I12a3a5ad6c3cadc6b9de8281f78edfef53908e2d
* | Use audio_stream_type_t consistentlyGlenn Kasten2012-01-121-1/+1
|/ | | | Change-Id: I1e92f018a07e4b1b73ef8d4de461ef1e08bc48e7
* audio policy: register effect CPU on enableEric Laurent2011-08-111-0/+2
| | | | | | | | Added a method on audio policy interface to register audio effect CPU usage on enable and unregister on disable instead of when the effect is created or destroyed. Change-Id: Iee20bf70fee7302f817ec4c7d9bf7640caca2e95
* hardware: drop the _hal suffixes from audio.h and audio_policy.hDima Zavin2011-06-131-0/+384
| | | | | Change-Id: Ib9bfc4049cf350f72af3ee577ce4756ac4118cfc Signed-off-by: Dima Zavin <dima@android.com>
* hardware: move audio_policy.h to system/Dima Zavin2011-06-131-106/+0
| | | | | Change-Id: I392c5f91db88ca923dead7202064169edc1cc0c7 Signed-off-by: Dima Zavin <dima@android.com>
* libhardware: add audio defines and HAL headersDima Zavin2011-04-271-0/+106
Change-Id: Iae523059834c252f0d39f7efc6e15832e6273101 Signed-off-by: Dima Zavin <dima@android.com>