HomeSort by relevance Sort by last modified time
    Searched defs:mHubConnection (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/lefty/
Lefty.h 43 sp<HubConnection> mHubConnection;
  /device/google/contexthub/sensorhal/
sensors.h 131 sp<HubConnection> mHubConnection;
137 sp<HubConnection> mHubConnection;
sensors.cpp 48 mHubConnection(HubConnection::getInstance()) {
61 mHubConnection->setRawScale(kScaleAccel, kScaleMag);
62 if (mHubConnection->isDirectReportSupported()) {
67 mOperationHandler.emplace_back(new HubConnectionOperation(mHubConnection));
106 mHubConnection->releaseWakeLockIfAppropriate();
108 return mHubConnection->read(data, count);
140 return mHubConnection->addDirectChannel(mem);
143 mHubConnection->removeDirectChannel(channel_handle);
151 return mHubConnection->configDirectReport(sensor_handle, channel_handle, rate_level);
225 mHubConnection->setOperationParameter(event->additional_info)
    [all...]

Completed in 189 milliseconds