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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java878 if (!statement.mInUse) {
905 statement.mInUse = true;
910 statement.mInUse = false;
1248 public boolean mInUse; field in class:SQLiteConnection.PreparedStatement
1261 if (!oldValue.mInUse) {
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1713 slot->mInUse = true;
1717 slot->mInUse = true;
1721 slot->mInUse = true;
1725 slot->mInUse = true;
1730 slot->mInUse = true;
1734 slot->mInUse = true;
1739 slot->mInUse = true;
1746 slot->mInUse = false;
1748 slot->mInUse = true;
1753 slot->mInUse
[all...]
H A DInputReader.h928 inline bool isInUse() const { return mInUse; }
946 bool mInUse; member in class:android::MultiTouchMotionAccumulator::Slot

Completed in 110 milliseconds