summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | HWC 1.5: Add per-layer damage regionDan Stoza2015-02-252-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds an array of rects to hwc_layer_1_t that define which portions of that layer's source buffer have been modified. If there are a non-zero number of rects, then any portion of the source buffer not touched by one of the rects may safely be assumed to not have been modified. If no rects are defined, then the whole source buffer must be assumed to have been modified. Change-Id: Id5efafee74602ed7d76609180e334ed203c23f7e
* | | | | Merge "Complete updates to gps.h to enhance the definition of GPS ↵destradaa2015-04-141-7/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Measurements interface. b/19938206"
| * | | | | Complete updates to gps.h to enhance the definition of GPS Measurements ↵destradaa2015-04-141-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interface. b/19938206 Change-Id: I9dc863e9333507d5603eee3951b0a2b7c8c2b299
* | | | | | Merge "Change struct offsets tests"Ashutosh Joshi2015-04-141-1/+2
|\ \ \ \ \ \
| * | | | | | Change struct offsets testsAshutosh Joshi2015-04-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the structure offset tests to account for the addition of a new member in a sensors device structure. Change-Id: I2ef7b82446b09b32f903346bbc9b857a99d80043
* | | | | | | Merge "Fingerprint: Add auth token to enroll"Sasha Levitskiy2015-04-142-15/+7
|\ \ \ \ \ \ \
| * | | | | | | Fingerprint: Add auth token to enrollSasha Levitskiy2015-04-142-15/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ied10a03213b8473b1a625229a75b7af6126d635a
* | | | | | | | Merge "Sensors HAL changes"Ashutosh Joshi2015-04-141-1/+68
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | |_|/ / / / / |/| | | | | |
| * | | | | | Sensors HAL changesAshutosh Joshi2015-04-141-1/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding HAL changes for the following i) a method to place the HAL in a special mode. Expect to use this method for data-injection. ii) a method to inject sensor data into the sensors subsystem. iii) New sensor type for a SYNC event (google custom sensor). iv) New sensor type for a nudge gesture (google custom sensor). Change-Id: Idf0479b6301c5363cf51938e23aabc790b69fa96
* | | | | | | Make updates gps.h to enhance the definition of GPS Measurements interface.destradaa2015-04-141-5/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/19938206 The changes have been worked out after working with two partners to implement the interface. The need of the additional flag is required, given that each partner can only provide one type of pseudorange rate (corrected vs uncorrected). Change-Id: I2d3bdffe5c24f8df97b33111a6753cc7b0f2b3d9
* | | | | | | am 6c93927d: am 4827279c: Merge "Add KM_ORIGIN_UNKNOWN."Shawn Willden2015-04-141-1/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | | * commit '6c93927dd390abcf0e6254a38ef2c0f14fc1a51e': Add KM_ORIGIN_UNKNOWN.
| * | | | | am 4827279c: Merge "Add KM_ORIGIN_UNKNOWN."Shawn Willden2015-04-141-1/+5
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | * commit '4827279cecbb5160788ac0cd923eb6b16f61b81e': Add KM_ORIGIN_UNKNOWN.
| | * | | | Merge "Add KM_ORIGIN_UNKNOWN."Shawn Willden2015-04-141-1/+5
| | |\ \ \ \
| | | * | | | Add KM_ORIGIN_UNKNOWN.Shawn Willden2015-04-131-1/+5
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This designates keys whose origin cannot be determined because the keymaster implementation is old and did not record it. Change-Id: I3c366d527ed211c59f6dc04ddb48f3e9b3a07c7d
* | | | | | Add ability to flush FLP HAL batched locations buffer.David Christie2015-04-131-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently GmsCore has to guess how many locations to retrieve based on requested frequency and then demux the output looking for timestamps (that aren't monotonically increasing). This capability gives GmsCore a more graceful solution. Change-Id: If2d054c09efc98e33e357796bbfcd37c91b24ec8
* | | | | | Add a status callback for FLP HAL batching.David Christie2015-04-131-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Allows GmsCore to know if location batching is unsuccessful so it can switch to a SW solution. Change-Id: I5a01d44fdcf6daa07d6b40cf95a674e98179bf00
* | | | | | Merge "Add support for capability querying in the FLP HAL"David Christie2015-04-141-2/+39
|\ \ \ \ \ \
| * | | | | | Add support for capability querying in the FLP HALDavid Christie2015-04-131-2/+39
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Change-Id: I93ebdbdaf7dc0b2ddf1a7e7a089073db51cd15c3
* | | | | | am 9e4985e8: am 845ffcea: Merge "hw_auth_token: make timestamp 64 bits"Andres Morales2015-04-131-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | * commit '9e4985e8cb40e6e53a01a1080c210c0c09be305f': hw_auth_token: make timestamp 64 bits
| * | | | | am 845ffcea: Merge "hw_auth_token: make timestamp 64 bits"Andres Morales2015-04-131-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | * commit '845ffceadc0d68ac806ebd6a1811bb43019aefb6': hw_auth_token: make timestamp 64 bits
| | * | | | Merge "hw_auth_token: make timestamp 64 bits"Andres Morales2015-04-131-1/+1
| | |\ \ \ \
| | | * | | | hw_auth_token: make timestamp 64 bitsAndres Morales2015-04-131-1/+1
| | |/ / / / | | | | | | | | | | | | | | | | | | Change-Id: I1f871300cd2edb407479e1e38284b068db364b38
* | | | | | Merge "add challenge to gatekeeper hal"Andres Morales2015-04-121-1/+5
|\ \ \ \ \ \
| * | | | | | add challenge to gatekeeper halAndres Morales2015-04-091-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iffd250233c9ec2a28682f018984e28531bd83e7a
* | | | | | | Merge "Merge commit '3de70a1d6a1b8c0e7febce5e8fc4f0b3ad400b7d' into merge_work"Prerepa Viswanadham2015-04-123-8/+67
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit '3de70a1d6a1b8c0e7febce5e8fc4f0b3ad400b7d' into merge_workPrerepa Viswanadham2015-04-103-8/+67
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Incorrect RSSI value in onlost/onfoundSatya Calloji2015-03-271-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-03-273-8/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 19609671 Change-Id: Id28e188159aa41c940723fb5b12cade0a48e506b
* | | | | | | | Clean up FingerprintManager API and make it public.Jim Miller2015-04-113-10/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I416dcc42fd70926875cc77e0c2cc958fdfcd9f9d
* | | | | | | | am fb4a1850: am 8632c99f: Merge "Add HW_AUTH_TOKEN_VERSION constant"Andres Morales2015-04-110-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | * commit 'fb4a18508dc92dac91d747496562ecdc910ef4dd': Add HW_AUTH_TOKEN_VERSION constant
| * | | | | | | am 8632c99f: Merge "Add HW_AUTH_TOKEN_VERSION constant"Andres Morales2015-04-111-0/+2
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | * commit '8632c99f9bace571fe7408fe6be5c5712e449ca8': Add HW_AUTH_TOKEN_VERSION constant
| | * | | | | | Merge "Add HW_AUTH_TOKEN_VERSION constant"Andres Morales2015-04-111-0/+2
| | |\ \ \ \ \ \
| | | * | | | | | Add HW_AUTH_TOKEN_VERSION constantAndres Morales2015-04-111-0/+2
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic01da2b9ed8efcdba7750d8ca7fe2321d9047b68
* | | | | | | | am 5d6b0b41: am e7444884: Merge "Make several key crypto parameters repeatable."Shawn Willden2015-04-101-6/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '5d6b0b41808e69c644cbc85d90a5842d5563e3dc': Make several key crypto parameters repeatable.
| * | | | | | | am e7444884: Merge "Make several key crypto parameters repeatable."Shawn Willden2015-04-101-6/+6
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e7444884c759b066c65e0be32a7e753c0c667709': Make several key crypto parameters repeatable.
| | * | | | | | Merge "Make several key crypto parameters repeatable."Shawn Willden2015-04-101-6/+6
| | |\ \ \ \ \ \
| | | * | | | | | Make several key crypto parameters repeatable.Shawn Willden2015-04-101-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that there's a pre-requisite to landing this CL: The Nexus 9 keystore.flounder.so must be modified to translate between new and old tag numbers when the TEE side is version 0. Bug: 19509156 Change-Id: Ic584d8a6bf5601f9754563b67b3cc6b3ca6b5ff9
* | | | | | | | | am b9554eed: am 614e69d4: Merge "Correct return type of delete_all_keys."Shawn Willden2015-04-101-3/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b9554eedc782391eb5304c03a0bf8f01b0280499': Correct return type of delete_all_keys.
| * | | | | | | | am 614e69d4: Merge "Correct return type of delete_all_keys."Shawn Willden2015-04-101-3/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '614e69d4a212c1e9bddecb2cb2183d20117a8650': Correct return type of delete_all_keys.
| | * | | | | | | Merge "Correct return type of delete_all_keys."Shawn Willden2015-04-101-3/+1
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | Correct return type of delete_all_keys.Shawn Willden2015-04-101-3/+1
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic868882a4b456913879f91562442ef233a58d09e
* | | | | | | | am 94269ea0: am 6950fae4: Merge "Simplify keymaster_key_origin_t."Shawn Willden2015-04-101-4/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | / / / / / | |_|/ / / / / |/| | | | | | * commit '94269ea08086df37d4a358a802c292742cb75850': Simplify keymaster_key_origin_t.
| * | | | | | am 6950fae4: Merge "Simplify keymaster_key_origin_t."Shawn Willden2015-04-101-4/+5
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | * commit '6950fae4646752f79f42d6a7335f58c33ce4c20d': Simplify keymaster_key_origin_t.
| | * | | | | Merge "Simplify keymaster_key_origin_t."Shawn Willden2015-04-101-4/+5
| | |\ \ \ \ \
| | | * | | | | Simplify keymaster_key_origin_t.Shawn Willden2015-04-101-4/+5
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaba6156f238ea3bb1ad103b88ccea17344d296af
* | | | | | | am cc521ead: am 3f3b9790: Merge "Reduce the list of keymaster key formats to ↵Shawn Willden2015-04-101-4/+3
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the required set." * commit 'cc521eada2f2926791eb42a369a1e2151fe18a33': Reduce the list of keymaster key formats to the required set.
| * | | | | | am 3f3b9790: Merge "Reduce the list of keymaster key formats to the required ↵Shawn Willden2015-04-101-4/+3
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set." * commit '3f3b9790739a287223cfd63bc72e6b19635dced5': Reduce the list of keymaster key formats to the required set.
| | * | | | | Merge "Reduce the list of keymaster key formats to the required set."Shawn Willden2015-04-101-4/+3
| | |\ \ \ \ \
| | | * | | | | Reduce the list of keymaster key formats to the required set.Shawn Willden2015-04-091-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3a0830ab2066d4c16c084d19040ec98e520896d4
* | | | | | | | am b0759b61: am def4b59e: Merge "Reduce the list of keymaster padding modes ↵Shawn Willden2015-04-101-8/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to the required set." * commit 'b0759b61f8714fb2ff3aa6f89f60e55a3d878ec5': Reduce the list of keymaster padding modes to the required set.