/frameworks/base/media/jni/soundpool/ |
SoundPool.h | 119 enum state { IDLE, RESUMING, STOPPING, PAUSED, PLAYING }; 120 SoundChannel() : mAudioTrack(0), mState(IDLE), mNumChannels(1),
|
/frameworks/base/services/java/com/android/server/am/ |
HistoryRecord.java | 101 boolean idle; // has the activity gone idle? field in class:HistoryRecord 161 pw.print(" idle="); pw.println(idle); 207 idle = false; 402 if (!idle) { 405 // the normal idle happens. 408 // If this activity was already idle, then we now need to
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 118 * Check if the phone is idle. 119 * @return true if the phone state is IDLE.
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmCall.java | 143 state = State.IDLE; 205 state = State.IDLE;
|
/hardware/ti/wlan/wl1271/platforms/hw/linux/ |
SdioAdapter.h | 111 * \note It's assumed that this function is called only when idle (i.e. previous Txn is done). 137 * \note It's assumed that this function is called only when idle (i.e. previous Txn is done).
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
roamingMngr_manualSM.c | 100 /* next state and actions for IDLE state */ 148 "IDLE",
|
/system/wlan/ti/wilink_6_1/platforms/hw/linux/ |
SdioAdapter.h | 104 * \note It's assumed that this function is called only when idle (i.e. previous Txn is done). 130 * \note It's assumed that this function is called only when idle (i.e. previous Txn is done).
|
/system/wlan/ti/wilink_6_1/stad/src/Application/ |
roamingMngr_manualSM.c | 100 /* next state and actions for IDLE state */ 148 "IDLE",
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ThreadPoolExecutor.java | 49 * handle the request, even if other worker threads are idle. If 88 * excess threads will be terminated if they have been idle for more 95 * disables idle threads from ever terminating prior to shut down. The 474 * Timeout in nanoseconds for idle threads waiting for work. 617 * idle worker to ensure that shutdown signals propagate. This 715 * interrupt only one idle worker, but shutdown() interrupts all 716 * idle workers so that redundant workers exit promptly, not [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaDataConnectionTracker.java | 330 if ((state == State.IDLE || state == State.SCANNING) 335 phone.getState() == Phone.State.IDLE ) 509 if (phone.getState() == Phone.State.IDLE) { 629 setState(State.IDLE); 695 if (state != State.IDLE) { 750 setState(State.IDLE); 774 * IDLE state and send notifications to those interested. [all...] |
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
AbstractConnPool.java | 77 /** The handler for idle connections. */ 233 * Closes idle connections. 235 * @param idletime the time the connections should have been idle
|
/external/kernel-headers/original/linux/sunrpc/ |
svc.h | 26 * a list of idle threads waiting for input. 31 struct list_head sv_threads; /* idle server threads */ 112 struct list_head rq_list; /* idle list */
|
/frameworks/base/core/java/android/test/ |
InstrumentationTestCase.java | 223 * Sends a series of key events through instrumentation and waits for idle. The sequence 278 * Sends a series of key events through instrumentation and waits for idle. For instance: 301 * Sends a series of key events through instrumentation and waits for idle. Each key code
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.provider.Contacts.PresenceColumns.html | 108 <A NAME="android.provider.Contacts.PresenceColumns.IDLE"></A> 109 <nobr><code>int</code> <A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#IDLE" target="_top"><code>IDLE</code></A></nobr>
|
android.provider.ContactsContract.StatusColumns.html | 108 <A NAME="android.provider.ContactsContract.StatusColumns.IDLE"></A> 109 <nobr><code>int</code> <A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#IDLE" target="_top"><code>IDLE</code></A></nobr>
|
/bionic/libc/kernel/common/linux/ |
atmdev.h | 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultConnectionKeepAliveStrategy.java | 43 * that a connection can remain idle.
|
/external/bluetooth/glib/glib/ |
gthreadpool.h | 108 /* Set maximum time a thread can be idle in the pool before it is stopped */
|
/external/kernel-headers/original/asm-x86/ |
irqflags_32.h | 76 * Used in the idle loop; sti takes one instruction cycle
|
/external/opencore/engines/adapters/player/framemetadatautility/include/ |
pv_frame_metadata_factory.h | 68 * the idle state. An attempt to delete an instance in any other state will
|
/external/opencore/nodes/pvcommsionode/include/ |
pv_comms_io_node_factory.h | 69 * the idle state. An attempt to delete in any other state will fail and return false.
|
/external/opencore/nodes/pvdownloadmanagernode/include/ |
pvmf_downloadmanager_factory.h | 58 * the idle state. An attempt to delete in any other state will fail and return false.
|
/external/opencore/nodes/pvdummyoutputnode/include/ |
pvmf_dummy_fileoutput_factory.h | 74 * the idle state. An attempt to delete in any other state will fail and return false.
|
/external/opencore/nodes/pvfileoutputnode/include/ |
pvmf_fileoutput_factory.h | 74 * the idle state. An attempt to delete in any other state will fail and return false.
|
/external/opencore/nodes/pvmediainputnode/include/ |
pvmf_media_input_node_factory.h | 54 * the idle state. An attempt to delete in any other state will fail and return false.
|