HomeSort by relevance Sort by last modified time
    Searched full:unlock (Results 726 - 750 of 2412) sorted by null

<<21222324252627282930>>

  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdllocksurface.html 178 >No operating system or library calls should be made between lock/unlock
181 >It should be noted, that since SDL 1.1.8 surface locks are recursive. This means that you can lock a surface multiple times, but each lock must have a match unlock.
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_mutex.h 68 /** Unlock the mutex
71 * It is an error to unlock a mutex that has not been locked by
  /external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_syscond.c 174 /* Unlock the mutex, as is required by condition variable semantics */
186 if we are stopped between the mutex unlock and semaphore wait,
  /external/qemu/distrib/sdl-1.2.15/src/thread/generic/
SDL_syscond.c 174 /* Unlock the mutex, as is required by condition variable semantics */
186 if we are stopped between the mutex unlock and semaphore wait,
  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_syscond.c 174 /* Unlock the mutex, as is required by condition variable semantics */
186 if we are stopped between the mutex unlock and semaphore wait,
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CameraTest.java 50 camera.unlock();
56 camera.unlock();
  /external/smack/src/com/kenai/jbosh/
ApacheHTTPResponse.java 190 lock.unlock();
212 lock.unlock();
  /external/valgrind/main/gdbserver_tests/
sleepers.c 57 fprintf(stderr, "signal_ready unlock error %d_n", rc);
111 fprintf(stderr, "wait_ready unlock error %d_n", rc);
  /frameworks/base/core/java/android/app/trust/
TrustManager.java 48 * Reports that user {@param userId} has tried to unlock the device.
50 * @param successful if true, the unlock attempt was successful.
  /frameworks/base/core/java/com/android/internal/view/
BaseSurfaceHolder.java 209 mSurfaceLock.unlock();
216 mSurfaceLock.unlock();
  /frameworks/base/core/java/com/android/internal/widget/
WaveView.java 64 private static final long FINAL_DELAY = 200; // delay for unlock success animation
73 * The scale by which to multiply the unlock handle width to compute the radius
79 * The scale by which to multiply the unlock handle width to compute the radius
95 private int mSnapRadius = 136; // minimum threshold for drag unlock
134 // View should be large enough to contain the unlock ring + halo
140 // View should be large enough to contain the unlock ring + halo
427 // for prototype, reset after successful unlock
571 * Announces the unlock handle if accessibility is enabled.
  /frameworks/base/data/sounds/
AudioPackage5.mk 29 $(LOCAL_PATH)/effects/Unlock.ogg:system/media/audio/ui/Unlock.ogg \
AudioPackage7.mk 30 $(LOCAL_PATH)/effects/ogg/Unlock.ogg:system/media/audio/ui/Unlock.ogg \
AudioPackage7alt.mk 29 $(LOCAL_PATH)/effects/ogg/Unlock.ogg:system/media/audio/ui/Unlock.ogg \
AudioPackage8.mk 32 $(LOCAL_PATH)/effects/ogg/Unlock.ogg:system/media/audio/ui/Unlock.ogg \
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 157 * Supply a pin to unlock the SIM. Blocks until a result is determined.
164 * Supply a pin to unlock the SIM for particular subId.
173 * Supply puk to unlock the SIM and set SIM pin to new pin.
182 * Supply puk to unlock the SIM and set SIM pin to new pin.
192 * Supply a pin to unlock the SIM. Blocks until a result is determined.
201 * Supply a pin to unlock the SIM. Blocks until a result is determined.
210 * Supply puk to unlock the SIM and set SIM pin to new pin.
221 * Supply puk to unlock the SIM and set SIM pin to new pin.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameImage2D.java 65 mBackingStore.unlock();
75 mBackingStore.unlock();
  /frameworks/compile/libbcc/include/bcc/Support/
FileBase.h 76 // True true if we should call unlock() in destructor.
121 void unlock();
  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 153 mObjFile->unlock();
157 mObjFile->unlock();
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 209 void FileBase::unlock() { function in class:FileBase
298 unlock();
  /frameworks/rs/
rsGrallocConsumer.cpp 167 err = mAcquiredBuffer.mGraphicBuffer->unlock();
169 ALOGE("%s: Unable to unlock graphic buffer", __FUNCTION__);
  /hardware/ti/omap4-aah/camera/
ANativeWindowDisplayAdapter.cpp 600 //LOCK UNLOCK TO GET YUV POINTERS
605 mapper.unlock(*(buffer_handle_t *) mBuffers[i].opaque);
784 // unlock buffer before giving it up
785 mapper.unlock(*handle);
1073 // unlock buffer before sending to display
1074 mapper.unlock(*handle);
1094 // unlock buffer before giving it up
1095 mapper.unlock(*handle);
    [all...]
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 661 //LOCK UNLOCK TO GET YUV POINTERS
665 mapper.unlock((buffer_handle_t) mGrallocHandleMap[i]);
817 // unlock buffer before giving it up
818 mapper.unlock((buffer_handle_t) mGrallocHandleMap[value]);
1098 // unlock buffer before sending to display
1099 mapper.unlock((buffer_handle_t) mGrallocHandleMap[i]);
1138 // unlock buffer before giving it up
1139 mapper.unlock((buffer_handle_t) mGrallocHandleMap[i]);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java 82 // Unlock the framework orientation, so it can change when the device
87 Log.d(TAG, "unlock orientation");
  /packages/services/Telephony/src/com/android/phone/
IccNetworkDepersonalizationPanel.java 40 * "SIM network unlock" PIN entry screen.
82 //handler for unlock function results

Completed in 912 milliseconds

<<21222324252627282930>>