/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/ |
rme.cpp | 50 /* : Status Outgoing Idle */ 71 /* : Status Incoming Idle */ 509 return("Outgoing IDLE"); 515 return("Incoming IDLE");
|
/external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/include/ |
pvmi_mio_avi_wav_file_factory.h | 147 * the idle state. An attempt to delete in any other state will fail and return false.
|
/external/ppp/pppd/include/net/ |
if_ppp.h | 131 #define PPPIOCGIDLE _IOR('t', 74, struct ppp_idle) /* get idle time */
|
/external/srec/srec/crec/ |
comp_stats.c | 125 /* WxWorks: clock() always returns -1. VxWorks does not track per-task time or system idle time.
|
/external/webkit/JavaScriptCore/profiler/ |
ProfileGenerator.cpp | 41 static const char* NonJSExecution = "(idle)";
|
/external/webkit/WebCore/platform/graphics/ |
MediaPlayer.h | 196 enum NetworkState { Empty, Idle, Loading, Loaded, FormatError, NetworkError, DecodeError };
|
/frameworks/base/core/java/android/os/ |
SystemClock.java | 44 * but is not affected by clock scaling, idle, or other power saving
|
/frameworks/base/include/media/ |
mediarecorder.h | 106 * MEDIA_RECORDER_IDLE IDLE
|
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/ |
VpnServiceBinder.java | 134 broadcastConnectivity(p.getName(), VpnState.IDLE);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DefaultPhoneNotifier.java | 159 return Phone.State.IDLE;
|
PhoneStateIntentReceiver.java | 49 Phone.State mPhoneState = Phone.State.IDLE;
|
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/ |
PowerTestActivity.java | 71 setTitle("Idle");
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
spid.h | 66 #define CLOCK_POLARITY 0x8 /* 0/1 Idle state clock polarity is low/high */
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
OMX_G726Dec_CompThread.h | 51 * from by the application i.e. component is transitioned from Idle to Loaded
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
armtime | 49 uptime_idle = 0; # total idle uptime (before/after)
|
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/ |
FwEvent.c | 315 * If IDLE, start the SM, and if not just indicate pending event for later. 324 /* If the SM is idle, call it to start handling new events */ 370 /* IDLE: Update TwIf and read interrupt info from FW */ 385 /* If state was changed to IDLE by recovery or stop process, exit (process terminated) */
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
broadcastKey802_1x.c | 101 /* next state and actions for IDLE state */
|
unicastKey802_1x.c | 106 /* next state and actions for IDLE state */
|
/packages/apps/Calendar/src/com/android/calendar/ |
AgendaActivity.java | 85 // TODO: We should restore the old heap size once the activity reaches the idle state
|
/packages/apps/IM/plugin/com/android/im/plugin/ |
BrandingResourceIDs.java | 104 * The string of the idle presence status.
|
/packages/apps/IM/src/com/android/im/app/ |
ProviderListItem.java | 198 case Imps.Presence.IDLE:
|
/packages/apps/IM/src/com/android/im/engine/ |
Presence.java | 40 public static final int IDLE = 3;
|
/packages/apps/Settings/src/com/android/settings/ |
MasterClear.java | 167 * idle timeout).
|
MediaFormat.java | 181 * idle timeout).
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/ |
smeSm.h | 150 UINT8 shutDownStatus; /* Internal shutdown status - used to indicate SME move to IDLE during unload process */
|