summaryrefslogtreecommitdiffstats
path: root/core/jni/android_media_RemoteDisplay.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Respect the record audio app op - frameworkSvet Ganov2015-04-281-3/+5
| | | | Change-Id: I5696d2ef22738ccffaf8bd7a0ee68cbc3dea3bf1
* Frameworks/base: Consistency in core/jniAndreas Gampe2014-11-211-12/+10
| | | | | | | | Make consistent use of core_jni_helpers for registration. Translate some #ifdefs into const bools. Change-Id: I37639aa053dd50f003a552cbd8550dddecc811c5
* AArch64: Use long for pointers in media classesAshok Bhat2014-01-151-9/+9
| | | | | | | | | | | | | | For storing pointers, long is used in media classes, as native pointers can be 64-bit. In addition, some minor changes have been done to conform with standard JNI practice (e.g. use of jint instead of int in JNI function prototypes) Change-Id: Idc4ca0124d03df7f9cef412488abafd020e5e774 Signed-off-by: Ashok Bhat <ashok.bhat@arm.com> Signed-off-by: Marcus Oakland <marcus.oakland@arm.com> Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
* Remove dependency on JNIHelp header side effects.Ruben Brunk2013-09-101-0/+1
| | | | | Bug: 10680559 Change-Id: I47870d6c48906e0a420c52b7bc5945ffe29c68a2
* wifi-display: add certification optionsChong Zhang2013-08-231-3/+25
| | | | | | | | | | | | | | | | | | | | When certification mode is enabled: - Pass wfd session info to wifi display settings - Allow sink to connect to source - Add interface in display manager for pausing/resuming session - Add interface in WifiP2pManager for setting lc, oc and starting autonomous GO Note that we're compliant regardless of certification mode, but some confusing options (eg. allowing incoming connection from sink) we want to hide when not being tested. Bug: 9371882 Change-Id: Icc7dcae4e046453796cfa03f5f197055fabf234b
* clean-up following Surface splitMathias Agopian2013-02-151-1/+1
| | | | Change-Id: I853a76d92d957ee38a36fcdd280d6407ec316987
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-4/+4
| | | | | | | | | | The C++ class names don't match what the classes do, so rename ISurfaceTexture to IGraphicBufferProducer, and SurfaceTexture to GLConsumer. Bug 7736700 Change-Id: I08e677faf2ebb418ef131d0a8008e01037db0e50
* Add support for Wifi display.Jeff Brown2012-09-071-0/+182
Change-Id: I99693786cf9d07d07d3400046c55eb4933730b80