HomeSort by relevance Sort by last modified time
    Searched refs:stopped (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied-stops-watches.js 1 description("Tests that when Geolocation permission is denied, watches are stopped, as well as one-shots.");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 40 RemoteAdtTestRunner_RunStoppedMsg=Test run stopped
  /bionic/libc/bionic/
pthread-timers.c 108 int volatile stopped; /* set by _start_stop() */ member in struct:thr_timer
187 timer->stopped = stop;
360 timer->stopped = 0;
549 /* if the timer is stopped or disarmed, wait indefinitely
552 if ( timer->stopped || timespec_is_zero(&expires) )
  /external/qemu/
cpu-defs.h 63 #define EXCP_DEBUG 0x10002 /* cpu stopped after a breakpoint or singlestep */
152 uint32_t stopped; /* Artificially stopped */ \
vl-android.c 823 /* disable cpu_get_ticks() : the clock is stopped. You must not call
    [all...]
vl.c 897 /* disable cpu_get_ticks() : the clock is stopped. You must not call
    [all...]
  /external/webkit/WebCore/storage/
Database.h 112 bool stopped() const { return m_stopped; } function in class:WebCore::Database
SQLTransaction.cpp 92 if (!m_executeSqlAllowed || m_database->stopped()) {
152 if (!m_database->stopped())
155 // If the database was stopped, don't do anything and cancel queued work
156 LOG(StorageAPI, "Database was stopped - cancelling work for this transaction");
161 // The current SQLite transaction should be stopped, as well
  /external/webkit/WebKit/android/plugins/
ANPSoundInterface.cpp 136 return track->mTrack->stopped();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 412 if (VERBOSE) Log.v(TAG, "successfully stopped pbap service");
505 private boolean stopped = false; field in class:BluetoothPbapService.SocketAcceptThread
509 while (!stopped) {
547 stopped = true; // job done ,close this thread;
549 if (stopped) {
558 stopped = true;
  /frameworks/base/include/media/
AudioRecord.h 218 * obtainBuffer returns STOPPED. Note that obtainBuffer() still works
222 bool stopped() const;
299 * filled entirely. If the track is stopped, obtainBuffer() returns
300 * STOPPED instead of NO_ERROR as long as there are buffers availlable,
310 STOPPED = 1
AudioTrack.h 231 * obtainBuffer returns STOPPED. Note that obtainBuffer() still works
235 bool stopped() const;
237 /* flush a stopped track. All pending buffers are discarded.
243 * obtainBuffer returns STOPPED. Note that obtainBuffer() still works
325 * This method must be called with the AudioTrack in paused or stopped state.
338 * - INVALID_OPERATION: the AudioTrack is not stopped.
346 * This method must be called with the AudioTrack in paused or stopped state.
350 * - INVALID_OPERATION: the AudioTrack is not stopped.
390 * filled entirely. If the track is stopped, obtainBuffer() returns
391 * STOPPED instead of NO_ERROR as long as there are buffers availlable
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 92 boolean stopped; // is activity pause finished? field in class:ActivityRecord
93 boolean delayedResume; // not yet resumed because of stopped app switches?
157 pw.print(" stopped="); pw.print(stopped);
208 stopped = false;
ActivityStack.java 119 STOPPED,
152 * List of activities that are ready to be stopped, but waiting
569 r.stopped = false;
579 r.state = ActivityState.STOPPED;
580 r.stopped = true;
    [all...]
  /system/core/sh/
jobs.c 313 put after all stopped jobs. */
327 case 2: /* newly stopped job - becomes curjob */
636 /* loop until process terminated or stopped */
1050 int stopped; local
1065 stopped = 1;
1075 stopped = 0;
1079 if (stopped) { /* stopped or done */
1116 * stopped processes. If block is zero, we return a value of zero
1186 * return 1 if there are stopped jobs, otherwise
    [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipService.java 1169 private synchronized boolean stopped() { method in class:SipService.WakeupTimer
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 208 boolean stopped; field in class:ActivityThread.ActivityClientRecord
227 stopped = false;
    [all...]
  /external/kernel-headers/original/linux/
serial_core.h 405 ((port)->info->tty->stopped || (port)->info->tty->hw_stopped)
tty.h 185 unsigned char stopped:1, hw_stopped:1, flow_stopped:1, packet:1; member in struct:tty_struct
  /frameworks/base/media/libmedia/
AudioTrack.cpp 396 bool AudioTrack::stopped() const function in class:android::AudioTrack
600 if (!stopped()) return INVALID_OPERATION;
621 if (!stopped()) return INVALID_OPERATION;
877 return active ? status_t(NO_ERROR) : status_t(STOPPED);
1012 if (err == status_t(STOPPED)) return false;
    [all...]
AudioRecord.cpp 347 bool AudioRecord::stopped() const function in class:android::AudioRecord
536 return active ? status_t(NO_ERROR) : status_t(STOPPED);
643 if (err == status_t(STOPPED)) return false;
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 143 int stopped; member in struct:bluetooth_data
194 if (data->stopped)
265 data->stopped = 0;
281 data->stopped = 1;
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java 695 int value, boolean stopped, android.hardware.Camera camera) {
696 Log.v(TAG, "Zoom changed: value=" + value + ". stopped="+ stopped);
701 // We only care if the zoom is stopped. mZooming is set to true when
703 if (stopped && mZoomState != ZOOM_STOPPED) {
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 73 * <li>After taking a picture, preview display will have stopped. To take more
728 * {@link #startPreview()}). Preview will be stopped after the image is
751 * OnZoomChangeListener} of the zoom value and whether zoom is stopped at
773 * OnZoomChangeListener} to know when the zoom is actually stopped. This
    [all...]

Completed in 855 milliseconds

1 2