OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unlock
(Results
351 - 375
of
2859
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libchrome/base/synchronization/
lock_impl.h
44
void
Unlock
();
lock_impl_posix.cc
49
void LockImpl::
Unlock
() {
/external/libcxx/include/
condition_variable
192
__lock.
unlock
();
196
} // __mut_.
unlock
(), __lock.lock()
214
__lock.
unlock
();
218
} // __mut_.
unlock
(), __lock.lock()
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs/
mutex.pass.cpp
29
lk1.
unlock
();
op_bool.pass.cpp
29
lk1.
unlock
();
owns_lock.pass.cpp
29
lk1.
unlock
();
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.h
51
virtual void
Unlock
() {}
/external/tcpdump/
print-http.c
51
"
UNLOCK
",
/external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration_monitor.h
34
void
Unlock
();
/frameworks/av/include/camera/
CameraMetadata.h
58
* work until
unlock
() is called. Note that the lock has nothing to do with
65
*
Unlock
the CameraMetadata for use again. After this
unlock
, the pointer
70
status_t
unlock
(const camera_metadata_t *buffer) const;
/frameworks/base/core/java/android/service/persistentdata/
IPersistentDataBlockService.aidl
24
* raw data and setting the OEM
unlock
enabled/disabled bit contained
/frameworks/base/core/java/android/speech/tts/
SynthesisPlaybackQueueItem.java
144
mListLock.
unlock
();
171
mListLock.
unlock
();
198
mListLock.
unlock
();
235
mListLock.
unlock
();
/frameworks/base/data/sounds/
AudioPackage12.mk
15
camera_focus Dock Undock Lock
Unlock
Trusted
AudioPackage13.mk
16
camera_focus Dock Undock Lock
Unlock
Trusted
/frameworks/base/packages/PrintSpooler/jni/
com_android_printspooler_util_BitmapSerializeUtils.cpp
130
//
Unlock
the pixels.
133
throwIllegalStateException(env, (char*) "Cannot
unlock
bitmap pixels");
169
//
Unlock
the pixels.
172
throwIllegalStateException(env, (char*) "Cannot
unlock
bitmap pixels");
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
Classifier.java
30
public static final int
UNLOCK
= 4;
DirectionEvaluator.java
35
case Classifier.
UNLOCK
:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
BounceInterpolator.java
22
* An implementation of a bouncer interpolator optimized for
unlock
hinting.
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Frame.java
40
* {@link #
unlock
()}. Note, that a Frame must be unlocked before you push it into an output queue.
155
public void
unlock
() {
method in class:Frame
156
if (!mBackingStore.
unlock
()) {
157
throw new RuntimeException("Attempting to
unlock
frame that is not locked!");
/frameworks/rs/
rsMutex.cpp
49
bool Mutex::
unlock
() {
function in class:Mutex
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
condition_variable
192
__lock.
unlock
();
196
} // __mut_.
unlock
(), __lock.lock()
214
__lock.
unlock
();
218
} // __mut_.
unlock
(), __lock.lock()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
member_swap.pass.cpp
22
void
unlock
() {}
function in struct:mutex
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs/
mutex.pass.cpp
27
lk1.
unlock
();
op_bool.pass.cpp
27
lk1.
unlock
();
owns_lock.pass.cpp
27
lk1.
unlock
();
Completed in 585 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>