Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/
DDynamicSensorManager.cpp260 mSensorOpQueue.push({mNextSensorOpIndex, sensorOp}); in operateSensor()
284 if (mSensorOpQueue.front().first == sensorOpIndex) { in operateSensor()
287 headSensorOp = mSensorOpQueue.front().second; in operateSensor()
320 sensorOp = mSensorOpQueue.front().second; in operateSensor()
321 mSensorOpQueue.pop(); in operateSensor()
DDynamicSensorManager.h133 std::queue<std::pair<uint64_t, std::shared_future<int>>> mSensorOpQueue; variable