- 03 Feb, 2016 5 commits
-
-
Mark Salyzyn authored
check if device matches the ashmem rdev, before calling ashmem_get_size_region. This eliminates making this call when associated with other driver file descriptors. Bug: 26374183 Bug: 26918423 Bug: 26871259 Change-Id: I1f88c2c93ea35a73c8e14125f3d1a6c67fa4f15b
-
Dan Albert authored
-
Dan Albert authored
Bad commit: https://android-review.googlesource.com/#/c/200449/1 Change-Id: I412e2740951f15cf843bd36a50476070c0cb1ebd
-
Dan Albert authored
-
Dan Albert authored
-
- 02 Feb, 2016 2 commits
-
-
Dan Albert authored
Bug: http://b/26936282 Change-Id: Ie1fb281425c3b8c4b3e6e88dc5722d51b77ee093
-
Dan Albert authored
Bug: http://b/26936282 Change-Id: I059628332d638f080a5236eed62cf0afa1d4d6ba
-
- 01 Feb, 2016 3 commits
-
-
Andreas Gampe authored
-
Christopher Wiley authored
-
Andreas Gampe authored
In the failure case, and on shutdown, add log output. It's highly likely the client will crash when a null value is returned. Displaying a possible root cause helps diagnosing issues. Bug: 26865304 Change-Id: Ie5255ac50d6dcdf9f918dcef785788ea795a4791
-
- 30 Jan, 2016 1 commit
-
-
Christopher Wiley authored
This is helpful because many native service developers use std::string internally, and String16 doesn't work very well with many C++ primitives. Bug: 26729450 Test: Integration test appears to show this is correct. Change-Id: Ib75068881da28fd8515685bcbcbe864ba3b7ec23
-
- 28 Jan, 2016 2 commits
-
-
Mathieu Chartier authored
-
Mathieu Chartier authored
DO NOT MERGE sort of (cherry picked from commit edc8bc48) Bug: 22858531 Change-Id: I5a9dfcf67d2232e8755886085e9ba1bb37494d39
-
- 27 Jan, 2016 6 commits
-
-
Mark Salyzyn authored
-
Mark Salyzyn authored
check if device is a character device, before calling ashmem_get_size_region. We do not check if the st_rdev matches /dev/ashmem. So this at least eliminates making this call when associated with a socket. Bug: 26374183 Change-Id: I68ed9d1c2cd4c47228ed065e3e18eb4151f038f4
-
Mark Salyzyn authored
* changes: Parcel: file descriptor leak Parcel: include Android coding standard Parcel: LOG_TAG cleanup
-
Mark Salyzyn authored
Resolve a file descriptor leak when a request for ashmem size adjustment is not filed. Change-Id: I4ebccfd096ec5313725fd99dc3e025f9561d061f
-
Mark Salyzyn authored
Change-Id: I3507bdfd04a06db85b46539338c787395ec652ff
-
Mark Salyzyn authored
NB: several ALOG messages behind comments, recommend removal Change-Id: Iaf02f55cbf7ef0ee7c4a6ee67c7f8b57cf97cd26
-
- 26 Jan, 2016 2 commits
-
-
Mark Salyzyn authored
-
Mark Salyzyn authored
This reverts commit c7ad8cb8. Bug: 26029733 Change-Id: I0c61f4d2c0aa9e07c6cc7b190d803e98c3a98d40
-
- 25 Jan, 2016 2 commits
-
-
Martijn Coenen authored
-
Yoshinobu Ito authored
This impementation includes HCE(Host-based Card Emulation) for NFC-F which emulates NFC Forum Type 3 Tag on a smartphone. Signed-off-by:
Daisuke Ito <DaisukeE.Ito@jp.sony.com> Yoshinobu Ito <Yoshinobu.Ito@jp.sony.com> Change-Id: I1618a7fba801e0705ff3cc078206a1446b3dd56d
-
- 12 Jan, 2016 1 commit
-
-
Samuel Tan authored
-
- 06 Jan, 2016 1 commit
-
-
Samuel Tan authored
Add the PersistableBundle.aidl into the new /aidl/binder/ subdirectory (along with the necessary 'android' and 'os' subdirectories) so that the aidl file will live alongside its native implementation in libbinder. This change will allow native-only Android checkouts (e.g. Brillo) to use PersistableBundle. The /aidl/ subdirectory should henceforth contain any aidl files that live with native code. BUG: 26292234 Change-Id: I07b49dad8afd679f33e41fa9044dffc02ec25e3e
-
- 05 Jan, 2016 1 commit
-
-
Colin Cross authored
-
- 24 Dec, 2015 2 commits
-
-
Nick Kralevich authored
-
Nick Kralevich authored
Change-Id: I31991ed089f395174857e86e509b8190ad98f92a
-
- 22 Dec, 2015 1 commit
-
-
Colin Cross authored
libinstalld uses headers from libselinux, add a LOCAL_SHARED_LIBRARIES dependency on libselinux. Change-Id: Ic12c55547526638810bcc1ac952d205f2f163fd3
-
- 17 Dec, 2015 3 commits
-
-
Samuel Tan authored
-
Samuel Tan authored
Use %zu instead of %u for logging size_t types, which are of the unsigned long type, not the unsigned int type. BUG: None Change-Id: I5af6c2ea544a5f11b283bc9aebe8b5f0cfc605ec
-
Samuel Tan authored
-
- 16 Dec, 2015 2 commits
-
-
Nick Kralevich authored
-
Nick Kralevich authored
Bug: 26217098 Change-Id: I6066c433d19c2d1c220669a9a78f5085af8c1d4b
-
- 15 Dec, 2015 4 commits
-
-
Casey Dahlin authored
-
Casey Dahlin authored
Test: AIDL integration tests pass Bug: 25969194 Change-Id: Ib7023c8e02af49e08c9921f1d097e5967c1d378e Signed-off-by:
Casey Dahlin <sadmac@google.com>
-
Casey Dahlin authored
-
Casey Dahlin authored
Change-Id: I5dfaca405f0f866e697d5ae546ead8a8eb6de7ca Test: make checkbuild succeeds Bug: 25868260 Signed-off-by:
Casey Dahlin <sadmac@google.com>
-
- 14 Dec, 2015 2 commits
-
-
Felipe Leme authored
-
Felipe Leme authored
Changes required: - Explicity casting function pointers. - Moving variables initialization before 'goto' statements. - Changing string references from 'char *' to 'const char *'. - Using 'extern "C"' so device-dependent implementation of 'dumpstate_board()' can be written in C or C++. BUG: 25563823 Change-Id: Ibeb70fd23e64e9b530736b554a372cb232fe1a44
-