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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user