Searched refs:stopped (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/include/media/
H A DAudioRecord.h207 bool stopped() const;
274 * filled entirely. If the track is stopped, obtainBuffer() returns
H A DAudioTrack.h221 bool stopped() const;
223 /* flush a stopped track. All pending buffers are discarded.
304 * This method must be called with the AudioTrack in paused or stopped state.
317 * - INVALID_OPERATION: the AudioTrack is not stopped.
325 * This method must be called with the AudioTrack in paused or stopped state.
329 * - INVALID_OPERATION: the AudioTrack is not stopped.
344 * filled entirely. If the track is stopped, obtainBuffer() returns
/frameworks/base/services/java/com/android/server/am/
H A DHistoryRecord.java88 boolean stopped; // is activity pause finished? field in class:HistoryRecord
89 boolean delayedResume; // not yet resumed because of stopped app switches?
150 pw.print(" stopped="); pw.print(stopped);
196 stopped = false;
H A DActivityManagerService.java479 * List of activities that are ready to be stopped, but waiting
699 * List of services that are in the process of being stopped.
1856 r.stopped = false;
1867 r.stopped = true;
2839 next.stopped = false;
3269 // This is the second allowed switch since we stopped switches,
4057 r.stopped = false;
4070 // Just in case, assume it to be stopped.
4071 r.stopped = true;
4265 // If this activity is already stopped, w
[all...]
/frameworks/base/media/libmedia/
H A DAudioTrack.cpp391 bool AudioTrack::stopped() const function in class:android::AudioTrack
564 if (!stopped()) return INVALID_OPERATION;
585 if (!stopped()) return INVALID_OPERATION;
H A DAudioRecord.cpp329 bool AudioRecord::stopped() const function in class:android::AudioRecord
/frameworks/base/core/java/android/app/
H A DActivityThread.java1306 boolean stopped; field in class:ActivityThread.ActivityRecord
1325 stopped = false;
2634 r.stopped = true;
2637 r.stopped = false;
3124 r.stopped = false;
3379 if (!keepShown && r.stopped) {
3419 r.stopped = true;
3466 // Tell activity manager we have been stopped.
3476 if (r.stopped) {
3478 r.stopped
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java532 * OnZoomChangeListener} of the zoom value and whether zoom is stopped at
551 * OnZoomChangeListener} to know when the zoom is actually stopped. This
584 * @param stopped whether smooth zoom is stopped. If the value is true,
590 void onZoomChange(int zoomValue, boolean stopped, Camera camera); argument
/frameworks/base/packages/TtsService/jni/
H A Dandroid_tts_SynthProxy.cpp300 if(pJniData->mAudioOut->stopped()

Completed in 160 milliseconds