Searched defs:mInUse (Results 1 - 2 of 2) 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.h928 inline bool isInUse() const { return mInUse; }
946 bool mInUse; member in class:android::MultiTouchMotionAccumulator::Slot

Completed in 1453 milliseconds