/external/opencore/protocols/rtsp_client_engine/inc/ |
pvrtsp_client_engine_factory.h | 56 * the idle state. An attempt to delete in any other state will fail and return false.
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/ |
lcentry.h | 70 #define CLS_OUTGOING_IDLE 0X00 /* Outgoing Idle */ 72 #define CLS_INCOMING_IDLE 0X01 /* Incoming Idle */ 284 return("Outgoing IDLE"); 290 return("Incoming IDLE");
|
mr.h | 50 #define MR_OUTGOING_IDLE 0X00 /* Outgoing Idle */ 52 #define MR_INCOMING_IDLE 0X01 /* Incoming Idle */
|
rme.h | 51 #define RME_OUTGOING_IDLE 0X00 /* Outgoing Idle */ 53 #define RME_INCOMING_IDLE 0X01 /* Incoming Idle */
|
/external/webkit/WebCore/platform/graphics/qt/ |
MediaPlayerPrivatePhonon.h | 64 Idle,
|
/external/webkit/WebKit/chromium/src/ |
AssertMatchingEnums.cpp | 159 COMPILE_ASSERT_MATCHING_ENUM(WebApplicationCacheHost::Idle, ApplicationCacheHost::IDLE); 269 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayer::Idle, MediaPlayer::Idle);
|
/frameworks/base/core/java/android/net/ |
NetworkInfo.java | 37 * <tr><td><code>IDLE</code></td><td><code>DISCONNECTED</code></td></tr> 59 IDLE, 89 stateMap.put(DetailedState.IDLE, State.DISCONNECTED); 132 setDetailedState(DetailedState.IDLE, null, null);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerStateUnitTestTemplate.java | 172 * always resets the MediaPlayer object to Idle (after reset) state. 337 case IDLE: 381 case IDLE: 422 callMediaPlayerMethodUnderTestInState(MediaPlayerStateErrors.MediaPlayerState.IDLE);
|
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/ |
VpnService.java | 63 private VpnState mState = VpnState.IDLE; 237 if (mState == VpnState.IDLE) return; 244 setState(VpnState.IDLE); 307 if ((s == VpnState.IDLE) && (err != null)) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallTracker.java | 109 * @return true if we're idle or there's a call to getCurrentCalls() pending
|
/packages/apps/IM/plugin/com/android/im/plugin/ |
ImPluginConstants.java | 58 * Presence status IDLE. Should match the value defined in the IM engine.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DeferredHandler.java | 85 /** Schedule runnable to run when the queue goes idle. */
|
/packages/apps/Settings/src/com/android/settings/vpn/ |
VpnSettings.java | 225 changeState(mActiveProfile, VpnState.IDLE); 335 boolean isIdle = (state == VpnState.IDLE); 470 changeState(mActiveProfile, VpnState.IDLE); 692 case IDLE: 732 changeState(p, VpnState.IDLE); 735 case IDLE: 762 case IDLE: [all...] |
/frameworks/base/media/java/android/media/ |
MediaPlayer.java | 75 * after {@link #reset()} is called, it is in the <em>Idle</em> state; and after 88 * {@link #prepareAsync()} in the <em>Idle</em> state for both cases. If any of these 108 * <em>Idle</em> state, while those created with one 110 * in the <em>Idle</em> state. In fact, the objects are in the <em>Prepared</em> 131 * {@link #reset()} can be called to restore the object to its <em>Idle</em> 147 * MediaPlayer object in the <em>Idle</em> state to the 277 * <td>{Idle, Initialized, Prepared, Started, Paused, Stopped, 285 * <td>{Idle, Initialized, Error} </p></td> 290 * <td>{Idle, Initialized, Prepared, Started, Paused, Stopped, 297 * <td>{Idle, Initialized, Prepared, Started, Paused, Stopped [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Xfer/Slave_Dbl_Buf/ |
txXfer.c | 224 If in IDLE state, update state to WAIT_BUS and request the bus. 248 /* If in IDLE state, update state to WAIT_BUS and request the bus. */ 252 ("txXfer_sendPacket(): First Pkt, IDLE-STATE, Start Bus-Wait\n")); 302 ("txXfer_sendPacket(): First Pkt, not IDLE-STATE, XferState=%d\n", pTxXfer->txXferState)); 361 When the SM is active (not in IDLE state), it has either one or two packets buffered. 372 State: IDLE ----> WAIT_BUS ----> WAIT_HW_BUFFER ----> WAIT_XFER_DONE ----> WAIT_TRIGGER_DONE ----> IDLE 610 /* If still no packet was sent, release bus (Finish), set IDLE state and exit. */ 617 ("txXferSM Finished -> IDLE: NumPkts=%d, XferDonePostponed=%d, SyncIndication=%d\n", 620 return; /************ Exit State Machine (back to IDLE) ************/ [all...] |
/cts/tests/tests/net/src/android/net/cts/ |
ConnectivityManagerTest.java | 63 && ds.ordinal() >= DetailedState.IDLE.ordinal()); 71 && ds.ordinal() >= DetailedState.IDLE.ordinal());
|
/device/htc/passion-common/tools/ |
btconfig.c | 40 0x01, // idle threshold Host (x300ms) 41 0x01, // idle threadhold HC (x300ms)
|
/external/apache-http/src/org/apache/http/conn/ |
ClientConnectionManager.java | 95 * Closes idle connections in the pool. 103 * @param idletime the idle time of connections to be closed
|
/external/grub/netboot/ |
epic100.h | 59 #define INTR_TXIDLE (0x00040000) /* tx idle. NI */ 60 #define INTR_RXIDLE (0x00020000) /* rx idle. NI */
|
/external/openssl/crypto/rand/ |
rand_os2.c | 73 ULONG ulIdleLow; /* Low 32 bits of idle time */ 74 ULONG ulIdleHigh; /* High 32 bits of idle time */
|
/external/qemu/slirp/ |
tcp_output.c | 76 int idle, sendalot; local 87 idle = (tp->snd_max == tp->snd_una); 88 if (idle && tp->t_idle >= tp->t_rxtcur) 90 * We have been idle for "a while" and no acks are 167 * Sender silly window avoidance. If connection is idle 179 if ((1 || idle || tp->t_flags & TF_NODELAY) && 234 * idle not doing retransmits or persists 244 * The output side is idle when both timers are zero.
|
tcp_timer.h | 71 * connection is idle (no segments received) for TCPTV_KEEP_INIT amount of time, 73 * is established, if the connection is idle for TCPTV_KEEP_IDLE time
|
/external/qemu/slirp-android/ |
tcp_output.c | 76 int idle, sendalot; local 87 idle = (tp->snd_max == tp->snd_una); 88 if (idle && tp->t_idle >= tp->t_rxtcur) 90 * We have been idle for "a while" and no acks are 167 * Sender silly window avoidance. If connection is idle 179 if ((1 || idle || tp->t_flags & TF_NODELAY) && 234 * idle not doing retransmits or persists 244 * The output side is idle when both timers are zero.
|
tcp_timer.h | 71 * connection is idle (no segments received) for TCPTV_KEEP_INIT amount of time, 73 * is established, if the connection is idle for TCPTV_KEEP_IDLE time
|
/external/webkit/WebCore/loader/appcache/ |
ApplicationCacheGroup.h | 60 enum UpdateStatus { Idle, Checking, Downloading }; 136 // ApplicationCache object, so this may be null even when update status is not Idle.
|