/external/bluetooth/bluez/input/ |
input.conf | 7 # Set idle timeout (in minutes) before the connection will
|
/system/bluetooth/data/ |
input.conf | 7 # Set idle timeout (in minutes) before the connection will
|
/frameworks/base/vpn/java/android/net/vpn/ |
VpnState.java | 22 * A normal VPN connection lifetime starts in {@link IDLE}. When a new 24 * {@link CONNECTED} if successful; back to {@link IDLE} if failed. 26 * {@link DISCONNECTING} and then {@link IDLE}. 28 * is in transition to {@link IDLE}. 37 CONNECTING, DISCONNECTING, CANCELLED, CONNECTED, IDLE, UNUSABLE, UNKNOWN
|
/external/ppp/pppd/plugins/ |
minconn.c | 45 "Set minimum connect time before idle timeout applies" }, 49 static int my_get_idle(struct ppp_idle *idle) 53 if (idle == NULL) 55 t = idle->xmit_idle; 56 if (idle->recv_idle < t) 57 t = idle->recv_idle;
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/ |
msd.h | 81 enum MSDState { IDLE, OUTGOING_AWAITING_RESPONSE, INCOMING_AWAITING_RESPONSE }; // states 87 State(IDLE), 103 State = IDLE; 126 case IDLE: 127 Idle(); 141 case IDLE: 142 Idle(msd); 160 case IDLE: 178 case IDLE: 196 case IDLE [all...] |
ce.h | 72 enum CEState { IDLE, AWAITING_RESPONSE }; // states 77 OutgoingState(IDLE), 78 IncomingState(IDLE), 88 OutgoingState = IDLE; 89 IncomingState = IDLE; 106 case IDLE: 120 case IDLE: 135 case IDLE: 151 case IDLE: 166 case IDLE [all...] |
/external/webkit/LayoutTests/http/tests/appcache/ |
update-cache-expected.txt | 8 Cache status is IDLE
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis2/ |
Visualization2RS.java | 39 if (mWorldState.idle == 0) { 40 mWorldState.idle = 1; 45 if (mWorldState.idle != 0) { 46 mWorldState.idle = 0;
|
/packages/wallpapers/MusicVisualization/res/raw/ |
waveform.rs | 36 float idle[8192]; 77 if (State->idle) { 79 // idle state animation 98 // idle animation 104 // morph from idle animation back to waveform 105 makeIdleWave(idle); 111 points[i*8+1] = (val * (FADEIN_LENGTH - fadeincounter) + idle[i*8+1] * fadeincounter) / FADEIN_LENGTH; 112 points[i*8+5] = (-val * (FADEIN_LENGTH - fadeincounter) + idle[i*8+5] * fadeincounter) / FADEIN_LENGTH;
|
/system/core/toolbox/ |
ionice.c | 8 static char *classes[] = {"none", "rt", "be", "idle", NULL}; 17 fprintf(stderr, "usage: ionice <pid> [none|rt|be|idle] [prio]\n"); 41 } else if (!strcmp(argv[2], "idle")) {
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GSMPhoneTest.java | 145 // IDLE state 147 assertEquals(Phone.State.IDLE, mGSMPhone.getState()); 152 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState()); 153 assertEquals(Call.State.IDLE, mGSMPhone.getForegroundCall().getState()); 154 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState()); 183 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState()); 186 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState()); 215 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState()); 217 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState()); 242 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState()) [all...] |
/external/netperf/ |
netcpu_pstatnew.c | 42 uint64_t idle; member in struct:cpu_time_counters 55 idle. The rate at which this increments during a test is compared 84 /* get the idle sycle counter for each processor. now while on a 104 res[i].idle = (((uint64_t)psp[i].psp_idlecycles.psc_hi << 32) + 110 res[i].idle); 161 "\t idle %llu\n",counters[instance].idle); 227 thing in measuring user, kernel, interrupt and idle all together 231 properly accounted. The sum of user, kernel, interrupt and idle 237 idle cycles is sufficiently accurate. So, while we will still d [all...] |
netcpu_kstat10.c | 45 uint64_t idle; member in struct:cpu_time_counters 61 "\t idle %llu\n",counters[instance].idle); 144 counters[cpu_num].idle = knp->value.ui64; 294 counters is not going to use a comparison to an idle rate. so, the 352 spent in user, idle and kernel. We also have nanoseconds spent 356 idle will also include time spent in interrupt. for netperf's 358 but we certainly do care for idle. the $64B question becomes - 361 we could just subtract interrupt time from idle. that has the 366 time from each of user, kernel and idle in proportion to thei [all...] |
/packages/apps/IM/src/com/android/im/app/ |
PresenceUtils.java | 39 case Presence.IDLE: 40 return Imps.Presence.IDLE; 62 case Imps.Presence.IDLE: 81 case Imps.Presence.IDLE:
|
/packages/apps/Phone/src/com/android/phone/ |
CdmaPhoneCallState.java | 24 * IDLE - When no call is going on. This is just required as default state to reset the PhoneApp 49 * IDLE - When no call is going on. 55 IDLE, 76 mCurrentCallState = PhoneCallState.IDLE; 77 mPreviousCallState = PhoneCallState.IDLE; 101 //and previous state was IDLE as we could reach the SINGLE_ACTIVE 106 && (mPreviousCallState == PhoneCallState.IDLE)) { 150 mCurrentCallState = PhoneCallState.IDLE; 151 mPreviousCallState = PhoneCallState.IDLE;
|
/external/bluetooth/glib/tests/ |
threadpool-test.c | 67 DEBUG_MSG (("[funcs] Setting max idle time to %d", 71 DEBUG_MSG (("[funcs] Getting max idle time = %d", 75 DEBUG_MSG (("[funcs] Setting max idle time to 0")); 78 DEBUG_MSG (("[funcs] Getting max idle time = %d", 115 DEBUG_MSG (("[unused] ===> pushed %d threads onto the idle pool", 132 DEBUG_MSG (("[unused] stopped idle threads, %d remain, %d threads still exist", 317 DEBUG_MSG (("[idle] ---> entered thread:%2.2d", thread_id)); 321 DEBUG_MSG (("[idle] <--- exiting thread:%2.2d", thread_id)); 334 DEBUG_MSG (("[idle] ===> pushed new thread with id:%d, number " 366 DEBUG_MSG (("[idle] ===> pushed new thread with id:%d, 444 guint idle; local [all...] |
/external/kernel-headers/original/linux/ |
ioprio.h | 22 * class, the default for any process. IDLE is the idle scheduling class, it
|
/cts/tests/tests/net/src/android/net/cts/ |
NetworkInfo_DetailedStateTest.java | 41 assertEquals(DetailedState.IDLE, DetailedState.valueOf("IDLE")); 56 assertEquals(DetailedState.IDLE, expected[0]);
|
/bionic/libc/kernel/common/linux/ |
kernel_stat.h | 28 cputime64_t idle; member in struct:cpu_usage_stat
|
/external/apache-http/src/org/apache/http/conn/ |
ConnectionKeepAliveStrategy.java | 39 * idle before being reused. 52 * idle. If the connection is left idle for longer than this period of time, 67 * idle, or <=0 if no suggested duration.
|
/external/bluetooth/bluez/compat/ |
hidd.1 | 16 Set idle timeout (in minutes)
|
/frameworks/base/core/tests/coretests/src/android/os/ |
IdleHandlerTest.java | 78 "Idle handler called " + mCount + " times")); 114 "Idle handler called " + mCount + " times")); 149 "Idle handler called " + mCount + " times")); 185 "Idle handler called " + mCount + " times"));
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
kernel_stat.h | 28 cputime64_t idle; member in struct:cpu_usage_stat
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
kernel_stat.h | 28 cputime64_t idle; member in struct:cpu_usage_stat
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
kernel_stat.h | 28 cputime64_t idle; member in struct:cpu_usage_stat
|