HomeSort by relevance Sort by last modified time
    Searched refs:isBusy (Results 1 - 25 of 46) 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 127 bool isBusy = false;
129 isBusy = gIsBusy;
131 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: %u", __func__, isBusy);
132 return isBusy;
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.h 71 bool isBusy();
JpegCompressor.cpp 200 bool JpegCompressor::isBusy() {
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
JpegCompressor.h 64 bool isBusy();
JpegCompressor.cpp 204 bool JpegCompressor::isBusy() {
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.h 56 bool isBusy();
JpegCompressor.cpp 140 bool JpegCompressor::isBusy() {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothDetailsButtonsControllerTest.java 77 when(mCachedDevice.isBusy()).thenReturn(false);
161 when(mCachedDevice.isBusy()).thenReturn(true);
169 when(mCachedDevice.isBusy()).thenReturn(false);
181 when(mCachedDevice.isBusy()).thenReturn(true);
BluetoothDetailsProfilesControllerTest.java 244 when(mCachedDevice.isBusy()).thenReturn(true);
406 when(mCachedDevice.isBusy()).thenReturn(true);
DeviceProfilesSettingsTest.java 117 when(mCachedDevice.isBusy()).thenReturn(true);
  /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/
BluetoothDetailsButtonsController.java 62 mActionButtons.setButton2Enabled(!mCachedDevice.isBusy());
BluetoothDetailsProfilesController.java 98 profilePref.setEnabled(!mCachedDevice.isBusy());
121 highQualityPref.setEnabled(!mCachedDevice.isBusy());
DeviceProfilesSettings.java 385 profilePref.setEnabled(!mCachedDevice.isBusy());
412 v.setEnabled(!mCachedDevice.isBusy());
BluetoothDevicePreference.java 139 setEnabled(!mCachedDevice.isBusy());
  /system/core/logd/
LogBuffer.h 187 bool isBusy(log_time watermark);
LogBuffer.cpp 633 bool LogBuffer::isBusy(log_time watermark) {
746 busy = isBusy(watermark);
834 busy = isBusy(watermark);
    [all...]
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
LoopbackActivity.java     [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDevice.java 599 public boolean isBusy() {
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 314 requestCount += mJpegCompressor->isBusy() ? 1 : 0;
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCamera2.cpp 338 requestCount += mJpegCompressor->isBusy() ? 1 : 0;
    [all...]
  /external/annotation-tools/asmx/test/lib/
ccl.jar 

Completed in 824 milliseconds

1 2