summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix block mode numbering (CTR got added as 4 rather than 3)Shawn Willden2015-06-011-8/+3
| | | | Change-Id: I8c886c67ba081255ef18eb0f99ca1e6003fabb33
* Add output params to update() and finish().Shawn Willden2015-06-011-15/+16
| | | | | | | Also, change signatures of several methods to pass structs rather than array pointers and lengths. Change-Id: Iaa1be186ebbd444202c47926ab57ac65d57416d7
* Merge "Camera3: SHUTTER event for reprocessing" into mnc-devChien-Yu Chen2015-06-011-9/+17
|\
| * Camera3: SHUTTER event for reprocessingChien-Yu Chen2015-06-011-9/+17
| | | | | | | | | | | | | | | | | | Clarify that the SHUTTER event should be sent when HAL start processing a reprocess request but the timestamp should be the input image's start of exposure. Bug: 21112186 Change-Id: I5bd32b749adc5e82e9a311ec4b123fd807a30d36
* | gralloc: Add foreign buffer usage flagDan Stoza2015-05-291-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds GRALLOC_USAGE_FOREIGN_BUFFERS, which a consumer may set as a usage flag if it intends to attach buffers that it has not detached from the BufferQueue. It provides a hint to the producer (who may query the consumer usage bits) that it may receive a buffer from another BufferQueue, so that it can exit during initialization, hopefully with a meaningful error message, if such buffers are not supported. Also adds GRALLOC_USAGE_ALLOC_MASK, which is applied to usage bits before calling alloc on the gralloc module, and prevents the module from seeing GRALLOC_USAGE_FOREIGN_BUFFERS, since that usage flag is of no use while allocating buffers. Bug: 19801661 Change-Id: I17b927de94245f4df7cfd3f4483b544da3e9cd35
* | Merge "camera3: add camera3 stream configuration mode" into mnc-devZhijun He2015-05-291-0/+97
|\ \
| * | camera3: add camera3 stream configuration modeZhijun He2015-05-281-0/+97
| | | | | | | | | | | | | | | | | | | | | This will be used for creating high speed capture session. Bug: 21442271 Change-Id: I51feaec83de3d402decca7e4da79be85844536b4
* | | Merge "Implement timestamp reporting functions" into mnc-devJean-Michel Trivi2015-05-291-5/+52
|\ \ \ | |/ / |/| |
| * | Implement timestamp reporting functionsJean-Michel Trivi2015-05-281-5/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Count number of frames that have been written, reset on standby. The presentation position is the number of written frames minus the frames still in the pipe (they were written but not presented). Bug 21198864 Change-Id: I00ef10f56a825555e7a970cce1504a9bd3744e04
* | | Merge "Reduce pipe length" into mnc-devJean-Michel Trivi2015-05-271-1/+1
|\ \ \ | |/ /
| * | Reduce pipe lengthJean-Michel Trivi2015-05-271-1/+1
| |/ | | | | | | | | | | Bug 21198864 Change-Id: I5bb7ba20c4e2d294363a3a4487f4e3ae634ada46
* | add request re-enroll to HAL APIAndres Morales2015-05-211-3/+6
|/ | | | | | | devices may want to request an upgrade to a newer pasword handle version Change-Id: I34c731c81406e29961cff1fcccdefad02cff1237
* Merge "Fingerprint: Clean up documentaion for template delete." into mnc-devSasha Levitskiy2015-05-161-4/+2
|\
| * Fingerprint: Clean up documentaion for template delete.Sasha Levitskiy2015-05-151-4/+2
| | | | | | | | | | Change-Id: Ibe991d5f5e4bb77a859284a8f890a6bccc663448 Signed-off-by: Sasha Levitskiy <sanek@google.com>
* | Merge "[gatekeeper] document timeout requirements" into mnc-devAndres Morales2015-05-151-2/+11
|\ \ | |/ |/|
| * [gatekeeper] document timeout requirementsAndres Morales2015-05-141-2/+11
| | | | | | | | | | | | | | | | | | | | GateKeeper may throttle the user, document the return value of calls in this case. No code changes. Bug:21118563 Change-Id: Idd6c392d01c22627f828d86dd219a4a1d6e81439
* | Fingerprint: Add enumerate function to FP HALSasha Levitskiy2015-05-121-0/+22
| | | | | | | | | | Change-Id: I4a1da563a96a1e097ea56e0dced8c02820aa8485 Signed-off-by: Sasha Levitskiy <sanek@google.com>
* | Merge "Remove unused data conversion functions from usb hal" into mnc-devAndy Hung2015-05-121-68/+0
|\ \
| * | Remove unused data conversion functions from usb halAndy Hung2015-05-111-68/+0
| | | | | | | | | | | | Change-Id: I4ccf8441171ad796e8954b1960f76411ebb86e9d
* | | Merge "Add output channel index mask to USB hal" into mnc-devAndy Hung2015-05-121-7/+18
|\ \ \ | |/ /
| * | Add output channel index mask to USB halAndy Hung2015-05-111-7/+18
| | | | | | | | | | | | Change-Id: I17818ac89f7ca591422cadfaa388590ff9c08613
* | | Merge "Add multichannel input to USB hal" into mnc-devAndy Hung2015-05-121-65/+35
|\ \ \ | |/ /
| * | Add multichannel input to USB halAndy Hung2015-05-111-65/+35
| |/ | | | | | | Change-Id: I297669f7ba5a711923cf2f371d161819fad04740
* | Bluetooth native dumpsys logging support (1/5)Andre Eisenbach2015-05-121-0/+6
| | | | | | | | | | Bug: 18508263 Change-Id: Id7b69a6ed7d817a0f048cb8ebf0889c600171926
* | Add KM_TAG_BOOTLOADER_ONLY.Shawn Willden2015-05-121-6/+7
| | | | | | | | | | Change-Id: Ia507a1378487640683985dbce2e76679261900d3 (cherry picked from commit 3eed99a54b55a120c835de63b5872121b2fe98d1)
* | Remove rescoping.Shawn Willden2015-05-122-44/+2
| | | | | | | | | | | | | | | | | | Rescoping was never a very good solution to the problem of supporting multiple sets of authorizations for a given key material. For M we're removing it and in the future a better solution will be provided. Change-Id: I6f7585274487bd66e4d90e89014af41e9aa30411 (cherry picked from commit 7f10ab99fc63e99252d924b9e0bdfefef5374b40)
* | Fingerprint: Add storage path to set_active_group()Sasha Levitskiy2015-05-071-2/+5
|/ | | | | Change-Id: Ic6e7ad21cd3a253a38a6291bf08517c7e441af2b Signed-off-by: Sasha Levitskiy <sanek@google.com>
* Merge commit '5122502' into master_mergePrerepa Viswanadham2015-05-012-1/+27
|\
| * LE low power scan featureSatya Calloji2015-04-172-1/+27
| | | | | | | | | | | | | | | | LE low power extended scan feature header changes based on Google spec v0.95 Bug: 20029342 Change-Id: Id1020a4da177d0bc421fdd123c5355a291cc0475
* | Add KM_ERROR_CALLER_NONCE_PROHIBITED error code.Shawn Willden2015-04-291-0/+1
| | | | | | | | | | Bug: 20127433 Change-Id: I32eab62459003c526d3cf9ef108be7b2fd709960
* | Merge "Update documentation related to A-GPS modes." into mnc-devdestradaa2015-04-281-1/+10
|\ \
| * | Update documentation related to A-GPS modes.destradaa2015-04-281-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | MS-Assisted has only be supported for legacy reasons for a while now. This change moves gps.h in a direction where MS-Based (on device computation with AGPS/Supl support) is the preferred mode to compute locations in the device. Change-Id: Id34a84bae79be52a435b78d249fb5b86a5f6b090
* | | fm radio HAL: fix metadata handlingEric Laurent2015-04-271-17/+35
|/ / | | | | | | | | | | | | Fix potential crash due to list item removal while processing metadata or cancel command. Change-Id: I0c5552fcfc515e9591ce77f874c7450edb0dbf72
* | am 067f3f78: am 35550a10: Merge changes from topic \'system-bt\'Ed Heyl2015-04-260-0/+0
|\ \ | | | | | | | | | | | | | | | | | | * commit '067f3f78d0ca6adea84a120aeaaca2e5e04fce5c': L2CAP and SDP Search API for BT profiles (1/2) Incorrect RSSI value in onlost/onfound OnFound/OnLost feature API changes based on spec v0.90
| * \ am 35550a10: Merge changes from topic \'system-bt\'Ed Heyl2015-04-255-20/+237
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '35550a1030879bd3cb74f10f0cadb6e6f660bffb': L2CAP and SDP Search API for BT profiles (1/2) Incorrect RSSI value in onlost/onfound OnFound/OnLost feature API changes based on spec v0.90
| | * \ Merge changes from topic 'system-bt'Ed Heyl2015-04-255-20/+237
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: L2CAP and SDP Search API for BT profiles (1/2) Incorrect RSSI value in onlost/onfound OnFound/OnLost feature API changes based on spec v0.90
| | | * | L2CAP and SDP Search API for BT profiles (1/2)kschulz2015-04-233-12/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added interface to create SDP records, to allow the upper layers to set the content of the SDP record, including both a RCFOMM channel and a l2cap PSM. Change-Id: I7c47848a10b3d3091afbeadb4de8a8d7ea812288
| | | * | Incorrect RSSI value in onlost/onfoundSatya Calloji2015-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for signed value in onlost/onfound Bug: 19891550 Change-Id: Idee4c566fe0d6f10a87c92f5bf03743fddbe2261
| | | * | OnFound/OnLost feature API changes based on spec v0.90Satya Calloji2015-04-233-8/+67
| | |/ / | | | | | | | | | | | | | | | | Bug: 19609671 Change-Id: Id28e188159aa41c940723fb5b12cade0a48e506b
* | | | Fingerprint: Add an API to get authenticator idSasha Levitskiy2015-04-163-3/+26
| | | | | | | | | | | | | | | | | | | | Change-Id: If45ebc228425eaa43bf9abde934f8bb4e7d97e6c Signed-off-by: Sasha Levitskiy <sanek@google.com>
* | | | Add input HAL methods for getting device properties.Tim Kilbourn2015-04-163-0/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A property map holds the collection of the properties for a given device identifier. HAL modules allocate and release these property maps to control the lifetime of the data. The host will typically open and read the corresponding idc file on allocation, and release these resources when it is freed. Change-Id: Ia13ec7b7abf1a79eeed87dc744c174a37f1fb8a9
* | | | Merge "Camera: Add HAL module init method."Eino-Ville Talvala2015-04-164-2/+40
|\ \ \ \
| * | | | Camera: Add HAL module init method.Eino-Ville Talvala2015-04-154-2/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For use by Camera HAL libraries to perform one-time initialization steps after the library is loaded. Bug: 20016050 Change-Id: Ia01ae0eafcadece9124ac2cfcc3b1c3939352843
* | | | | Merge "Remove custome sensors from sensors.h"Ashutosh Joshi2015-04-161-36/+14
|\ \ \ \ \
| * | | | | Remove custome sensors from sensors.hAshutosh Joshi2015-04-151-36/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Custom sensors should not be included in sensors.h Change-Id: I553fbe3dd41eaaa70628184f5a0b9499699f17bc
* | | | | | am 9a92a7b..9a92a7b from mirror-m-wireless-internal-releaseVinit Deshpande2015-04-153-12/+170
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | 9a92a7b L2CAP and SDP Search API for BT profiles (1/2)
| * | | | L2CAP and SDP Search API for BT profiles (1/2)kschulz2015-04-103-12/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added interface to create SDP records, to allow the upper layers to set the content of the SDP record, including both a RCFOMM channel and a l2cap PSM. Change-Id: I7c47848a10b3d3091afbeadb4de8a8d7ea812288
* | | | | am 7ff6445c: am 8fcb7ee2: Merge "HWC 1.5: Add per-layer damage region"Dan Stoza2015-04-152-3/+25
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | * commit '7ff6445c7ae2c1f66dda17f5a5ee5ba53f23d796': HWC 1.5: Add per-layer damage region
| * | | am 8fcb7ee2: Merge "HWC 1.5: Add per-layer damage region"Dan Stoza2015-04-152-3/+25
| |\ \ \ | | | |/ | | |/| | | | | | | | | * commit '8fcb7ee243889b27eadfb0ce4142f40e7ce62e1f': HWC 1.5: Add per-layer damage region
| | * | Merge "HWC 1.5: Add per-layer damage region"Dan Stoza2015-04-152-3/+25
| | |\ \