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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 158 bool locked = false; local
161 locked = true;
166 return locked;
175 bool locked = tryLock(mServiceLock); local
177 if (!locked) {
182 if (locked) mServiceLock.unlock();
400 // clear now to execute with mServiceLock locked
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c 103 dri2_surf->color_buffers[i].locked = 0;
282 !dri2_surf->color_buffers[i].locked)
296 dri2_surf->color_buffers[i].locked = 0;
342 if (dri2_surf->color_buffers[i].locked)
384 dri2_surf->back->locked = 1;
460 if (!dri2_surf->color_buffers[i].locked &&
    [all...]
platform_drm.c 59 dri2_surf->current->locked = 1;
75 dri2_surf->color_buffers[i].locked = 0;
88 if (!dri2_surf->color_buffers[i].locked)
223 if (!dri2_surf->color_buffers[i].locked &&
251 assert(!dri2_surf->color_buffers[0].locked);
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 414 fragment->locked --;
436 msblk->fragment[i].locked; n--, i = (i + 1) %
466 msblk->fragment[i].locked = 1;
474 msblk->fragment[i].locked = 0;
479 TRACE("New fragment %d, start block %lld, locked %d\n",
481 msblk->fragment[i].locked);
485 msblk->fragment[i].locked++;
487 TRACE("Got fragment %d, start block %lld, locked %d\n", i,
489 msblk->fragment[i].locked);
1085 msblk->fragment[i].locked = 0
    [all...]
  /frameworks/av/media/libmediaplayer2/
mediaplayer2.cpp 1311 bool locked = false; local
1524 bool locked = false; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 355 + "'s trust agent " + name + ": FBE still locked and "
460 private void setDeviceLockedForUser(@UserIdInt int userId, boolean locked) {
463 changed = isDeviceLockedInner(userId) != locked;
464 mDeviceLockedForUser.put(userId, locked);
467 dispatchDeviceLocked(userId, locked);
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp 307 bool locked = false; local
310 locked = true;
315 return locked;
355 bool locked = tryLock(mLock); local
356 if (!locked) {
373 if (locked) mLock.unlock();
875 bool locked = tryLock(mLock); local
876 if (!locked) {
898 if (locked) mLock.unlock();
    [all...]
  /external/ppp/pppd/
tty.c 134 int locked; /* lock() has succeeded */ variable
551 locked = 1;
806 if (locked) {
808 locked = 0;
863 if (locked)
    [all...]
  /external/webrtc/webrtc/p2p/base/
relayserver.cc 207 // that this connection has been locked. (Otherwise, we would not know what
209 if (!int_conn->locked()) {
210 LOG(LS_WARNING) << "Dropping packet: connection not locked";
217 if (ext_conn && ext_conn->locked()) {
481 if (ext_conn->locked())
594 if (locked() && (from_addr == default_dest_)) {
710 // Look for an internal connection that is locked to this address.
712 if (internal_connections_[i]->locked() &&
  /external/autotest/scheduler/
rdb_testing_utils.py 204 locked=0, lock_reason='', leased=0, protection=0, dirty=0):
215 locked: 1 if the host is locked.
216 lock_reason: non-empty string if the host is locked.
226 hostname=name, status=status, locked=locked,
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 22 int locked = 0; local
27 locked = 1;
32 if (!locked) pthread_mutex_lock(mutex);
  /external/autotest/client/cros/cellular/pseudomodem/
pseudomodem.py 133 locked=self._opts.locked)
355 '--locked', '-l',
358 help='Determine whether the SIM is in locked state')
  /external/autotest/frontend/client/src/autotest/afe/
AfeUtils.java 99 boolean locked = host.get("locked").isBoolean().booleanValue();
100 return new JSONString(locked ? "Yes" : "No");
270 updateData.put("locked", JSONBoolean.getInstance(lock));
286 message += "locked";
  /external/nos/host/android/hals/oemlock/test/
test.cpp 220 return arg.locked() == msg.locked();
  /external/tensorflow/tensorflow/python/profiler/
profile_context.py 54 step, locked = state
56 if locked and not self.profile_context._is_fast_path(step):
  /external/toolchain-utils/
afe_lock_machine.py 47 """Raised when user attmepts to unlock machine locked by someone else."""
62 This class contains methods for checking the locked status of machines
93 a machine that was locked by someone else.
337 if state['locked']:
349 if state['locked']:
370 kwargs = {'locked': should_lock_machine}
393 """Sets the locked state of the machines to the requested value.
411 self.logger.LogOutput('Locked machine(s) %s.' % m)
438 If the cmd is 'unlock' verify that every machine is locked by requestor.
452 if not state['locked']
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.h 160 inline void UnlockJniSynchronizedMethod(jobject locked, Thread* self)
  /bionic/libc/kernel/uapi/sound/
asequencer.h 308 unsigned locked : 1; member in struct:snd_seq_queue_info
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueUefiLib.h 195 Macro that calls DebugAssert() if an EFI_LOCK structure is not in the locked state.
199 is not in the locked state, then DebugAssert() is called passing in the source
216 _ASSERT (LockParameter not locked); \
  /external/autotest/frontend/afe/
rdb_model_extensions.py 140 Eg: set([hostname, locked, leased, status, invalid,
179 lock_time: DateTime at which the host was locked
185 locked = dbmodels.BooleanField(default=False) variable in class:AbstractHostModel
  /external/autotest/server/cros/dynamic_suite/
tools.py 235 @return True if host is alive and not incorrectly locked. Else, False.
252 Given a host, determine if the host is locked by some user.
254 If the host is unlocked, or locked by the test infrastructure,
260 @return False if the host is not locked, or locked by the infra.
261 True if the host is locked by the infra user.
263 return (host.locked and host.locked_by != infrastructure_user())
  /external/autotest/server/
frontend.py 541 query_args = dict(locked=False,
550 query_args = dict(locked=False,
720 Locking a host that's already locked using the 'modify_hosts' rpc
727 @param fail_if_locked: Return False if host is already locked.
734 update_data={'locked': True,
752 update_data={'locked': False,
901 status, lock_time, locked_by, locked, hostname, invalid,
911 self.locked, self.platform,
958 return not (self.locked
  /external/autotest/site_utils/
diagnosis_utils.py 268 logging.error('host: %s, status: %s, locked: %s '
272 history.hostname, host.status, host.locked,
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 367 v8::Locker locked(isolate_);
376 v8::Locker locked(isolate_);
427 v8::Locker locked(isolate_);
508 v8::Locker locked(isolate_);
  /external/kernel-headers/original/uapi/sound/
asequencer.h 480 * etc. if the queue is locked for other clients
483 unsigned locked:1; /* timing queue locked for other queues */ member in struct:snd_seq_queue_info

Completed in 1660 milliseconds

1 2 3 4 5 6 7 8 91011>>