Home
last modified time | relevance | path

Searched refs:mSensorOpQueue (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/
DDynamicSensorManager.cpp256 mSensorOpQueue.push({mNextSensorOpIndex, sensorOp}); in operateSensor()
280 if (mSensorOpQueue.front().first == sensorOpIndex) { in operateSensor()
283 headSensorOp = mSensorOpQueue.front().second; in operateSensor()
316 sensorOp = mSensorOpQueue.front().second; in operateSensor()
317 mSensorOpQueue.pop(); in operateSensor()
DDynamicSensorManager.h134 std::queue<std::pair<uint64_t, std::shared_future<int>>> mSensorOpQueue; variable