Searched refs:mLocked (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/libs/input/
H A DPointerController.cpp94 mLocked.animationPending = false;
96 mLocked.displayWidth = -1;
97 mLocked.displayHeight = -1;
98 mLocked.displayOrientation = DISPLAY_ORIENTATION_0;
100 mLocked.presentation = PRESENTATION_POINTER;
101 mLocked.presentationChanged = false;
103 mLocked.inactivityTimeout = INACTIVITY_TIMEOUT_NORMAL;
105 mLocked.pointerFadeDirection = 0;
106 mLocked.pointerX = 0;
107 mLocked
[all...]
H A DSpriteController.cpp45 mLocked.transactionNestingCount = 0;
46 mLocked.deferredSpriteUpdate = false;
65 mLocked.transactionNestingCount += 1;
71 LOG_ALWAYS_FATAL_IF(mLocked.transactionNestingCount == 0,
74 mLocked.transactionNestingCount -= 1;
75 if (mLocked.transactionNestingCount == 0 && mLocked.deferredSpriteUpdate) {
76 mLocked.deferredSpriteUpdate = false;
82 bool wasEmpty = mLocked.invalidatedSprites.isEmpty();
83 mLocked
[all...]
H A DSpriteController.h227 return mLocked.state;
231 mLocked.state.dirty = 0;
236 mLocked.state.surfaceControl = surfaceControl;
237 mLocked.state.surfaceWidth = width;
238 mLocked.state.surfaceHeight = height;
239 mLocked.state.surfaceDrawn = drawn;
240 mLocked.state.surfaceVisible = visible;
248 } mLocked; // guarded by mController->mLock member in class:android::SpriteController::SpriteImpl
278 } mLocked; // guarded by mLock member in class:android::SpriteController
H A DPointerController.h186 } mLocked; member in class:android::PointerController
/frameworks/av/include/media/stagefright/foundation/
H A DMutexed.h109 mLocked(from.mLocked) {}
114 inline T* operator->() const { return mLocked ? &mTreasure : nullptr; }
115 inline T& operator*() const { return mLocked ? mTreasure : *(T*)nullptr; }
118 inline T& get() const { return mLocked ? mTreasure : *(T*)nullptr; }
119 // sets structure. this will abort if mLocked is false.
139 bool mLocked; member in class:android::Mutexed::Locked
174 mLocked(true) {
180 if (mLocked) {
187 if (mLocked) {
[all...]
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DMutexed.h109 mLocked(from.mLocked) {}
114 inline T* operator->() const { return mLocked ? &mTreasure : nullptr; }
115 inline T& operator*() const { return mLocked ? mTreasure : *(T*)nullptr; }
118 inline T& get() const { return mLocked ? mTreasure : *(T*)nullptr; }
119 // sets structure. this will abort if mLocked is false.
139 bool mLocked; member in class:android::Mutexed::Locked
174 mLocked(true) {
180 if (mLocked) {
187 if (mLocked) {
[all...]
/frameworks/av/media/libstagefright/include/foundation/
H A DMutexed.h109 mLocked(from.mLocked) {}
114 inline T* operator->() const { return mLocked ? &mTreasure : nullptr; }
115 inline T& operator*() const { return mLocked ? mTreasure : *(T*)nullptr; }
118 inline T& get() const { return mLocked ? mTreasure : *(T*)nullptr; }
119 // sets structure. this will abort if mLocked is false.
139 bool mLocked; member in class:android::Mutexed::Locked
174 mLocked(true) {
180 if (mLocked) {
187 if (mLocked) {
[all...]
/frameworks/av/camera/
H A DCameraMetadata.cpp36 mBuffer(NULL), mLocked(false) {
40 mLocked(false)
46 mLocked(false) {
51 mBuffer(NULL), mLocked(false) {
60 if (mLocked) {
74 mLocked = false;
79 mLocked = true;
84 if (!mLocked) {
93 mLocked = false;
98 if (mLocked) {
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_storage_AppFuseBridge.cpp61 MonitorScope(JNIEnv* env, jobject obj) : mEnv(env), mObj(obj), mLocked(false) {
63 mLocked = true;
70 if (mLocked) {
78 return mLocked;
85 bool mLocked; member in class:android::__anon1318::final
H A Dcom_android_server_input_InputManagerService.cpp291 } mLocked; member in class:android::NativeInputManager
318 mLocked.systemUiVisibility = ASYSTEM_UI_VISIBILITY_STATUS_BAR_VISIBLE;
319 mLocked.pointerSpeed = 0;
320 mLocked.pointerGesturesEnabled = true;
321 mLocked.showTouches = false;
322 mLocked.pointerCapture = false;
345 mLocked.systemUiVisibility);
346 dump.appendFormat(INDENT "Pointer Speed: %" PRId32 "\n", mLocked.pointerSpeed);
348 toString(mLocked.pointerGesturesEnabled));
349 dump.appendFormat(INDENT "Show Touches: %s\n", toString(mLocked
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCamera2Focuser.java63 private boolean mLocked = false; field in class:Camera2Focuser
139 mLocked = locked;
149 mLocked = locked;
159 mLocked = false;
165 mLocked = false;
211 mLocked = false;
253 if (mSuccess && mLocked) {
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java108 private boolean mLocked; field in class:SlidingDrawer
371 if (mLocked) {
417 if (mLocked) {
926 mLocked = false;
935 mLocked = true;
958 if (mLocked) {
/frameworks/av/camera/include/camera/
H A DCameraMetadata.h225 mutable bool mLocked; member in class:android::CameraMetadata
/frameworks/av/include/camera/
H A DCameraMetadata.h225 mutable bool mLocked; member in class:android::CameraMetadata

Completed in 234 milliseconds