- Aug 25, 2016
-
-
Alex Deymo authored
The Status object needs to be converted to a string before printing. Bug: 31098727 Test: `make dist` Change-Id: Ic226a95a33edee296198d4bb1ee98a670dbb8b9b
-
Ari Hausman-Cohen authored
BUG: 28935775 TEST: program compiles (cherry picked from commit e60fd1d098e406db4a92fe49f5c484c41ad09d73) Change-Id: I55d5fba3ed17f426f2133f7a8d0016e56d1c555f
-
Alex Deymo authored
This reverts commit 1c6c51d9. Bug: 31098727 Change-Id: I9704e406dde2055536c68481b2cb1c45e8085762 Test: `make`
-
- Aug 24, 2016
-
-
Alex Deymo authored
Bug: 31068573 Change-Id: I839a06f5190283f56bd04e389a33233a28d60c85 Test: `make dist`
-
- Aug 01, 2016
-
-
Dan Willemsen authored
Replaced with PRODUCT_PACKAGES_ENG in brillo_base.mk Change-Id: I1a1e888ec0b1a2a0b734f95de3701e85592ddcee
-
- May 26, 2016
-
-
Luis Hector Chavez authored
The new libchrome has been ported from Chromium and some APIs have changed. Make necessary changes at call sites. BUG=28985443 Change-Id: I2c62cf4a33e45cf05a8625a489f262072d876589
-
- Apr 13, 2016
-
-
Christopher Wiley authored
This polutes the global namespace and causes problems when libchrome and libbase bring ::base and ::android::base into view. Bug: 28117776 Change-Id: I146f696b0329e79a07abd2c383cfb5bbed4717ba Test: Compiles
-
- Feb 25, 2016
-
-
Christopher Wiley authored
Bug: 23631807 Test: Running this code on a brilloemulator claims to have taken a picture Change-Id: I8d43fe7ed7b72f6293c57c08addef5fc1354f01f
-
- Feb 08, 2016
-
-
Ralph Nathan authored
We want the sensor examples to be built for all Brillo eng targets. BUG=26980523 Change-Id: I09e15d01b88d732563f5ce32cd8757d086c020a3
-
- Feb 04, 2016
-
-
Alex Deymo authored
The default BinderWatcher constructor expects the brillo::MessageLoop to be marked as current. This patch passes the brillo::MessageLoop explicitly to the BinderWatcher instead. While at it, fixed the stdin line parsing when the message has spaces. Bug: 26356682 TEST=mmma product/google/common/service_example TEST=Deployed on edison-eng. It works. Change-Id: I126a553fa1df5fd1e4bc0588b989fa38ec8d0fc9
-
Alex Deymo authored
The brillo::BinderWatcher now requires a brillo::MessageLoop to work. Bug: None TEST=mmma product/google/common/service_example Change-Id: I27175aeacc708764e366aec604f84a76cfdc337f
-
- Jan 20, 2016
-
-
Alex Vakulenko authored
The new libchrome has been ported from Chromium and some APIs have changed. Make necessary changes at call sites. Change-Id: I9de3130cc5c64a074b86d81d6980e4f7f6fbfc7a
-
- Jan 19, 2016
-
-
Ralph Nathan authored
Add selinux policies for the brillo_example_service which is started by init. The brillo_example_client has to be started manually as root. Otherwise, the oneway callback from the service to the client fails. BUG=26405163 TEST=manual test with the out of tree flow Change-Id: I08af4f08f16dcaa36abdb441bb72d140ddf8c351
-
- Jan 15, 2016
-
-
Ralph Nathan authored
Add a README in markdown for the example service. BUG=26346663 Change-Id: I4cb450df904e829bf45bf5442ff6c88658532824
-
- Jan 13, 2016
-
-
Ralph Nathan authored
-
- Jan 07, 2016
-
-
Ralph Nathan authored
Add an example binder service and client that use aidl. BUG=26346663 TEST=manual test Change-Id: I3bac122a5cc6030205bed2491b1c9dd979895318
-
- Jan 04, 2016
-
-
Mohammed Habibulla authored
-
Mohammed Habibulla authored
-
- Dec 30, 2015
-
-
Ralph Nathan authored
Clean up initializer warning messages in the lights example. BUG=26333031 TEST=none Change-Id: Id8a01a608696a82043fb6f24904442a6c4144be8
-
Bruce Beare authored
Code is brought into feature alignment with the sensor HAL test. Additional sensor types added. Each sensor of every type are activated and if successful, data is returned. BUG=none Change-Id: Ieff446aed388c04014c57670c6fae2e113f229f2 Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com>
-
Bruce Beare authored
The sensor HAL test is extended to allow the selection of a particular sensor type. Additional sensor types are easy to add. The default (for compatibility) continues to be the accelerometer. Orientation and Light sensors are added with this commit. BUG=none Change-Id: If17624a610d9de1c71e437c0d680de48308b82e3 Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com>
-
- Dec 21, 2015
-
-
Bruce Beare authored
BUG=none Change-Id: I2eb24d073385a0bda72f97c0bd7cb4b0d3672165 Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com>
-
- Dec 09, 2015
-
-
Jim Guggemos authored
Bug: http://b/26023797 Change-Id: If3eca033ba4d29e9df0f1d8ba8c1f4605b260ef2
-
- Dec 08, 2015
-
-
Bruce Beare authored
The sensor HAL test won't find the accelerometer if the HAL supports several... and the equipped one isn't listed in the HAL first. BUG=TBS Change-Id: I96b36c02f49ecd3779fd0b3d869febc8a9067630 Tracked-on: https://jira01.devtools.intel.com/browse/BP-154 Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com> Reviewed-on: https://android.intel.com/444226 Reviewed-by:
Musca, Constantin <constantin.musca@intel.com> Tested-by:
Musca, Constantin <constantin.musca@intel.com> Reviewed-by:
Serban, Mihai <mihai.serban@intel.com>
-
- Dec 07, 2015
-
-
Jorge Lucangeli Obes authored
Bug: 26069060 Change-Id: I77c785763e743ad91e02a97e155479db36004f17
-
- Dec 03, 2015
-
-
Ralph Nathan authored
-
Ralph Nathan authored
-
Ralph Nathan authored
Centralize all the example code for Brillo by moving the service example from device/generic/brillo. BUG=25927954 TEST=none Change-Id: I121f09243784c5e75e585cdaa6668cfa8a5c1982
-
Jim Guggemos authored
-
Ralph Nathan authored
Centralize all the example code for Brillo by moving the dbus example from device/generic/brillo. BUG=25927954 TEST=dbus example client and daemon build for dragonboard. Change-Id: Ia3cfd77f1af5ed0a4bec9586a9f7c9cd86a975e8
-
Jim Guggemos authored
Replace GNU old-style field designators (clang didn't like em) Made unused param warnings not fatal in gpio_playground Change-Id: I758a7651b139d782608fa133150af6a0a024ab01 TEST: compiled shamu-userdebug, edison-eng
-
Ralph Nathan authored
Centralize all the example code for Brillo by moving the lights example from device/generic/brillo. BUG=25927954 TEST=lights-hal-example-app builds for dragonboard. Change-Id: I9e6bb54b8c6955775a9846123a4535b8e645da0e
-
Ralph Nathan authored
Centralize all the example code for Brillo by moving the keyboard example from device/generic/brillo. BUG=25927954 TEST=keyboard-example builds for dragonboard. Change-Id: I58d43002df25864b49ade51d1c5dfcdceaaac3c0
-
- Nov 11, 2015
-
-
Mohammed Habibulla authored
BUG=25641461 Change-Id: Ied83462465883268e68c6d980f2a1d0e2aa7ea22
-
- Nov 03, 2015
-
-
Ali Afshar authored
Change-Id: I151f8087af26d621e742a21113bbce6ac2349cca
-
- Oct 27, 2015
-
-
Gaurav Shah authored
BUG: 25317933 Change-Id: I4cfbc583b4c1bbdd50ee2b58cde05d14e701bacb
-
Shawn Shen authored
Merge "Brillo GPIO sample: write to output pin and read input pin Usage: gpio_playground --gin=28 --gout=24 --goffset=902" into mnc-brillo-dev
-
Shawn S authored
Usage: gpio_playground --gin=28 --gout=24 --goffset=902 BUG:24751824 Change-Id: Id79379b1eccf83d61baac6b044eb74d48cd2180f
-
- Oct 26, 2015
-
-
Yiming Chen authored
Move sensors example code from device/generic/brillo/examples to product/google/common. BUG=25282533 Change-Id: I9e7ccb03ab6788bf82720cbd133f817cf817782b
-
- Oct 07, 2015
-
-
Shawn S authored
Addressed review comments Change-Id: I592890434704952a13b3ff4a189760ff5a426984
-