HomeSort by relevance Sort by last modified time
    Searched full:idle (Results 651 - 675 of 2399) sorted by null

<<21222324252627282930>>

  /external/webrtc/webrtc/base/
httpserver_unittest.cc 92 // Add an idle client connection
  /external/xmlrpcpp/src/
XmlRpcClient.h 86 enum ClientConnectionState { NO_CONNECTION, CONNECTING, WRITE_REQUEST, READ_HEADER, READ_RESPONSE, IDLE };
  /frameworks/av/camera/aidl/android/hardware/camera2/
ICameraDeviceUser.aidl 51 * or endConfigure. It is not valid to call this when the device is not idle.
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 436 // to idle. Pretend we made it to idle, and go back to loaded
437 ALOGV("load->idle canceled");
538 // The client will then transition the component from Executing to Idle,
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h 120 IDLE,
  /frameworks/base/core/java/android/bluetooth/
BluetoothActivityEnergyInfo.java 126 * @return idle time in ms
  /frameworks/base/core/java/android/net/
INetworkManagementEventObserver.aidl 89 * @param active True if the interface is actively transmitting data, false if it is idle.
NetworkInfo.java 40 * <tr><td><code>IDLE</code></td><td><code>DISCONNECTED</code></td></tr>
62 IDLE,
98 stateMap.put(DetailedState.IDLE, State.DISCONNECTED);
137 setDetailedState(DetailedState.IDLE, null, null);
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 48 public static final String POWER_CPU_IDLE = "cpu.idle";
85 public static final String POWER_WIFI_CONTROLLER_IDLE = "wifi.controller.idle";
91 public static final String POWER_BLUETOOTH_CONTROLLER_IDLE = "bluetooth.controller.idle";
97 public static final String POWER_MODEM_CONTROLLER_IDLE = "modem.controller.idle";
WifiPowerCalculator.java 69 Log.d(TAG, "UID " + u.getUid() + ": idle=" + idleTime + "ms rx=" + rxTime + "ms tx=" +
  /frameworks/base/docs/html/reference/android/support/test/espresso/
UiController.html 392 <p>Loops the main thread until the application goes idle.
601 queue is in an idle state again.</p>
632 <p>Loops the main thread until the application goes idle.
634 An empty task is immediately inserted into the task queue to ensure that if we're idle at this
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraDeviceBinderTest.java 60 // Wait for idle timeout value: 2000ms
490 // And wait for more idle
515 // Then flush and wait for idle
526 // Then flush and wait for the idle callback
  /frameworks/base/telephony/java/android/telephony/
ModemActivityInfo.java 129 * @return idle time in ms.
PreciseDisconnectCause.java 79 /** INTERCEPT order received, MS state idle entered */
  /frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DataIdleTest.java 33 * A test that dumps data usage to instrumentation out, used for measuring data usage for idle
  /frameworks/base/wifi/java/android/net/wifi/
WifiActivityEnergyInfo.java 160 * @return idle time in ms
  /frameworks/native/include/gui/
BufferItem.h 57 // mFence is a fence that will signal when the buffer is idle.
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiControllerTest.java 303 * When the wifi device is idle, AP mode is enabled and disabled
304 * we should return to the appropriate Idle state.
305 * Enter DeviceActiveState, indicate idle device, activate AP mode, disable AP mode.
307 * Expected: AP should successfully start and exit, then return to a device idle state.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCall.java 110 mState = State.IDLE;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmInboundSmsHandlerTest.java 374 // State machine should go back to idle and wait for second part
447 // State machine should go back to idle and wait for second part
461 // State machine should go back to idle
485 // State machine should go back to idle and wait for second part
  /hardware/intel/img/psb_video/src/
psb_surface.h 108 * Wait for surface to become idle
  /hardware/qcom/display/msm8909/libqservice/
IQService.h 56 SET_IDLE_TIMEOUT, // Set idle timeout for GPU fallback
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 508 int count_stop_restart=0; /* Executing-->Idle-->Executing*/
509 int count_stop_load=0; /* Loaded-->Idle-->Executing-->Idle-->Loaded */
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DeferredHandler.java 90 /** Schedule runnable to run when the queue goes idle. */
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraRecordingStream.java 92 "Stream can only be configured when stream is in IDLE state");
150 Log.w(TAG, "Can not detach surface when recording stream is in IDLE state");
176 Log.w(TAG, "Can not detach surface when recording stream is in IDLE state");
232 Log.e(TAG, "setting camera to idle");

Completed in 1386 milliseconds

<<21222324252627282930>>