Merge \\"activity_hal: move static class methods to free functions\\" into nyc-mr1-dev am: 759d604909

am: 6ca4bf84b9

Change-Id: I76a9c4788daa69f5e0e16b95e68067cf62c9dec1
This commit is contained in:
Andrew Rossignol
2016-07-06 22:45:17 +00:00
committed by android-build-merger
3 changed files with 72 additions and 118 deletions

View File

@@ -32,7 +32,7 @@ using namespace android;
////////////////////////////////////////////////////////////////////////////////
SensorContext::SensorContext(const struct hw_module_t *module)
: mHubConnection(HubConnection::getInstance()), mHubAlive(true) {
: mHubConnection(HubConnection::getInstance()) {
memset(&device, 0, sizeof(device));
device.common.tag = HARDWARE_DEVICE_TAG;