| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
to include confidence" into klp-modular-dev
* commit 'ec9236ef18e13b40a1b28aa05b4d5f483cc6ab74':
Update definition of the heart rate monitor to include confidence
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
confidence" into klp-modular-dev
* commit 'ef2c616c4e45eaa1e621aa69bffb7438b1c64755':
Update definition of the heart rate monitor to include confidence
|
| | |\
| | | |
| | | |
| | | | |
into klp-modular-dev
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I88a8cddf647f77588a283c16d37f3f99ecda3115
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit 19f3696f852d6787076b70a7d31f5684ad2aa93f.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit 'b752c08d1366155783894accf75fd65548b101ff':
bt: add interface function to provide wakelock access
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* commit '19f3696f852d6787076b70a7d31f5684ad2aa93f':
bt: add interface function to provide wakelock access
|
| | |/
| | |
| | |
| | | |
Change-Id: I7ea173aee49ae7fdfe81a24a9b3666efc1c29ed4
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* commit 'f1ee67e1ea6d55e4621bbd418c15fdc1aac32a84':
camera3: Update the HAL spec for raw cropping behavior
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 15168075
Change-Id: I035fc833cb122a7caa4cf47a1d5be574d4727345
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added audio HAL functions to control audio routing and audio gain.
Audio HALs above version 3.0 must implement these functions.
These functions will be used by the framework instead of
out_set_parameters("routing"=XXX) for device selection on an output
or input stream.
They will also allow direct connection of input devices to output devices
as well as gain control on devices or streams.
The gain or routing capabilities are exposed in audio_polciy.conf file.
Change-Id: Ic293fd41d492e38e86bdc35e3ad93aa5deb0b48f
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Add a definition for the minimum audio HAL version supported
by the audio framework.
Change-Id: Id7df440cc9fcc23b27b61c81bacb569599a20c13
|
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit cbeca51023839d0ef4315cfced4b2d68618f5f0e.
Change-Id: I3f2130217ffd616099a017db2f26d3d112f2c1ea
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added a few more API:
- is_connected
- get_port_info
- set_option
- set_audio_return_channel
Also added another event type (tx_status) that reports the status
of transmission. The status is reported in asynchronous fashion
since the send operation can take longer due to bus conflict.
Change-Id: I75decb8451a23f8a8eda0895d58f22c45227c0b3
|
|\ \ \
| | | |
| | | |
| | | | |
remove match confidence."
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
match confidence.
Change-Id: I62ce57054b7e0cfda8aa260176e504113677d993
Signed-off-by: Sasha Levitskiy <sanek@google.com>
|
|\ \ \ \
| |/ / /
|/| | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add separate methods for enabling/disabling activities and rename activity constants.
Change-Id: I5986f6cf6ceb12a88f3d881ac5ccb6b9b50a2e58
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
ARC, Audio Return Channel is newly introduced in HDMI CEC 1.4.
Here is a list of new command
<Initiate ARC>
<Report ARC Initiated>
<Report ARC Terminated>
<Request ARC Initiation>
<Request ARC Termination>
<Terminate ARC>
Along with it replaced <Get OSD Name> with <Give OSD Name>
which is renamed in CEC 1.4.
Change-Id: I6a03b30cf90a8f6dca54831355be05682a6df96c
|
|/ / /
| | |
| | |
| | |
| | | |
Delete client_if from scan api's
Change-Id: If24cb134ae7204de69c8c89664ce34f9d59da76a
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Follow up from change Ibe4300275286ef275b2097534c84f1029d761d87
which extends comments to the nfc_nci_module_t and nfc_nci_device_t
structures.
Change-Id: I060bda450912ff3fc041027faa8f03c24e310870
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Inheritance of HAL object is performed by composing a child structure of a
single parent structure located at offset 0 followed by new data members
and function pointers in the child structure.
For example,
struct child {
struct parent common;
int a_data_member;
void (*a_method)(struct child *c, int v);
};
HAL code assumes this layout when accessing child structures given a pointer
to a parent structure such that users write code like the following...
void child_method(struct *parent, int v) {
struct child * c = (struct child*)parent;
// do stuff with c
}
Code above will break if a member is added before "common" in "struct child".
This change adds comments that describe the restriction on the location of
parent HAL objects within a derived HAL object. HAL objects that already
have comments that describe the required location of parent objects are not
modified.
Change-Id: Ibe4300275286ef275b2097534c84f1029d761d87
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
lock/unlock API"
* commit '7c05b1d8f9e01ac4b169533b502e1b9a35f4aeb9':
gralloc: Add asynchronous lock/unlock API
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '6f91ded57bf133fbf572cde2f5623bb8289f7eaa':
gralloc: Add asynchronous lock/unlock API
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'c63ec07b3ca11de8e0321a0875119427bb0bad86':
gralloc: Add asynchronous lock/unlock API
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The existing API exposed to clients for software lock/unlock forces the gralloc
implementation to complete these operations synchronously. This change adds new
entry points for lock/unlock functionality that is suited for use with Android's
explicit synchronisation concept. This provides scope for the gralloc module
to internally optimise the work it must do for lock/unlock and to hide this cost
from the client.
Change-Id: If4b1bb5490ab2b20d796214a7da8a96427cfe52d
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
asynchronous lock/unlock API""
* commit 'b283598bad4ce833b4f19f9526b9f4dc75d9d245':
Revert "gralloc: Add asynchronous lock/unlock API"
|
| |\ \ \ \ \
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
lock/unlock API""
* commit '06c19bd047d63adcf99094f6f0dd17b58150bba6':
Revert "gralloc: Add asynchronous lock/unlock API"
|
| | |\ \ \ \
| | | |/ / /
| | | | | |
| | | | | |
| | | | | | |
* commit '2d91d000bce3db23ac51888d109c9f29272ea96a':
Revert "gralloc: Add asynchronous lock/unlock API"
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This reverts commit 2861789f4febe67e39de449488681edf3e98b6e2.
Change-Id: I334b8ca9b9fdef510df514c18aabb6a593dfaa75
|
|\ \ \ \ \ \
| |/ / / / /
| | | | / /
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
lock/unlock API"
* commit '62cff27d48eada351ea952e5b960ab2f2c15b1d3':
gralloc: Add asynchronous lock/unlock API
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | | |
* commit '5a1ca138be2e45284a3a5ad33977ee774a57a56d':
gralloc: Add asynchronous lock/unlock API
|
| | |\ \ \
| | | |/ /
| | | | |
| | | | |
| | | | | |
* commit 'e79f167e4a997b92d2da8e14a8a78c557503b48a':
gralloc: Add asynchronous lock/unlock API
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The existing API exposed to clients for software lock/unlock forces the gralloc
implementation to complete these operations synchronously. This change adds new
entry points for lock/unlock functionality that is suited for use with Android's
explicit synchronisation concept. This provides scope for the gralloc module
to internally optimise the work it must do for lock/unlock and to hide this cost
from the client.
Change-Id: I6c41f4a532b705fc76c7777b2f04ea293506b381
|
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | | |\ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
bluedroid is doing."
* commit '5d082f1826cd5b72cd2a0eb0116c8a613d7555dd':
Fix PAN control callback definition to match what bluedroid is doing.
|
| | | |\ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
support service data and service uuids." into klp-dev
* commit '56910cf52332219c6a23bc12596b261c127d93bf':
DO NOT MERGE BLE peripheral mode (1/4): change HAL to support service data and service uuids.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
and service uuids.
Cherry picking ble advertising changes from master to KLP MR2.
b/13137996
Change-Id: I19a3755a4ed16e1ae03368cecee97773c05c1770
|
|\ \ \ \ \ \ \ |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Change-Id: I6c3ed7d1d088d2ac48493a835912617f1f655a37
|
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Support for passing preferred transport for GATT connections as part of
Connect APIs
Change-Id: I83ba256574234c0a15a4bff48bcffa2e237c9393
|
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This patch adds multi hf support in HAL
Adds bd_addr parameter for callbacks from stack.
Change-Id: I960bc127026d7e96dea79316e1f03b0b0915974a
|
|\ \ \ \ \ \ \ \ |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Change-Id: Ib0adda9bce0719eb47d41dc7c77f4bd9576311a9
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
|
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Change-Id: Ia84dfe487bfdea227d5ae856f7e44b021dac1f19
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Change-Id: Ic3c223488aa4a0d66b07ae3065e59f8e2fe69ceb
|