HomeSort by relevance Sort by last modified time
    Searched refs:isBusy (Results 1 - 25 of 40) 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 335 ** Function: isBusy
342 bool isBusy ();
NativeNfcManager.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
SpellChecker.h 47 bool isBusy() const;
SpellChecker.cpp 93 return client() && isCheckable(node) && isAsynchronousEnabled() && !isBusy();
96 bool SpellChecker::isBusy() const
  /external/webkit/Source/WebCore/bindings/js/
GCController.cpp 71 if (!JSDOMWindow::commonJSGlobalData()->heap.isBusy())
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.h 66 bool isBusy();
JpegCompressor.cpp 200 bool JpegCompressor::isBusy() {
  /external/skia/src/gpu/
GrPlotMgr.h 55 bool isBusy(int x, int y) const {
GrAtlas.cpp 204 GrAssert(fPlotMgr->isBusy(x, y));
  /frameworks/av/services/camera/libcameraservice/camera2/
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());
  /external/webkit/Source/JavaScriptCore/API/
JSBase.cpp 100 if (!globalData.heap.isBusy())
  /external/webkit/Source/JavaScriptCore/heap/
Heap.h 75 bool isBusy(); // true if an allocation or collection is in progress
Heap.cpp 379 bool Heap::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 440 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/webkit/Source/JavaScriptGlue/
JavaScriptGlue.cpp 343 if (!heap->isBusy())

Completed in 1282 milliseconds

1 2