HomeSort by relevance Sort by last modified time
    Searched refs:unlock (Results 226 - 250 of 350) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/policy/src/com/android/internal/policy/impl/
FaceUnlock.java 78 // Unlock
84 * Stores some of the structures that Face Unlock will need to access and creates the handler
97 * Stores and displays the view that Face Unlock is allowed to draw within.
98 * TODO: since the layout object will eventually be shared by multiple biometric unlock
107 * Indicates whether Face Unlock is currently running.
114 * Sets the Face Unlock view to visible, hiding it after the specified amount of time. If
133 * Hides the Face Unlock view.
143 * Binds to the Face Unlock service. Face Unlock will be started when the bind completes. The
144 * Face Unlock view is displayed to hide the backup lock while the service is starting up
    [all...]
  /frameworks/native/libs/binder/
ProcessState.cpp 105 mLock.unlock();
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 124 err = yuvTexBuffer->unlock();
126 fprintf(stderr, "yuvTexBuffer->unlock() failed: %d\n", err);
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 43 * CredentialStorage handles KeyStore reset, unlock, and install.
63 * Action: old unlock dialog
64 * Notes: assume old password, need to use it to unlock.
65 * if unlock, ensure key guard before install.
75 * Action: normal unlock/install
82 public static final String ACTION_UNLOCK = "com.android.credentials.UNLOCK";
100 * After unsuccessful KeyStore.unlock, the number of unlock
103 * Reset to -1 on successful unlock or reset.
369 * Prompt for unlock with old-style password
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 2210 unlock(); method
2367 unlock(); method
2595 unlock(); method
2718 unlock(); method
2762 unlock(); method
2805 unlock(); method
2848 unlock(); method
2879 unlock(); method
2948 unlock(); method
2984 unlock(); method
3017 unlock(); method
3129 unlock(); method
    [all...]
ComputingConcurrentHashMap.java 147 unlock(); method
  /external/skia/src/gpu/
GrGpu.cpp 296 fQuadIndexBuffer->unlock();
818 fVertexPool->unlock();
823 fIndexPool->unlock();
    [all...]
  /frameworks/av/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 478 ASSERT(c->unlock() == NO_ERROR);
558 // Unlock then lock from a different process -- ok.
559 ASSERT(c->unlock() == NO_ERROR);
561 // Unlock then lock from a different process -- ok.
576 // Unlock then reconnect from a different process -- ok.
577 ASSERT(c->unlock() == NO_ERROR);
  /frameworks/base/services/common_time/
common_time_server.cpp 186 mLock.unlock();
226 mLock.unlock();
385 mLock.unlock();
    [all...]
  /hardware/msm7k/libaudio/
AudioHardware.cpp 214 mLock.unlock();
220 mLock.unlock();
232 mLock.unlock();
    [all...]
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp 583 if (locked) mLock.unlock();
661 mLock.unlock();
672 mLock.unlock();
734 mLock.unlock();
767 if (locked) mLock.unlock();
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 745 res.unlock();
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 685 ASSERT_EQ(NO_ERROR, buf->unlock());
709 buf->unlock();
754 buf->unlock();
814 buf->unlock();
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
sigslot.h 128 virtual void unlock() function in class:sigslot::single_threaded
165 virtual void unlock() function in class:sigslot::multi_threaded_global
201 virtual void unlock() function in class:sigslot::multi_threaded_local
236 virtual void unlock() function in class:sigslot::multi_threaded_global
272 virtual void unlock() function in class:sigslot::multi_threaded_local
296 m_mutex->unlock();
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 239 status_t unlock(ANativeWindowBuffer* buf);
412 unlock(buffer);
437 status_t egl_window_surface_v2_t::unlock(ANativeWindowBuffer* buf) function in class:android::egl_window_surface_v2_t
442 err = module->unlock(module, buf->handle);
506 unlock(previousBuffer);
518 unlock(buffer);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 180 camera.unlock();
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 176 // clean up variables and unlock the surface
179 gSurfaceI.unlock(env, m_surface);
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.cpp 147 return mapper.unlock(buf->handle);
  /external/webkit/Source/JavaScriptGlue/
JavaScriptGlue.cpp 660 JSLock::unlock(LockForReal);
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.cpp 696 m_queueMutex.unlock();
  /external/webkit/Source/WebCore/storage/
StorageTracker.cpp 199 m_databaseGuard.unlock();
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 630 mtd->unlock = NULL;
  /frameworks/av/media/libmedia/
AudioEffect.cpp 256 mLock.unlock();
mediarecorder.cpp 666 mLock.unlock();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 257 mCamera.unlock();

Completed in 899 milliseconds

1 2 3 4 5 6 7 8 91011>>