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

/frameworks/base/tests/testables/src/android/testing/
H A DTestableContentResolver.java40 private final ArraySet<ContentProvider> mInUse = new ArraySet<>(); field in class:TestableContentResolver
92 if (mInUse.contains(provider)) {
93 mInUse.remove(provider);
112 if (mInUse.contains(icp)) {
113 mInUse.remove(icp);
122 if (mInUse.contains(icp)) {
/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.cpp26 DPStage::DPStage() : mInUse(DP_DEFAULT_STAGE_INUSE),
31 mInUse = inUse;
H A DDPBase.h50 return mInUse;
59 bool mInUse; member in class:dp_fx::DPStage
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java894 if (!statement.mInUse) {
921 statement.mInUse = true;
926 statement.mInUse = false;
1264 public boolean mInUse; field in class:SQLiteConnection.PreparedStatement
1277 if (!oldValue.mInUse) {
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1868 slot->mInUse = true;
1872 slot->mInUse = true;
1876 slot->mInUse = true;
1880 slot->mInUse = true;
1885 slot->mInUse = true;
1889 slot->mInUse = true;
1894 slot->mInUse = true;
1901 slot->mInUse = false;
1903 slot->mInUse = true;
1908 slot->mInUse
[all...]
H A DInputReader.h900 inline bool isInUse() const { return mInUse; }
918 bool mInUse; member in class:android::MultiTouchMotionAccumulator::Slot
/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java310 private boolean mInUse; field in class:DynamicsProcessing.Stage
320 mInUse = inUse;
345 return mInUse;

Completed in 76 milliseconds