HomeSort by relevance Sort by last modified time
    Searched defs:isBusy (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/printing/android/java/src/org/chromium/printing/
PrintingController.java 45 public boolean isBusy();
PrintingControllerImpl.java 161 public boolean isBusy() {
  /external/chromium_org/third_party/skia/src/gpu/
GrPlotMgr.h 52 bool isBusy(int x, int y) const {
  /external/skia/src/gpu/
GrPlotMgr.h 52 bool isBusy(int x, int y) const {
  /packages/apps/Nfc/nci/jni/
Pn544Interop.cpp 126 bool isBusy = false;
128 isBusy = gIsBusy;
130 ALOGD ("%s: %u", __FUNCTION__, isBusy);
131 return isBusy;
  /frameworks/opt/net/voip/src/java/android/net/rtp/
AudioStream.java 67 public final boolean isBusy() {
120 if (isBusy()) {
154 if (isBusy()) {
RtpStream.java 112 public boolean isBusy() {
130 * @see #isBusy()
133 if (isBusy()) {
151 * @see #isBusy()
154 if (isBusy()) {
177 * @see #isBusy()
181 if (isBusy()) {
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 140 bool JpegCompressor::isBusy() {
  /cts/tests/tests/net/src/android/net/rtp/cts/
AudioGroupTest.java 160 assertFalse(mStreamA.isBusy());
161 assertFalse(mStreamB.isBusy());
AudioStreamTest.java 37 assertFalse(stream.isBusy());
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 200 bool JpegCompressor::isBusy() {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
commands.js 67 if (this.isBusy())
76 CommandQueue.prototype.isBusy = function() { return this.busy_ };
image_util.js 528 ImageUtil.ImageLoader.prototype.isBusy = function() {
537 return this.isBusy() && util.isSameEntry(this.entry_, entry);
image_editor.js 67 return !this.commandQueue_ || this.commandQueue_.isBusy();
73 ImageEditor.prototype.isBusy = function() {
74 return this.commandQueue_ && this.commandQueue_.isBusy();
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
commands.js 67 if (this.isBusy())
76 CommandQueue.prototype.isBusy = function() { return this.busy_ };
image_util.js 528 ImageUtil.ImageLoader.prototype.isBusy = function() {
537 return this.isBusy() && util.isSameEntry(this.entry_, entry);
image_editor.js 67 return !this.commandQueue_ || this.commandQueue_.isBusy();
73 ImageEditor.prototype.isBusy = function() {
74 return this.commandQueue_ && this.commandQueue_.isBusy();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 465 boolean isBusy() {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 364 milliseconds

1 2