OSDN Git Service

DO NOT MERGE ANYWHERE Add new interface for sensor physical data
authorJani Suonpera <jasuonpe@gmail.com>
Fri, 9 Oct 2015 08:45:57 +0000 (11:45 +0300)
committerBen Fennema <fennema@google.com>
Tue, 1 Dec 2015 05:27:27 +0000 (21:27 -0800)
commitd4db70a7b8b2d136c46c50f89b276f8150be5fc2
treea52cb02edadeacc73359e025251ca262296245ba
parent804339a59e4abcbcf5a50a60ff0543e6b404e572
DO NOT MERGE ANYWHERE Add new interface for sensor physical data

This is special solution only for emerald branch.

Changes including new const char* value/interface for sensor physical data. Sensor service and manager does not take care of content, structure or other
details of string. Sensor HAL is taking care of parsing data from string and setting values to Sensor HW.

Change-Id: I3abc3ddc7c6adc4b32a40b9a43f2a94c5af7b2b0
Signed-off-by: Ben Fennema <fennema@google.com>
include/gui/ISensorServer.h
include/gui/SensorManager.h
libs/gui/ISensorServer.cpp
libs/gui/SensorManager.cpp
services/sensorservice/SensorDevice.cpp
services/sensorservice/SensorDevice.h
services/sensorservice/SensorService.cpp
services/sensorservice/SensorService.h