Searched refs:mLocked (Results 1 - 10 of 10) 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.cpp46 mLocked.transactionNestingCount = 0;
47 mLocked.deferredSpriteUpdate = false;
66 mLocked.transactionNestingCount += 1;
72 LOG_ALWAYS_FATAL_IF(mLocked.transactionNestingCount == 0,
75 mLocked.transactionNestingCount -= 1;
76 if (mLocked.transactionNestingCount == 0 && mLocked.deferredSpriteUpdate) {
77 mLocked.deferredSpriteUpdate = false;
83 bool wasEmpty = mLocked.invalidatedSprites.isEmpty();
84 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/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/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/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp284 } mLocked; member in class:android::NativeInputManager
311 mLocked.systemUiVisibility = ASYSTEM_UI_VISIBILITY_STATUS_BAR_VISIBLE;
312 mLocked.pointerSpeed = 0;
313 mLocked.pointerGesturesEnabled = true;
314 mLocked.showTouches = false;
337 mLocked.systemUiVisibility);
338 dump.appendFormat(INDENT "Pointer Speed: %" PRId32 "\n", mLocked.pointerSpeed);
340 toString(mLocked.pointerGesturesEnabled));
341 dump.appendFormat(INDENT "Show Touches: %s\n", toString(mLocked.showTouches));
367 DisplayViewport& v = external ? mLocked
[all...]
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java110 private boolean mLocked; field in class:SlidingDrawer
373 if (mLocked) {
419 if (mLocked) {
927 mLocked = false;
936 mLocked = true;
959 if (mLocked) {
/frameworks/av/include/camera/
H A DCameraMetadata.h225 mutable bool mLocked; member in class:android::CameraMetadata

Completed in 230 milliseconds