summaryrefslogtreecommitdiffstats
path: root/modules/audio_remote_submix/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* audio_remote_submix: allow compiling for 64-bitColin Cross2014-04-181-1/+2
| | | | | | | | Fix a few 64-bit warnings and set -Wno-unused-parameter, which makes the directory warnings-clean on 32-bit and 64-bit. Remove LOCAL_32_BIT_ONLY. Change-Id: I6a2183b5bb0cdf438a04de967995da7b1e2e3854
* Audio HALs are 32-bit onlyGlenn Kasten2014-03-131-0/+1
| | | | Change-Id: I97eef87849312610d82bc3f82e168bb40604e646
* hardware/libhardware: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATHColin Cross2014-01-241-1/+1
| | | | | | | LOCAL_MODULE_PATH doesn't work for multiarch builds, replace it with LOCAL_MODULE_RELATIVE_PATH. Change-Id: I4e4ceec61d026bbe74ba604554c06104bde42e5e
* bug 7253033 Add "exiting" state to remote audio submix moduleJean-Michel Trivi2012-09-301-0/+1
| | | | | | | | Support receiving a parameter that sets the remote audio submix module in a state where the audio pipe will unblock any current write operation and not block anymore. Change-Id: Ia3119cd79972afff0de24187dae627855a468ebf
* Add audio module for remote submixJean-Michel Trivi2012-09-061-0/+29
New definitions of audio devices for remote submix: one representing a sink for writing the audio buffers that won't be played directly locally, another representing the audio source that can be read from to obtain the audio mix. New audio hardware module encapsulating the submix loop functionality. Create a Pipe to serve as non-blocking audio ring buffer between the output device (the sink) and the input device (the source). Change-Id: I527f4721a69ced0430a99ebba3b4db7d419f2bb2