HomeSort by relevance Sort by last modified time
    Searched full:idle (Results 176 - 200 of 737) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scr.h 63 SCR_CS_IDLE = 0, /**< client is idle */
  /external/iproute2/include/linux/
pkt_sched.h 206 unsigned char Scell_log; /* cell size for idle damping */
249 __u8 Scell_log; /* cell size for idle damping */
  /external/kernel-headers/original/asm-arm/arch/
fpga.h 161 #define OMAP1510_FPGA_HID_nSS (1<<2) /* output 0/1 chip idle/select */
164 #define OMAP1510_FPGA_HID_ATN (1<<5) /* input 0/1 chip idle/ATN */
  /external/kernel-headers/original/linux/
pkt_sched.h 206 unsigned char Scell_log; /* cell size for idle damping */
249 __u8 Scell_log; /* cell size for idle damping */
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
mt.h 52 #define MT_OUTGOING_IDLE 0X00 /* Outgoing Idle */
54 #define MT_INCOMING_IDLE 0X01 /* Incoming Idle */
  /external/webkit/WebKitTools/Scripts/webkitpy/
buildbot_unittest.py 50 <td align="center" class="Activity idle">idle</td>
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 82 Phone.State state = Phone.State.IDLE;
202 // That call must be idle, so place anything that's
277 // ringing Call state change to idle is in CdmaCall.detach
429 state = Phone.State.IDLE;
432 if (state == Phone.State.IDLE && oldState != state) {
435 } else if (oldState == Phone.State.IDLE && oldState != state) {
713 // The ringingCall state will change to IDLE in CdmaCall.detach
715 // set the ringing call state to IDLE here to avoid a race condition
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 40 stateMap.put(SupplicantState.INACTIVE, DetailedState.IDLE);
48 stateMap.put(SupplicantState.UNINITIALIZED, DetailedState.IDLE);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 53 public int idle; field in class:GenericWaveRS.WorldState
250 // Preroll the MediaPlayer so we don't get a spurious 'idle'
  /external/bluetooth/glib/docs/reference/glib/tmpl/
main.sgml 29 Idle functions can also be added, and assigned a priority. These will
244 Use this for high priority idle functions.
255 Use this for default priority idle functions.
256 In GLib this priority is used when adding idle functions with g_idle_add().
769 For idle sources, the prepare and check functions always return %TRUE to
773 wasted which could have been spent running the idle function).
  /external/svox/pico/lib/
