Searched refs:mInUse (Results 1 – 7 of 7) sorted by relevance
110 slot->mInUse = true; in process()114 slot->mInUse = true; in process()118 slot->mInUse = true; in process()122 slot->mInUse = true; in process()127 slot->mInUse = true; in process()131 slot->mInUse = true; in process()136 slot->mInUse = true; in process()143 slot->mInUse = false; in process()145 slot->mInUse = true; in process()150 slot->mInUse = true; in process()[all …]
29 inline bool isInUse() const { return mInUse; } in isInUse()49 bool mInUse; variable
45 private final ArraySet<ContentProvider> mInUse = new ArraySet<>(); field in TestableContentResolver113 if (mInUse.contains(provider)) { in releaseProvider()114 mInUse.remove(provider); in releaseProvider()133 if (mInUse.contains(icp)) { in releaseUnstableProvider()134 mInUse.remove(icp); in releaseUnstableProvider()143 if (mInUse.contains(icp)) { in unstableProviderDied()
26 DPStage::DPStage() : mInUse(DP_DEFAULT_STAGE_INUSE), in DPStage()31 mInUse = inUse; in init()
50 return mInUse; in isInUse()59 bool mInUse;
1036 if (!statement.mInUse) { in acquirePreparedStatement()1063 statement.mInUse = true; in acquirePreparedStatement()1068 statement.mInUse = false; in releasePreparedStatement()1406 public boolean mInUse; field in SQLiteConnection.PreparedStatement1419 if (!oldValue.mInUse) { in entryRemoved()
310 private boolean mInUse; field in DynamicsProcessing.Stage320 mInUse = inUse; in Stage()345 return mInUse; in isInUse()