| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update the torch status callback API so that HAL must invoke
the torch status callback whenever the torch status changes
including changes by set_torch_mode().
The problem of the previous approach was camera service needed
to invoke the callback after calling set_torch_mode() and two
sources of the torch status changes (HAL and camera service)
caused a race condition.
Add STATUS_ON and remove STATUS_AVAILABLE which isn't useful
because STATUS_OFF means torch is off and available. STATUS_ON
means torch is on and available.
Bug: 2682206
Change-Id: Ide5d289c5f485404a3ba46e6cb359fa8a52da0bb
|
|
|
|
|
|
|
|
| |
To match the public API, seperate camera device in use and other
resources in use errors.
Bug: 2682206
Change-Id: Ie0451931f0c84fc65f3f6294a9f44bec10627afe
|
|
|
|
|
|
| |
Also bump the HAL version to 3.3 for reprocessing spec update
Change-Id: I37eda90970eace23c42ba9106d4db1587df8d1b4
|
|
|
|
|
|
|
|
|
|
| |
Add TORCH_MODE_STATUS_OFF for the case when HAL has to turn off the
torch mode that was turned on by a previous set_torch_mode() call
in order to turn on the torch mode for the current set_torch_mode()
call.
Bug: 2682206
Change-Id: Ia2f717ffaca8c4346ec5fcdf73895160f700f067
|
|
|
|
|
|
|
|
|
| |
- Add necessary metadata to the camera_info structure to allow
the camera service to determine which devices can be safely
opened and used simultaneously without attempting to open
camera devices.
Change-Id: I4250b4c7e1296ebf4cab07355d6d3be01f17ba1e
|
|
|
|
|
|
| |
Update camera module API 2.4 for usb camera support.
Change-Id: Id8329e31ad0622bdc06c60e87e97c742a9719b3b
|
|
|
|
|
|
|
|
| |
Add torch mode APIs to support flashlight without opening any
camera devices.
Bug: 2682206
Change-Id: Ida46bb878962caf305f3e97051b15e0465fe8c02
|
|\
| |
| |
| | |
lmp-mr1-dev
|
| |
| |
| |
| |
| | |
Bug: 19179927
Change-Id: I53886f8d1a3a998b958f031b04ddd4cbf19aad2c
|
|/
|
|
|
|
|
|
|
| |
Add audio parameter key for device connect.
Bug: 17785277
Bug: 19214836
Change-Id: Icd81702634e0bd83645d89c2d65e2b303fc11f8c
(cherry picked from commit 55c07c3418a3bc19a72c4935d8ed57a57074c49a)
|
|
|
|
|
|
|
|
| |
INPUT stream is not used by framework-implemented ZSL (HAL3.2), the sample
use case description is incorrect.
Bug: 19197776
Change-Id: I247ad8755b2197c2a62cc109c151749b42a4bd49
|
|
|
|
|
|
|
|
|
| |
Added a flag to pass system language information to HAL so that it can
respond to <Get Menu Language> in standby mode.
Bug: 19054079
Change-Id: Iada00307202f5c9429944184b62b6456b624125a
|
|
|
|
|
|
|
|
|
| |
This CL addresses the cases where TV has more than one ARC-supported
HDMI ports.
Bug: 18781204
Change-Id: I4eaeb755caf2552b826a7322d19ee671407ee43f
|
|
|
|
|
|
|
|
|
| |
When a client requests to update the LE transport MTU, the server
currently does not get notified and can therefor not properly size
notifications appropriate to the current MTU.
Bug: 18388114
Change-Id: I136f32cba48da3302e13fb9a9ec81b8e01712138
|
|\
| |
| |
| | |
HAL. b/16727892" into lmp-mr1-dev
|
| |
| |
| |
| |
| |
| | |
b/16727892
Change-Id: I73d3ea3e743846b9e579c78b80d7a393319c09f1
|
|\ \
| |/
|/|
| | |
lmp-mr1-dev
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Adds the setFeature callback which could be used to enable/disable
power as well as performance specific features.
POWER_FEATURE_DOUBLE_TAP_WAKE is added which uses the setFeature
callback to enable/disable the double-tap feature.
Bug: 16875464
Change-Id: I5ed9b5be8fddedf9861eedd962def421d9fac5bf
|
|\ \ |
|
| |/
| |
| |
| |
| | |
Bug: 18047715
Change-Id: I63fd594d3380f92fce3224a258060ca2bf37e79b
|
|/
|
|
|
|
|
|
|
|
|
| |
The HW A/V sync ID is retrieved from the HAL by calling
global get_parameters() with key AUDIO_PARAMETER_HW_AV_SYNC.
After the output stream is opened, the HW A/V sync ID is communicated
by stream set_parameters() with key AUDIO_PARAMETER_STREAM_HW_AV_SYNC.
Bug: 17112525.
Change-Id: Id1e3a3aa1e88d15461a609b381ca8c1902735a29
|
|
|
|
|
|
|
| |
And deprecate older HALs.
Bug: 17445920
Change-Id: I37a5e53fda3c93080e37ec848f84c702a2c9120b
|
|
|
|
|
|
|
|
| |
i) on-change sensors should set maxDelay.
ii) Drivers should hold a wake_lock till poll() is called
the next time when delivering events from wake-up sensors.
Change-Id: I4b137843d5c857f04601618548306a710fbfbe5c
|
|\
| |
| |
| | |
Change-Id: I2a053d02e3c198d519d6306809f81ff601169151" into lmp-dev
|
| |
| |
| |
| | |
Bug: 17110478
Change-Id: I2a053d02e3c198d519d6306809f81ff601169151
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
include/hardware/sensors.h
Change-Id: I21517f717761af7f52c003d535e86059ebb75f05
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* commit '74279e3c23bd62c70d53098be91db85df5a68ece':
Adding information about the first activation
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: If5759749c5e6a88dcaf5ab600c9086b056c3908a
|
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Bug 17136569
Change-Id: I94bdbe037533a3fd77f249fdd42f4d828d3bf87f
|
| | |
| | |
| | |
| | | |
Change-Id: Ibc3f643a22163f734ba0ca912f011decf55d9bfa
|
| | |
| | |
| | |
| | |
| | | |
bug: 16818625
Change-Id: Ifcda8cd4e80a7377a6b5b138b9c7a5a2275af153
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I14006aa96758c285a1d88aef12df11cf28598028
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 16132368.
Change-Id: Id76ce254b73ea11316cc684399de8d9c520c9b9b
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into lmp-dev
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I2ed41f2c048cfe82a539b3a4e955305787731a95
|
|/ / / /
| | | |
| | | |
| | | | |
Change-Id: I8373ace899444c138907aaecc0f067188b0a7d90
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: Iabe4bb064d88d9fcecc1a31e609cb8b77ebdd5ad
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
b/16653133
Change-Id: Icd7a3de6161669f4c54c6042bf80314e72f5f0ff
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ibdbe102bd49dbf228af5d4327b1868849c9d754e
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Pass device address (and audio source for inputs) to
open_output_stream() and open_input_stream() audio HAL functions.
Bug: 14815883.
Change-Id: I5535677db3f3027917a31a7ed5c0a4c6bc013639
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 0e956a7cd2dee76b762320c141960ffdb64d24eb.
The decision was to revert to the old behavior where retransmission
will be handled by HAL for efficiency.
Change-Id: If165b60c0408ea1015b83806f6bf21e18b15bc7f
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This HAL was intended to support doze mode but it is currently
unused and it's best for it to stay that way.
Bug: 16516536
Change-Id: I4f442e27d68f18ff322afd4c1debd2f392687e80
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 16542494
Change-Id: Ia03f981d134e0f4f2de909f8ab158b28931a1dc0
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
lmp-dev
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Not previously documented, though already assumed to be this.
Bug: 16514157
Change-Id: I9334fdf672c9772014681a5c346a6f20b51d8213
|
|\ \ \ \ \ |
|