picoctrl.c 136 * - all pu's above current have status idle except possibly pu+1, which may be busy.
138 * - a pu returns idle iff its cbIn is empty and it has no more data ready for output */
194 } else if (0 == ctrl->curPU) { /* all pu's are idle */
196 } else { /* find non-idle pu above */
198 "find non-idle pu above from pu %d with status %d",
780 PICODBG_DEBUG(("IDLE"));
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 84 Phone.State state = Phone.State.IDLE;
179 // That call must be idle, so place anything that's
195 if (foregroundCall.getState() != GsmCall.State.IDLE) {
382 state = Phone.State.IDLE;
385 if (state == Phone.State.IDLE && oldState != state) {
388 } else if (oldState == Phone.State.IDLE && oldState != state) {
GsmDataConnectionTracker.java 317 waitingApns.clear(); // when teardown the connection and set to IDLE
443 if ((state == State.IDLE || state == State.SCANNING)
446 && phone.getState() == Phone.State.IDLE
451 if (state == State.IDLE) {
665 isConnected = (state != State.IDLE && state != State.FAILED);
759 setState(State.IDLE);
    [all...]
GSMPhone.java 309 case IDLE:
315 if ( mCT.state != Phone.State.IDLE
502 if (getRingingCall().getState() != GsmCall.State.IDLE) {
511 } else if (getBackgroundCall().getState() != GsmCall.State.IDLE) {
542 if (call.getState() != GsmCall.State.IDLE) {
595 if (getRingingCall().getState() != GsmCall.State.IDLE) {
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr_autoSM.c 107 /* next state and actions for IDLE state */
180 "IDLE",
642 * APs to roam to. Disconnect the BSS and retrun to IDLE state.
679 * Send Disconnect event and return to IDLE state.
744 * roamingMngr_smStartIdle - Start event when in Idle state
748 * Start event when in Idle state.
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngr_autoSM.c 107 /* next state and actions for IDLE state */
180 "IDLE",
636 * APs to roam to. Disconnect the BSS and retrun to IDLE state.
673 * Send Disconnect event and return to IDLE state.
738 * roamingMngr_smStartIdle - Start event when in Idle state
742 * Start event when in Idle state.
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 199 APP_DPRINT ("%d :: Error from SendCommand-Idle(Stop) State function\n",__LINE__);
704 APP_DPRINT ("Error from SendCommand-Idle(Init) State function - error = %d\n",error);
835 APP_DPRINT("Sending Idle Command - Line %d\n",__LINE__);
841 APP_DPRINT ("%d :: Error from SendCommand-Idle(Stop) State function\n",__LINE__);
865 APP_DPRINT("Sending Idle Command - Line %d\n",__LINE__);
871 APP_DPRINT ("%d :: Error from SendCommand-Idle(Stop) State function\n",__LINE__);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 210 Phone.State state = phone.getState(); // IDLE, RINGING, or OFFHOOK
220 // The phone state is IDLE!
223 // ended: the phone will be idle, but we *will* still
235 // that the phone is *truly* idle.
320 * totally idle. (See comments in updateState() above.)
340 // There's no call to display, presumably because the phone is idle.
386 case IDLE:
388 // an idle call! In updateState(), if the phone is idle,
391 Log.w(LOG_TAG, "displayMainCallStatus: IDLE call in the main call card!")
    [all...]
PhoneApp.java 180 Phone.State mLastPhoneState = Phone.State.IDLE;
407 // Create an instance of CdmaPhoneCallState and initialize it to IDLE
512 case IDLE:
513 if (DBG) Log.d(LOG_TAG, "Resetting audio state/mode: IDLE");
646 * Normally, when the phone is idle, CALL takes you to the call log
657 if (phone.getState() != Phone.State.IDLE) {
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/
smeSm.c 166 /* next state and actions for IDLE state */
439 /* RESTART_SCAN when exiting from IDLE state*/
617 /* Change shutdown status flag to indicate SME is in IDLE state */
620 /* Set SCR state to "Idle" */
628 /* Stop current scanning and go to idle */
636 /* Change shutdown status flag to indicate SME is in IDLE state */
639 /* Set the SCR group to "idle" */
    [all...]
  /external/bluetooth/glib/gio/
gbufferedinputstream.c 961 /* Complete immediately, not in idle, since we're already in a mainloop callout */
1061 /* Complete immediately, not in idle, since we're already in a mainloop callout */
1105 /* Complete immediately, not in idle, since we're already in a mainloop callout *
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
mr.cpp 49 /* : Status Outgoing Idle */
71 /* : Status Outgoing Idle */
94 /* : Status Incoming Idle */
510 return("Outgoing IDLE");
516 return("Incoming IDLE");
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 391 // return to idle state
522 // if not idle, this voice is being stolen
523 if (mState != IDLE) {
703 if (mState != IDLE) {
708 mState = IDLE;
  /external/bluetooth/glib/glib/
gmain.c 4 * gmain.c: Main loop abstraction, timeouts, and idle functions
    [all...]
  /system/vold/
Volume.cpp 82 return "Idle-Unmounted";
197 SLOGW("Volume is idle but appears to be mounted - fixing");
281 SLOGW("Volume is idle but appears to be mounted - fixing");

Completed in 385 milliseconds

1 2 3 4 5 6 78 91011>>