Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedSparseBooleanMatrix.java110 private boolean[] mInUse; field in WatchedSparseBooleanMatrix
175 mInUse = r.mInUse.clone(); in WatchedSparseBooleanMatrix()
254 mInUse[mMap[index]] = false; in removeAt()
278 Arrays.fill(mInUse, false); in clear()
442 mInUse = newInUse; in resizeMatrix()
453 for (int i = 0; i < mInUse.length; i++) { in nextFree()
454 if (!mInUse[i]) { in nextFree()
455 mInUse[i] = true; in nextFree()
469 if (mInUse[i]) { in lastInuse()
494 mInUse[src] = false; in pack()
[all …]
/aosp12/frameworks/base/tests/testables/src/android/testing/
H A DTestableContentResolver.java45 private final ArraySet<ContentProvider> mInUse = new ArraySet<>(); field in TestableContentResolver
113 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()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DMultiTouchInputMapper.cpp111 slot->mInUse = true; in process()
144 slot->mInUse = false; in process()
146 slot->mInUse = true; in process()
179 if (!slot.mInUse) { in warnIfNotInUse()
192 mInUse = false; in clear()
H A DMultiTouchInputMapper.h29 inline bool isInUse() const { return mInUse; } in isInUse()
49 bool mInUse; variable
/aosp12/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.cpp26 DPStage::DPStage() : mInUse(DP_DEFAULT_STAGE_INUSE), in DPStage()
31 mInUse = inUse; in init()
H A DDPBase.h50 return mInUse; in isInUse()
59 bool mInUse;
/aosp12/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1038 if (!statement.mInUse) { in acquirePreparedStatement()
1065 statement.mInUse = true; in acquirePreparedStatement()
1070 statement.mInUse = false; in releasePreparedStatement()
1410 public boolean mInUse; field in SQLiteConnection.PreparedStatement
1423 if (!oldValue.mInUse) { in entryRemoved()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.h188 bool mInUse; variable
H A Dqcamera_test.cpp131 while (mInUse) { in useLock()
134 mInUse = true; in useLock()
149 mInUse = false; in signalFinished()
1629 mInUse(false) in CameraContext()
/aosp12/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java310 private boolean mInUse; field in DynamicsProcessing.Stage
320 mInUse = inUse; in Stage()
345 return mInUse; in isInUse()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17357 Landroid/database/sqlite/SQLiteConnection$PreparedStatement;->mInUse:Z
26858 Landroid/media/audiofx/DynamicsProcessing$Stage;->mInUse:Z