History log of /frameworks/opt/net/voip/src/jni/rtp/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
68a4203ed859d3f4789f1805d0590255827046c4 03-Nov-2016 Marco Nelissen <marcone@google.com> Use libaudio instead of libmedia

Test: build/boot

Change-Id: I4204a861e6ca4f5546b1a79977ac837972012418
/frameworks/opt/net/voip/src/jni/rtp/Android.mk
2ad970981d31000e468f835de8286fa46f07c5e1 15-Oct-2016 Mikhail Naganov <mnaganov@google.com> Split audio effects headers

There can be different use cases with the code that imports
headers from audio_effects (each subsequent case is a more
specialized version of the previous one):

1. The code only needs access to general structures
like effect_descriptor_t:
==> include system/audio_effect.h
Example: AudioSystem in libmedia

2. The code that needs access to effect UUID and parameter
enums:
==> include system/audio_effects/effect_foo.h
Examples: media framework effects interfaces, libwilhelm

3. The code that needs to call into HAL:
==> include hardware/audio_effect.h
Examples: libaudiohal (implementation part) and libeffects

4. The code that implements a particular effect:
==> include audio_effects/effect_foo.h
Examples: cts/.../CTSTestEffect.cpp
stuff in hardware/, vendor/

Change-Id: Icad01477bdaeab2c32e89b52e332cb909de37909
Test: make
/frameworks/opt/net/voip/src/jni/rtp/Android.mk
093cefff35ed54faab718119252caf7c7c3a33b5 30-Mar-2016 Glenn Kasten <gkasten@google.com> Suppress build warning for deprecated getInput()

Bug: 27170398
Bug: 27927835
Change-Id: If5de529000df01ee9d2a7dcb82227ee6ecc6b407
/frameworks/opt/net/voip/src/jni/rtp/Android.mk
14ef3fc99b6b2f62e93bd5bbc9a240cd59201af0 22-Feb-2016 Aurimas Liutikas <aurimas@google.com> Fix all but one warning in frameworks/opt/net/voip.

Fixes all warnings in frameworks/opt/net/void except for:
src/jni/rtp/AudioGroup.cpp:850:45: warning: 'getInput' is deprecated [-Wdeprecated-declarations]
record->getInput());
^

Bug: 27170398
Change-Id: Ic3ab2c4d78bc015d5f5015b32bbad6866a7ba093
/frameworks/opt/net/voip/src/jni/rtp/Android.mk
e4818818f2519fad6c1067406a8a2b529ce6f5b8 10-Apr-2013 Ying Wang <wangying@google.com> Add liblog

Bug: 8580410
Change-Id: I96c8f8094865386cea98bbaaafc2d5c4035c6e02
/frameworks/opt/net/voip/src/jni/rtp/Android.mk
d012595fd71a41159ec437d072f5dc56db8444a2 29-Jan-2013 Wink Saville <wink@google.com> Delete frameworks/base/voip use voip-common from frameworks/opt/net/voip

Move the files down a level under src/, add Android.mk,
CleanSpec.mk and restore src/jni/rtp/Android.mk.

Change-Id: Ieaba759a0f69b45c4b8839cbed1fe757cdf190c5
/frameworks/opt/net/voip/src/jni/rtp/Android.mk