Searched refs:mInUse (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java873 if (!statement.mInUse) {
900 statement.mInUse = true;
905 statement.mInUse = false;
1239 public boolean mInUse; field in class:SQLiteConnection.PreparedStatement
1252 if (!oldValue.mInUse) {
/frameworks/base/services/input/
H A DInputReader.cpp1617 slot->mInUse = true;
1621 slot->mInUse = true;
1625 slot->mInUse = true;
1629 slot->mInUse = true;
1634 slot->mInUse = true;
1638 slot->mInUse = true;
1643 slot->mInUse = true;
1650 slot->mInUse = false;
1652 slot->mInUse = true;
1657 slot->mInUse
[all...]
H A DInputReader.h834 inline bool isInUse() const { return mInUse; }
852 bool mInUse; member in class:android::MultiTouchMotionAccumulator::Slot

Completed in 158 milliseconds