Add a flag to enable() to start Bluetooth in restricted
mode. In restricted mode, all devices that are paired during
restricted mode are deleted upon leaving restricted mode.
Right now restricted mode is only entered while a guest
user is active
Bug: 27410683
Change-Id: I994a2933fd60301927ff2df65da634f81d4c9428
Adds a format in/out parameter to createVirtualDisplay so that the
device knows what format the consumer prefers, but can override it if
it is not capable of rendering to it.
Also adds a surface damage region to the setClientTarget call.
Bug: 22767098
Change-Id: I58801aed2d95fd7dbf63db2e303bc3079caaba25
Add a flag to enable() to start Bluetooth in restricted
mode. In restricted mode, all devices that are paired during
restricted mode are deleted upon leaving restricted mode.
Right now restricted mode is only entered while a guest
user is active
Bug: 27410683
Change-Id: I994a2933fd60301927ff2df65da634f81d4c9428
Documentation-only change that clarifies that in the case where the
client isn't compositing any of the layers, the buffer handle
provided to setClientTarget may be null, and that this should not be
treated as an error by the device.
Bug: 28569722
Change-Id: Ia5825eb0a80c7f838894642654db7d7be14a3b6b
am: ab93a6d -s ours
* commit 'ab93a6d6b681bf2bdcbd4cf4d20bb0c6412978d1':
DO NOT MERGE ANYWHERE Add new foreground load power hint.
Change-Id: I3c2200326c2878609403f3f92801aedca6391b33
am: ae4fc8f -s ours
* commit 'ae4fc8f4d4877c31d8d1925184427390d539c637':
DO NOT MERGE ANYWHERE Add new foreground load power hint.
Change-Id: I210ccf49820e3a10bed2ded67a7d92b36d10c9d0
This power hint allows the underlying hardware to be aware when an
intensive foreground activity is active, allowing for resources to be
adjusted accordingly.
Bug: 26987295
Change-Id: I834d2227c7f86e9426d0fab20910d565125bd184
- some properties can have separate propety control power state
and setting such property when it is powered off should
lead into returning error from hal. Define -ESHUTDOWN as
error code to use in such case.
bug: 28385609
Change-Id: I41c1519ad00b43a83f3aa4e5f0627d75d87a960b
- some cars supprot them as zoned property
- If there is only one global control, only one zone (VEHICLE_ZONE_ALL)
should be declared for the property.
- also fixed errata in VEHICLE_FLOAT_OUT_OF_RANGE_OFF
bug: 28285692
Change-Id: I35c81fef70d7dff080da9dd52c8d0bb97727e94b
Add a flag to enable() to start Bluetooth in restricted
mode. In restricted mode, all devices that are paired during
restricted mode are deleted upon leaving restricted mode.
Right now restricted mode is only entered while a guest
user is active
Bug: 27410683
Change-Id: I994a2933fd60301927ff2df65da634f81d4c9428
Changed module name back to sensors.$(TARGET_DEVICE) to assure
proper load ordering.
Fix use of GNU old-style field designator extension and a couple
type-mismatched comparisons.
Bug: 28251347
Change-Id: I7cf6cc1f78085b8b254729cd8ec42bdb20ea3f81
HAL info structure can not have pointers
Ideally this would become variable sized array,
but JNI is expecting fixed-size array here,
so, define reasonable size (2), which fits all the
known cases.
Change-Id: I1752d5bef9db60570b03a8dc8e54da2277aca95a
Signed-off-by: Alexey Polyudov <apolyudov@google.com>
also define some helper macros to simpify app id definitions
Bug: 28086503
Change-Id: Ib04069889b24d057db5fcd3a408c845951cafeea
Signed-off-by: Alexey Polyudov <apolyudov@google.com>
- added HVAC_POWER_ON property
- added special INT / FLOAT OUT_OF_RANGE values for
max / min / off state
- added dump call for debugging: necessary for debugging
- clarified subscribe behavior for ON_CHANGE type
VNS will make additional get call for checking initial
state.
- added clarification on possible -EAGAIN for set call
- added mute flag to allow muting radio from android
bug: 27721415
bug: 28022648
bug: 27971383
bug: 27971578
Change-Id: Ie9a7334b86ab53174b91a4dc651fd87ca17af3d9