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

1 2

  /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()) {
  /packages/apps/Nfc/nci/jni/
Pn544Interop.cpp 128 bool isBusy = false;
130 isBusy = gIsBusy;
132 ALOGD ("%s: %u", __FUNCTION__, isBusy);
133 return isBusy;
NativeSecureElement.cpp 73 if (! se.isBusy())
124 if (! SecureElement::getInstance().isBusy())
SecureElement.h 311 ** Function: isBusy
318 bool isBusy ();
SecureElement.cpp     [all...]
NativeNfcManager.cpp     [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.h 66 bool isBusy();
JpegCompressor.cpp 200 bool JpegCompressor::isBusy() {
  /external/chromium_org/third_party/skia/src/gpu/
GrPlotMgr.h 53 bool isBusy(int x, int y) const {
  /external/skia/src/gpu/
GrPlotMgr.h 53 bool isBusy(int x, int y) const {
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.h 56 bool isBusy();
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());
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 220 pref.setEnabled(!mCachedDevice.isBusy());
340 profilePref.setEnabled(!mCachedDevice.isBusy());
BluetoothDevicePreference.java 119 setEnabled(!mCachedDevice.isBusy());
CachedBluetoothDevice.java 465 boolean isBusy() {
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaItemView.java 435 boolean isBusy = mIsPlaying || mTimeline.isTrimming() || mIsScrolling;
436 if (!isBusy && !mWantThumbnails.isEmpty()) {
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
commands.js 67 if (this.isBusy())
76 CommandQueue.prototype.isBusy = function() { return this.busy_ };
image_util.js 551 ImageUtil.ImageLoader.prototype.isBusy = function() {
560 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();
image_view.js 283 return this.imageLoader_.isBusy();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 299 requestCount += mJpegCompressor->isBusy() ? 1 : 0;
    [all...]

Completed in 2353 milliseconds

1 2