Felipe Leme
66bf79760a
Created a NETWORK trace tag. am: 873a83af3f am: e9bac30add
...
am: 68dcfcc22f
Change-Id: I4d89a5e4720bf639800999819d69dbedae19a1fd
2016-09-08 00:53:51 +00:00
Felipe Leme
68dcfcc22f
Created a NETWORK trace tag. am: 873a83af3f
...
am: e9bac30add
Change-Id: Ibc8c156d3b3c6c893ee55eca4f6b92767fefa741
2016-09-08 00:46:20 +00:00
Felipe Leme
873a83af3f
Created a NETWORK trace tag.
...
Also applied it to a few critical paths on NetworkPolicyManagerService.
BUG: 31281543
Change-Id: If27240d86c21e5b49b9595bfcbc90214126cf489
2016-09-07 13:50:52 -07:00
Andreas Huber
29803deffc
Adds framework support for hidl-gen Java backend. (to support structs)
...
am: 50546a98ed
Change-Id: I4940989950cbe201725b75b9b5095c12962b1444
2016-09-07 18:27:33 +00:00
Andreas Huber
36cda33a24
Add Bool* APIs to HwParcel
...
am: e1eb45d8d6
Change-Id: I93f9bfe4efb66957b259f0a3310a25c6eae3e4cb
2016-09-07 18:27:29 +00:00
Andreas Huber
93618c7d20
Support one-way methods in java support for hardware binder
...
am: 281ac40c97
Change-Id: I84cf39879ea0a6d5d488d0e414adefc8b5fc6e6b
2016-09-07 18:27:18 +00:00
Andreas Huber
c408429712
Initial commit of Java support for hardware binder
...
am: 7f5fcabacc
Change-Id: I8267679b52873da428a7223a47577ea19ceacbb2
2016-09-07 18:27:14 +00:00
Andreas Huber
50546a98ed
Adds framework support for hidl-gen Java backend. (to support structs)
...
Bug: 30575790
Change-Id: Ida30d8fe7a1b210e98f1a0ea5d429a0112f9ef3f
Signed-off-by: Iliyan Malchev <malchev@google.com >
2016-09-07 15:10:50 +02:00
Andreas Huber
e1eb45d8d6
Add Bool* APIs to HwParcel
...
Bug: 31045584
Change-Id: I202c4aa7caf92a4cd7e3a45ef6784638e41facc8
Signed-off-by: Iliyan Malchev <malchev@google.com >
2016-09-07 15:10:45 +02:00
Andreas Huber
281ac40c97
Support one-way methods in java support for hardware binder
...
Bug: 30922538
Change-Id: I5ff93126a29f6bff42dee3f9868fa794ca7c077f
Signed-off-by: Iliyan Malchev <malchev@google.com >
2016-09-07 15:10:35 +02:00
Andreas Huber
7f5fcabacc
Initial commit of Java support for hardware binder
...
Change-Id: If1098ab921a11bae8eca2a70a3c3070e4daa0ea2
2016-09-07 15:10:30 +02:00
Calin Juravle
0bc450ac05
[RFC] Special case system apps for profile optimizations am: 08313b0d95
...
am: 788e111cba
Change-Id: I8466811b44b623e23117d6554e69cc80e2c4485f
2016-09-06 21:25:44 +00:00
Calin Juravle
08313b0d95
[RFC] Special case system apps for profile optimizations
...
If the OTA updates a system app which was previously preopted to a non-
preopted state the app might end up being verified at runtime. That's
because by default the apps are verify-profile but for preopted apps
there's no profile.
Do a hacky check to ensure that if we have no profiles (a reasonable
indication that before the OTA the app was preopted) system apps get
compiled with a non-profile filter (by default interpret-only).
Bug: 30032273
Test: Andreas "has verified that Calin's change to A/B works as expected
and promotes things like SystemUI to speed. From my side, that's
ready to be merged"
Change-Id: I7a052a8ea76cab7f649dc993237ea05534d6c4b9
(cherry picked from commit 0bd7762079 )
2016-09-06 10:41:04 -07:00
Andreas Huber
9266f9928d
Adds framework support for hidl-gen Java backend. (to support structs) (DO NOT MERGE)
...
Bug: 30575790
Change-Id: Ida30d8fe7a1b210e98f1a0ea5d429a0112f9ef3f
Signed-off-by: Iliyan Malchev <malchev@google.com >
2016-09-02 06:28:14 -07:00
Andreas Huber
86635bb45e
Add Bool* APIs to HwParcel (DO NOT MERGE)
...
Bug: 31045584
Change-Id: I202c4aa7caf92a4cd7e3a45ef6784638e41facc8
Signed-off-by: Iliyan Malchev <malchev@google.com >
2016-09-02 06:28:14 -07:00
Andreas Huber
90349b3e11
Support one-way methods in java support for hardware binder (DO NOT MERGE)
...
Bug: 30922538
Change-Id: I5ff93126a29f6bff42dee3f9868fa794ca7c077f
Signed-off-by: Iliyan Malchev <malchev@google.com >
2016-09-02 06:28:14 -07:00
Andreas Huber
dab5fc65b9
Initial commit of Java support for hardware binder (DO NOT MERGE)
...
Change-Id: If1098ab921a11bae8eca2a70a3c3070e4daa0ea2
2016-09-02 06:28:14 -07:00
Jeff Sharkey
d11c21f371
DO NOT MERGE. Clarify FileObserver docs for null value. am: c041f5a3b8
...
am: a341d70602
Change-Id: Ib737218df19aed7f09ba142cce4fc9c62edffd5d
2016-08-31 23:29:26 +00:00
Jeff Sharkey
c041f5a3b8
DO NOT MERGE. Clarify FileObserver docs for null value.
...
Change-Id: I7dc0b0d26220d6eb82f956a9860cfb6aeccfd12f
Test: none
Bug: 30511606
(cherry picked from commit 902316d553 )
2016-08-31 21:42:54 +00:00
Mitchell Wills
722de5f9d0
DO NOT MERGE Manually merge commit 'f28778064383821ccf48c9570191f34a24aa513f' into nyc-mr1-dev-plus-aosp
...
Change-Id: I7cb1f97a5b931c2057a811d7947f47ad7320ef1c
2016-08-29 17:46:44 -07:00
Mark Lu
810d3a5464
docs: Fix typo and broken link in AsyncTask.java am: 53415ff24e am: fc68813e5c
...
am: f9537d2a05
Change-Id: Icbd832031e6c3dea5fca8b7984a3c1bc1decd210
2016-08-30 00:43:55 +00:00
The Android Automerger
f287780643
Manually merge commit 'b0b6afc' into nyc-dev-plus-aosp
2016-08-30 00:26:21 +00:00
Christopher Wiley
5de073a6b0
Remove WiFi related methods from NetworkManagementService
...
These are no longer necessary, since WiFi manages its own details.
Bug: 30041228
Change-Id: Ia3824da43367ae74d3f3a204318cfe5470d74957
Test: Compiles
(cherry picked from commit 212b95f587 )
2016-08-29 11:26:50 -07:00
Christopher Wiley
31a513b461
Remove unused method from NetworkManagementService
...
Bug: 28598325
Test: Builds
Change-Id: I6a226b3410cda4e12a9225741ec81cd12b48892f
(cherry picked from commit 2103e78e0c )
2016-08-26 13:20:40 -07:00
Tony Mantler
3b6165e9de
Fix AsyncTask to handle exceptions in doInBackground am: 78a8e9d293 am: 7697ba2602
...
am: 965596c53a
Change-Id: I5879054fdacc571a94a5b23b472865b7eb25c07d
2016-08-26 02:21:21 +00:00
Mark Lu
f9537d2a05
docs: Fix typo and broken link in AsyncTask.java am: 53415ff24e
...
am: fc68813e5c
Change-Id: I1be966d00de19afcef968093e0583e6da1eaff98
2016-08-26 01:15:54 +00:00
Mark Lu
86caa4aebf
docs: Fix typo and broken link in AsyncTask.java am: 53415ff24e
...
am: bae52ec98c
Change-Id: Idb695142488874d52dd406bede0fb4848f7663a9
2016-08-26 01:03:59 +00:00
Mark Lu
fc68813e5c
docs: Fix typo and broken link in AsyncTask.java
...
am: 53415ff24e
Change-Id: Ib4fadd74bcf640bd28cb19e757e2cc7b605a69dd
2016-08-26 01:03:17 +00:00
Mark Lu
bae52ec98c
docs: Fix typo and broken link in AsyncTask.java
...
am: 53415ff24e
Change-Id: I1fd10e79a2af2db5bc175dcc4126d3f88c35f4b1
2016-08-26 00:53:59 +00:00
Andreas Huber
dc26321e0b
Adds framework support for hidl-gen Java backend. (to support structs)
...
Bug: 30575790
Change-Id: Ida30d8fe7a1b210e98f1a0ea5d429a0112f9ef3f
2016-08-25 13:38:40 -07:00
Andreas Huber
0d7f6acec9
Add Bool* APIs to HwParcel.
...
Bug: 31045584
Change-Id: I202c4aa7caf92a4cd7e3a45ef6784638e41facc8
2016-08-24 16:19:03 -07:00
Tony Mantler
7697ba2602
Fix AsyncTask to handle exceptions in doInBackground
...
am: 78a8e9d293
Change-Id: Ie56e95882f0aa1224a4eb03ac25374bb08454d2c
2016-08-24 17:05:13 +00:00
Tony Mantler
97231323b7
Merge "Fix AsyncTask to handle exceptions in doInBackground" into nyc-mr1-dev
2016-08-24 17:00:04 +00:00
TreeHugger Robot
4f5503bc6a
Merge "Clarify FileObserver docs for null value."
2016-08-23 18:40:05 +00:00
Fyodor Kupolov
1dfcc09161
Added getDataPreloadsMediaDirectory am: 19551a8d8d am: c98c7e9da1 am: ca1a630ccf
...
am: bcc3c019d3
Change-Id: I2fc16cccb580cbd3441cddae2ab1db0c49d05336
2016-08-23 18:08:03 +00:00
Jeff Sharkey
902316d553
Clarify FileObserver docs for null value.
...
Change-Id: I7dc0b0d26220d6eb82f956a9860cfb6aeccfd12f
Test: none
Bug: 30511606
2016-08-23 10:24:56 -06:00
Fyodor Kupolov
19551a8d8d
Added getDataPreloadsMediaDirectory
...
Bug: 31015966
Change-Id: I8b4117daae2b1f7a59d6a192b34a105f91cbac55
2016-08-22 21:59:01 +00:00
TreeHugger Robot
6dcbcc9f9b
Merge "Remove EXTRA_SHOW_FILESIZE."
2016-08-22 21:43:16 +00:00
Steve McKay
0a38e2318b
Remove EXTRA_SHOW_FILESIZE.
...
DocumentsUI will always show size.
Bug: 31016724
Change-Id: I19150332529c4699f00f7f239f775e89025f1c3f
2016-08-22 20:09:11 +00:00
Narayan Kamath
99f960f7da
Process: Fix communication with zygote.
...
am: 448be0a622
Change-Id: I530a1f04545a796d22ca59141aa8fe3de349388c
2016-08-18 23:08:49 +00:00
Andreas Huber
8aa4d8cd29
Support one-way methods in java support for hardware binder.
...
Bug: 30922538
Change-Id: I5ff93126a29f6bff42dee3f9868fa794ca7c077f
2016-08-18 14:29:40 -07:00
Narayan Kamath
34c1b813ae
Process: Fix communication with zygote.
...
Don't write partial requests, and don't return (or throw) early after
partially reading a response.
bug: 30143607
(cherry picked from commit 448be0a622 )
Change-Id: Ib283b1620947151338f5f9473891a048a17d8f4a
2016-08-18 16:17:48 +01:00
Svet Ganov
77df6f315d
Remove permission review build property - framework
...
Change-Id: Ifcfd436f2d57a6006ef804292d2875434e4669da
2016-08-17 14:52:26 -07:00
Dianne Hackborn
c7dc4add63
Docs only: N is no longer a shrug. am: c1b607df71 am: 6fe27966e2
...
am: dbe43ee9ba
Change-Id: I8ba0795a2d4e25ede3654b9ab4dd95c5bed74ee1
2016-08-15 22:37:29 +00:00
Andreas Huber
c0b6c53076
Initial commit of Java support for hardware binder.
...
Squashed commit of the following:
commit a536e55110a62871662d2f0b1771d7b66bb3cb27
Author: Andreas Huber <andih@google.com >
Date: Mon Aug 15 09:04:45 2016 -0700
start HwBinder thread pool upon service registration
Change-Id: I8e91d20e29a5647a36aad083c23d1b594fdc68c5
commit 0a1882999e0021b68ccebb0306905f17962b8a70
Author: Andreas Huber <andih@google.com >
Date: Thu Aug 11 15:41:05 2016 -0700
IHwInterface, queryLocalInterface.
also moved looking up a service into HwBinder. HwRemoteBinder is now an
implementation detail.
Change-Id: Ic0b818f5b36c42c608e570fe41a2c0272a6e48df
commit d99b0b065bde6e0f071245719f8ab31ad25d91be
Author: Andreas Huber <andih@google.com >
Date: Mon Aug 8 09:07:51 2016 -0700
work in progress
Change-Id: I4f5612944e9ac1c762ad1fa2e238836e37b484da
commit 64f027e55780284b981f88a1605c00a0a0f091f4
Author: Andreas Huber <andih@google.com >
Date: Thu Aug 4 10:10:52 2016 -0700
Squashed commit of the following:
commit d023d5570ef810094a3d4382158f32faff46c480
Author: Andreas Huber <andih@google.com >
Date: Thu Aug 4 10:09:41 2016 -0700
Some more cleanup, file organization more closely matches existing code in
frameworks/base/core/jni/..., don't produce a separate shared library, this is
now linked as part of libandroid_runtime.so
Change-Id: I91024f137ff0faae26e72aa9a7163b80b97f0d05
commit 7cf5370748a9a99be68fac0f32c6793f5bfc4a15
Author: Andreas Huber <andih@google.com >
Date: Thu Aug 4 09:37:44 2016 -0700
Some more cleanup.
Change-Id: Ibb89280f51234f8a3dd29ca6d57d6eaaf80a03ea
commit d70638398ed47c29401d6118e03d640245ecc9b2
Author: Andreas Huber <andih@google.com >
Date: Thu Aug 4 09:31:49 2016 -0700
hidl::{Parcel,Binder & friends} => hardware::\1
Change-Id: I8f37a260d4a9afe66e02f7266c54af093502869f
commit 0fc680aea7753d8de91b4a3806b892dcb4fface8
Author: Andreas Huber <andih@google.com >
Date: Mon Aug 1 14:55:17 2016 -0700
Squashed commit of the following:
commit daa714921e20bc209bd7c05aea458569ce539993
Author: Andreas Huber <andih@google.com >
Date: Mon Aug 1 12:09:27 2016 -0700
Switch to NativeAllocationRegistry for pairing java- with native objects.
Change-Id: I011fda51e8c24d9e03d6a0ddbcdac9196dc8ab72
commit 3a02606dba870f8313e1db919720647f686273b4
Author: Andreas Huber <andih@google.com >
Date: Thu Jul 28 11:44:26 2016 -0700
Squashed commit of the following:
commit e77b8ff331ed1b5554b4c7c1cd99ed99dbed5f45
Author: Andreas Huber <andih@google.com >
Date: Thu Jul 28 11:15:12 2016 -0700
no more LOCAL_C_INCLUDES, read/writeEmbeddedBuffer APIs changed to take
a size_t instead of a uint64_t for both handles and offsets.
Use android-base/logging instead of utils/Log.h for logs/assertions.
Change-Id: I1129c75da46e4335efbf94a3394f9bde7d0ad0c6
commit fbc3a7be0a8cde86b334a677a0e127123beb0051
Author: Andreas Huber <andih@google.com >
Date: Wed Jul 27 16:20:24 2016 -0700
Squashed commit of the following:
commit bda9396472eaa32c7643927017ccfdcba8a6aeb3
Author: Andreas Huber <andih@google.com >
Date: Wed Jul 27 16:19:57 2016 -0700
Code review in progress.
Change-Id: I66cc3a4ec8caf6feac0d526130c0c3902fd8e2cc
commit 2887d9589562c3e9834e5d6bb513ab5eff9cdb5f
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 25 12:00:38 2016 -0700
Squashed commit of the following:
commit 8a565b0282577508db00a9f6146e75d962b854f4
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 25 12:00:13 2016 -0700
@hide everything
Change-Id: I54411d1b0d9cd2ddb66acc1444c23b17b98e58a6
commit e55a1dd871a2c653bca300335ba9dcc78b3c5ea5
Author: Andreas Huber <andih@google.com >
Date: Tue Jul 19 11:19:07 2016 -0700
Squashed commit of the following:
commit c9ae58af694ae2c8451486fe83fab0f6e1398047
Author: Andreas Huber <andih@google.com >
Date: Tue Jul 19 10:10:56 2016 -0700
switch to a better way of finishing/sending stub transactions
Change-Id: I7e237f57f4dbd69d05caeb62de0876c40feaa1cf
commit 0af00b5c41bf808f31300a565467d463d8df0636
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 18 15:32:09 2016 -0700
exceptions >> assertions
Change-Id: I098d6e170525539b81aae5e8890c8460ec78df18
commit f5e1363c2e6b7713ae1460cd8dc22872deebedc4
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 18 11:57:04 2016 -0700
Squashed commit of the following:
commit b8716cdf75ac1785f6decb6d236d689c087889cd
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 18 11:56:35 2016 -0700
Support for {read,write}StringVector.
Change-Id: I816e4fc22afde960a481c0fb4c3d8531bffa6e56
commit 34279699169c9ba5fdc03055a863432a2edd1901
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 18 10:08:32 2016 -0700
LEGO -> Hw
Change-Id: Ib63ef44cfd13e5a2c3a358d055aad162163d8600
commit eb2b09c4a03ba785363a8b230a89718ef319c35b
Author: Andreas Huber <andih@google.com >
Date: Fri Jul 15 14:01:11 2016 -0700
Squashed commit of the following:
commit c657839a54cf6054e1983a59a59bfcc0854cc952
Author: Andreas Huber <andih@google.com >
Date: Fri Jul 15 12:55:04 2016 -0700
Support for {read,write}StringArray and stubs for {read,write}StringVector
Also refactored existing code to take advantage of HidlSupport.h
Change-Id: I55613d0c66706008d1f96576b9f7a500d52b2cd3
commit 5d29cd53c4f2a9fe0cdc9052e4041c92d0873042
Author: Andreas Huber <andih@google.com >
Date: Thu Jul 14 16:38:09 2016 -0700
Squashed commit of the following:
commit 0a7e49f20d18a7eebda889594cc1bc5511ce2fdc
Author: Andreas Huber <andih@google.com >
Date: Tue Jul 12 14:21:56 2016 -0700
support all primitive array and vector read/write operations on LEGOParcel
Change-Id: I200d1dccedc0fd752c297714e8e0df967fdb653b
commit e0401c2fabc548681d7fd304c09b4ca8838bb0b5
Author: Andreas Huber <andih@google.com >
Date: Tue Jul 12 09:53:42 2016 -0700
Added LEGOParcel.{read,write}{Int8,Int16}
Change-Id: I0d9cc149802837593db606692694dbce1b12e521
commit 9187f7a349c0861549df2c534803e03066d22b4a
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 11 16:10:50 2016 -0700
Better handling of temporary storage in JLEGOParcel
Change-Id: I31cdf7b6f1f4bd486661288346cf530c9e92beaa
commit dc2e5f6f0bb737c739e1dab356efeac945c000c3
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 11 14:18:09 2016 -0700
proper (read/writeBuffer based) marshalling of strings and int32 arrays
Change-Id: I2fadd2f831cc0acb50a41222525e71f29b57e79e
commit 6463a03074fa514ea8b7cb61e475c246e6136b43
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 11 13:13:31 2016 -0700
support for ILEGOBinder marshalling
Change-Id: I8ceea45dfcb8460e59a05999ccdcad319650dede
commit 8c26a006ded339043677d3607884da0abb3e742d
Author: Andreas Huber <andih@google.com >
Date: Fri Jul 8 16:42:38 2016 -0700
A quick and dirty fix for the
"storage must stay around until transact() returns" issue.
Change-Id: I75ac09391cdc23dcc6e154b32eff945f29d00cc0
commit df7d2c1e4e33d6554ab16e33c90bdf30ce2a136d
Author: Andreas Huber <andih@google.com >
Date: Fri Jul 8 08:48:31 2016 -0700
Squashed commit of the following:
commit c42764acbaefab5ffc829dd1a3b60aa252643ae6
Author: Andreas Huber <andih@google.com >
Date: Thu Jul 7 16:51:10 2016 -0700
An attempt at LEGOParcel.{read,write}Int32Vector
Change-Id: I9dc54828ad10c8cec8ca292db011925cd60893e2
commit faa502ac98d28f3eff10a4c16443059ca316c76b
Author: Andreas Huber <andih@google.com >
Date: Thu Jul 7 14:58:24 2016 -0700
Support for LEGOParcel.{read,write}{String,Int32Array}
Change-Id: I38317f22ff977bed2f8203c24333bbb7de6f1cc5
commit ba048b13eb014472130094fafd0fe982363d7add
Author: Andreas Huber <andih@google.com >
Date: Wed Jul 6 16:41:14 2016 -0700
LEGO{Binder,Parcel,RemoteBinder} java classes
Change-Id: If1098ab921a11bae8eca2a70a3c3070e4daa0ea2
2016-08-15 09:28:30 -07:00
Dianne Hackborn
c1b607df71
Docs only: N is no longer a shrug.
...
Change-Id: I6fa8f77d93f53b7969ec6aab4c7e9ca27d17d01f
2016-08-12 17:01:35 -07:00
Mark Lu
53415ff24e
docs: Fix typo and broken link in AsyncTask.java
...
Bug: 29323321
Change-Id: Ie3a62480bfee881083b5d266cbc1481fb148d237
2016-08-12 13:02:32 -07:00
Esteban Talavera
50421f1a38
Do not toggle OEM unlock if bootloader unlocked am: c48b20f8f1 am: 83583bd596
...
am: b9bef2fb7d
Change-Id: I87ffae46a63f1543b55e075cecffb1d2c2e1c160
2016-08-11 19:11:52 +00:00
Esteban Talavera
83583bd596
Do not toggle OEM unlock if bootloader unlocked
...
am: c48b20f8f1
Change-Id: Ic42a52cc9d71aa1192de0a052efb23a625673232
2016-08-11 18:54:14 +00:00
Jeff Sharkey
e2fc1055c5
Merge "Avoid caching services with missing binders."
2016-08-11 18:52:03 +00:00