Home
last modified time | relevance | path

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

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