HomeSort by relevance Sort by last modified time
    Searched full:lock (Results 1351 - 1375 of 3434) sorted by null

<<51525354555657585960>>

  /frameworks/base/core/java/android/database/sqlite/
SQLiteQuery.java 73 * Reads rows into a buffer. This method acquires the database lock.
79 mDatabase.lock(mSql);
  /frameworks/base/core/java/android/nfc/
NfcActivityManager.java 199 // drop lock before making callback
220 // drop lock before making callback
  /frameworks/base/data/sounds/
AudioPackage5.mk 27 $(LOCAL_PATH)/effects/Lock.ogg:system/media/audio/ui/Lock.ogg \
AudioPackage7.mk 28 $(LOCAL_PATH)/effects/ogg/Lock.ogg:system/media/audio/ui/Lock.ogg \
AudioPackage7alt.mk 27 $(LOCAL_PATH)/effects/ogg/Lock.ogg:system/media/audio/ui/Lock.ogg \
  /frameworks/base/docs/html/resources/articles/
future-proofing.jd 86 things like shaking motions and that don't lock their orientation to
88 orientations. This can be irritating to the user. (You can lock your
  /frameworks/base/include/gui/
SurfaceTextureClient.h 94 virtual int lock(ANativeWindow_Buffer* outBuffer, ARect* inOutDirtyBounds);
156 // must be used from the lock/unlock thread
  /frameworks/base/include/media/stagefright/
CameraSourceTimeLapse.h 70 // Lock for accessing mCameraIdle
87 // Lock for accessing quick stop variables.
MPEG4Writer.h 164 void lock();
167 // Acquire lock before calling these methods
  /frameworks/base/include/surfaceflinger/
Surface.h 138 // the lock/unlock APIs must be used from the same thread
139 status_t lock(SurfaceInfo* info, Region* dirty = NULL);
  /frameworks/base/services/surfaceflinger/
MessageQueue.cpp 130 // here we're not holding the lock anymore
138 // without holding the lock.
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeBackupActivity.java 102 /** Hold the data-access lock around access to the file */
129 /** Now that we've processed the file, build the UI outside the lock */
  /frameworks/media/libvideoeditor/osal/src/
M4OSA_Mutex.c 149 M4OSA_DEBUG(M4ERR_BAD_CONTEXT, "M4OSA_mutexLock: Thread tried to lock a mutex it already owns");
153 /* Lock the mutex. */
  /hardware/libhardware/include/hardware/
fb.h 112 * Internally, post() is expected to lock the buffer so that a
113 * subsequent call to gralloc_module_t::(*lock)() with USAGE_RENDER or
  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 211 bool lock = true);
220 Mutex mLock; // API lock -- all public methods
  /libcore/luni/src/main/java/java/io/
Console.java 186 lock = CONSOLE_LOCK;
198 lock = CONSOLE_LOCK;
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertDialog.java 61 /** Keyguard lock to show emergency alerts while in the lock screen. */
  /packages/apps/Contacts/tests/src/com/android/contacts/util/
IntegrationTestUtils.java 119 /** Release the wake lock previously acquired with {@link #acquireScreenWakeLock(Context)}. */
127 // the setUp() method fails before getting the lock, at which point we don't want
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
ProvisionParserTests.java 119 assertEquals(5*60, policy.mMaxScreenLockTime); // Screen lock time is in seconds
141 assertEquals(2*60, policy.mMaxScreenLockTime); // Screen lock time is in seconds
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Path.java 189 // We don't need lock because mSegment is final.
194 // We don't need lock because mSegment and mParent are final.
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java 119 * the wake lock before returning to ensure that the service will run.
139 * releasing the wake lock if the service is now stopping.
  /packages/inputmethods/LatinIME/java/res/values/
config.xml 60 <!-- Long pressing shift will invoke caps-lock if > 0, never invoke caps-lock if == 0 -->
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 250 // Symbol keyboard may have an ALT key that has a caps lock style indicator (a.k.a.
255 // Symbol keyboard has an ALT key that has a caps lock style indicator. To disable the
464 // Shift key is long pressed while caps lock state, we will toggle back to normal
531 // Shift key is pressed while caps lock state, we will treat this state as shifted
532 // caps lock state and mark as if shift key pressed while normal state.
573 // Shift has been pressed without chording while caps lock state.
575 // To be able to turn off caps lock by "double tap" on shift key, we should ignore
577 // already turned off caps lock above.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
queue.h 26 * @brief Lock-free double-ended queue.
44 /**@brief Double-ended queue of bounded size, allowing lock-free
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
frontend.h 128 FE_TIMEDOUT = 0x20, /* no lock within the last ~2 seconds */
245 * behaviour. Additionally, there will be no automatic monitoring of the lock

Completed in 1152 milliseconds

<<51525354555657585960>>