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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java880 if (!statement.mInUse) {
907 statement.mInUse = true;
912 statement.mInUse = false;
1246 public boolean mInUse; field in class:SQLiteConnection.PreparedStatement
1259 if (!oldValue.mInUse) {
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1631 slot->mInUse = true;
1635 slot->mInUse = true;
1639 slot->mInUse = true;
1643 slot->mInUse = true;
1648 slot->mInUse = true;
1652 slot->mInUse = true;
1657 slot->mInUse = true;
1664 slot->mInUse = false;
1666 slot->mInUse = true;
1671 slot->mInUse
[all...]
H A DInputReader.h873 inline bool isInUse() const { return mInUse; }
891 bool mInUse; member in class:android::MultiTouchMotionAccumulator::Slot

Completed in 60 milliseconds