HomeSort by relevance Sort by last modified time
    Searched refs:stopped (Results 26 - 50 of 135) sorted by null

12 3 4 5 6

  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 386 * @return true if the movement completed, false if it was stopped prematurely.
538 final boolean stopped = !trackMotionScroll(dx, false);
540 if (!stopped && !mScroller.isFinished()) {
543 if (stopped) {
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-debug-liveedit.js 61 // stopped.
  /frameworks/base/core/java/android/view/
WindowManagerGlobal.java 506 public void setStoppedState(IBinder token, boolean stopped) {
512 root.setStopped(stopped);
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.h 152 // (i.e., post a PostPingMessage()) if the watcher has stopped pinging due to
472 static void SetStopped(bool stopped);
thread_watcher.cc 230 // If we have stopped watching or if the user is idle, then stop sending
279 // If we have stopped watching or if the user is idle, then stop sending
293 // If we have stopped watching then consider thread as responding.
761 void ThreadWatcherList::SetStopped(bool stopped) {
763 g_stopped_ = stopped;
    [all...]
  /frameworks/av/include/media/
AudioRecord.h 236 bool stopped() const;
327 * If the track buffer is empty and track is stopped, obtainBuffer() returns WOULD_BLOCK
329 * If the track buffer is empty and track is not stopped, obtainBuffer() blocks with a
384 * AudioRecord was stopped during the read
453 // Current client state: false = stopped, true = active. Protected by mLock. If more states
AudioTrack.h 299 * In static buffer mode, the track is stopped immediately.
303 * is first drained, mixed, and output, and only then is the track marked as stopped.
306 bool stopped() const;
308 /* Flush a stopped or paused track. All previously buffered data is discarded immediately.
311 * This function is a no-op if the track is not stopped or paused, or uses a static buffer.
415 * - INVALID_OPERATION: the AudioTrack is not stopped or paused, or is streaming mode.
443 * This method must be called with the AudioTrack in paused or stopped state.
448 * - INVALID_OPERATION: the AudioTrack is not stopped or paused, or is streaming mode.
491 * If the track buffer is full and track is stopped, obtainBuffer() returns WOULD_BLOCK
493 * If the track buffer is full and track is not stopped, obtainBuffer() blocks with
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 293 int stopped; member in class:venc_dev
  /external/strace/
strace.c 360 * Used when we want to unblock stopped traced process.
772 * Linux wrongly insists the child be stopped
786 * would be left stopped (process state T).
801 /* ESRCH: process is either not stopped or doesn't exist. */
809 /* Process is not stopped, need to stop it. */
874 * sig == other: process was already stopped
875 * with this stopping sig (see tests/detach-stopped).
877 * in DETACH for the tracee to remain stopped.
962 * process stopped (process state T) if we would terminate in
1260 /* Wait until child stopped itself *
2053 int stopped; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 143 boolean stopped; // is activity pause finished? field in class:ActivityRecord
144 boolean delayedResume; // not yet resumed because of stopped app switches?
266 pw.print(" stopped="); pw.print(stopped);
398 stopped = false;
590 if (stopped) {
649 // device is sleeping, then all activities are stopped, so in that
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 280 boolean stopped; field in class:ActivityThread.ActivityClientRecord
307 stopped = false;
    [all...]
  /external/chromium_org/net/socket/
deterministic_socket_data_unittest.cc 221 ASSERT_FALSE(data_->stopped());
369 ASSERT_FALSE(data_->stopped());
socket_test_util.cc 377 // If we've already stopped the loop, don't do it again until we've advanced
391 // Record the sequence_number at which we stopped the loop.
484 while ((!at_write_eof() || !at_read_eof()) && !stopped()) {
496 !stopped()) {
522 // Synchronous read while stopped is an error
523 if (stopped() && current_read_.mode == SYNCHRONOUS) {
524 LOG(ERROR) << "Unable to perform synchronous IO while stopped";
563 // Synchronous write while stopped is an error
564 if (stopped() && next_write.mode == SYNCHRONOUS) {
565 LOG(ERROR) << "Unable to perform synchronous IO while stopped";
    [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
trace_impl.cc 110 bool stopped = thread_.Stop(); local
115 return stopped;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
util.js 91 * Called when user activity has stopped. Re-starts the countdown.
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-restart-frame.js 56 // Restarter doesn't work on slim function when stopped on 'debugger'
debug-stepin-accessor.js 39 // to get into g.call and than check that execution is stopped inside
  /external/webrtc/src/system_wrappers/source/
trace_impl.cc 116 bool stopped = _thread.Stop(); local
121 return stopped;
  /external/valgrind/main/coregrind/
vgdb-invoker-ptrace.c 247 /* Wait till the process pid is reported as stopped with signal_expected.
250 Returns True when process is in stopped state with signal_expected.
252 to be stopped.
334 /* Stops the given pid, wait for the process to be stopped.
353 /* Attaches to given pid, wait for the process to be stopped.
784 Bool stopped; local
    [all...]
  /frameworks/av/media/libmedia/
SoundPool.cpp 799 bool stopped; local
802 stopped = doStop_l();
805 if (stopped) {
  /device/moto/shamu/
init.shamu.rc 336 on property:init.svc.wpa_supplicant=stopped
551 on property:init.svc.bootanim=stopped
574 on property:init.svc.surfaceflinger=stopped
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 385 * @return true if the movement completed, false if it was stopped prematurely.
547 final boolean stopped = !trackMotionScroll(dy, false);
549 if (!stopped && !mScroller.isFinished()) {
552 if (stopped) {
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
byte_reader.js 383 // If we've stopped reading because we found '0' but didn't hit size limit
416 // If we've stopped reading because we found '0' but didn't hit size limit
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]
  /device/asus/fugu/
init.fugu.rc 198 on property:init.svc.wpa_supplicant=stopped

Completed in 416 milliseconds

12 3 4 5 6