HomeSort by relevance Sort by last modified time
    Searched refs:mPendingReport (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/modules/sensors/dynamic_sensor/
DynamicSensorManager.h 128 mutable std::unordered_map<int, ConnectionReport> mPendingReport;
DynamicSensorManager.cpp 86 mPendingReport.erase(handle);
147 auto entry = mPendingReport.emplace(
168 // will not clean up mPendingReport here, it will be cleaned up when at first activate call.

Completed in 327 milliseconds