Loading libs/gui/SensorEventQueue.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ status_t SensorEventQueue::waitForEvent() const } } while (result != fd); return result; return (result == fd) ? status_t(NO_ERROR) : result; } status_t SensorEventQueue::wake() const Loading Loading
libs/gui/SensorEventQueue.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ status_t SensorEventQueue::waitForEvent() const } } while (result != fd); return result; return (result == fd) ? status_t(NO_ERROR) : result; } status_t SensorEventQueue::wake() const Loading