Searched refs:active (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDataCallState.java22 public int active; field in class:DataCallState
29 return "DataCallState: {" + " cid: " + cid + ", active: " + active + ", type: " + type
/frameworks/base/core/java/android/os/
H A DRemoteCallbackList.java199 * be active at a time, so you must be sure to always call this from the
237 Object[] active = mActiveBroadcast;
238 if (active == null || active.length < N) {
239 mActiveBroadcast = active = new Object[N];
243 active[i++] = cb;
250 * Retrieve an item in the active broadcast that was previously started
297 Object[] active = mActiveBroadcast;
298 if (active != null) {
301 active[
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodClient.aidl29 void setActive(boolean active);
/frameworks/base/media/libstagefright/codecs/aacenc/inc/
H A Dtns_func.h36 Word16 active);
43 Word16 active);
/frameworks/base/core/java/android/net/http/
H A DConnectionThread.java135 String active = mWaiting ? "w" : "a";
136 return "cid " + mId + " " + active + " " + con;
/frameworks/base/opengl/libagl/
H A Dtexture.cpp108 c->rasterizer.procs.activeTexture(c, c->textures.active);
117 * If the active textures are EGLImage, they need to be locked before
173 c->rasterizer.procs.activeTexture(c, c->textures.active);
312 const int active = c->textures.active; local
313 const GLuint name = c->textures.tmu[active].name;
316 texture_unit_t& u(c->textures.tmu[active]);
334 // bind this texture to the current active texture unit
339 invalidate_texture(c, active);
354 // bind this texture to the current active textur
368 const int active = c->textures.active; local
385 const int active = c->textures.active; local
621 const int active = c->textures.active; local
[all...]
H A Dstate.cpp469 c->transforms.texture[c->textures.active].top().elements(),
H A Dmatrix.cpp921 stack = &c->transforms.texture[c->textures.active];
/frameworks/base/core/java/com/android/internal/util/
H A DHierarchicalStateMachine.java110 * After starting mS5 the list of active states is mP0, mP1, mS1 and mS5.
120 * mS4.enter. The new list of active states is mP0, mP1, mS2 and mS4. So
493 boolean active; field in class:HierarchicalStateMachine.HsmHandler.StateInfo
500 return "state=" + state.getName() + ",active=" + active
729 mStateStack[mStateStackTopIndex].active = false;
741 mStateStack[i].active = true;
794 * state that is already active i.e. StateInfo.active == true.
803 * Search up the parent list of the destination state for an active
[all...]
/frameworks/base/media/libstagefright/omx/
H A DOMXNodeInstance.cpp122 // This ensures that all active buffers are properly freed even
469 ActiveBuffer active; local
470 active.mPortIndex = portIndex;
471 active.mID = id;
472 mActiveBuffers.push(active);
488 LOGW("Attempt to remove an active buffer we know nothing about...");
494 // the active buffer from the vector...
/frameworks/base/media/libmedia/
H A DAudioRecord.cpp460 int active; local
475 active = mActive;
476 if (UNLIKELY(!active)) {
535 active = mActive;
536 return active ? status_t(NO_ERROR) : status_t(STOPPED);
H A DAudioTrack.cpp773 int active; local
788 active = mActive;
789 if (UNLIKELY(!active)) {
790 LOGV("Not active and NO_MORE_BUFFERS");
876 active = mActive;
877 return active ? status_t(NO_ERROR) : status_t(STOPPED);
1081 snprintf(buffer, 255, " active(%d), latency (%d)\n", mActive, mLatency);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java81 * one such client is ever active (working with the IME) at a time.
154 * be active at a time. The inactive clients can not interact with key
160 * the active client will be processed by the current IME. This is enforced
165 * <li> <p>Only the active client's {@link InputConnection} will accept
166 * operations. The IMF tells each client process whether it is active, and
208 * True if this input method client is active, initially false.
359 final boolean active = msg.arg1 != 0;
361 mActive = active;
363 if (!active) {
370 // even when we are not active
[all...]
/frameworks/base/services/java/com/android/server/
H A DProcessStats.java201 public boolean active; field in class:ProcessStats.Stats
381 if (st.active) {
382 st.active = false;
387 if (!st.active) {
388 st.active = true;
H A DPowerManagerService.java178 private int mProximityPendingValue = -1; // -1 == nothing, 0 == inactive, 1 == active
907 throw new IllegalArgumentException("Wake lock not active");
2866 private void proximityChangedLocked(boolean active) { argument
2868 Slog.d(TAG, "proximityChangedLocked, active: " + active);
2874 if (active) {
2937 boolean active = (distance >= 0.0 && distance < PROXIMITY_THRESHOLD &&
2941 Slog.d(TAG, "mProximityListener.onSensorChanged active: " + active);
2945 mProximityPendingValue = (active
[all...]
H A DWifiService.java153 * being enabled but not active exceeds the battery drain caused by
297 ArrayList<String> active = intent.getStringArrayListExtra(
299 updateTetherState(available, active);
2379 throw new IllegalArgumentException("Wifi lock not active");
/frameworks/base/media/libstagefright/codecs/aacenc/src/
H A Dtns.c138 Word16 active) /*!< tns active flag */
156 tC->tnsActive = active;
205 Word16 active) /*!< tns active flag */
222 tC->tnsActive = active;
133 InitTnsConfigurationLong(Word32 bitRate, Word32 sampleRate, Word16 channels, TNS_CONFIG *tC, PSY_CONFIGURATION_LONG *pC, Word16 active) argument
200 InitTnsConfigurationShort(Word32 bitRate, Word32 sampleRate, Word16 channels, TNS_CONFIG *tC, PSY_CONFIGURATION_SHORT *pC, Word16 active) argument
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java128 // A set of pools of currently active timers. When a timer is queried, we will divide the
129 // elapsed time by the number of active timers to arrive at that timer's share of the time.
130 // In order to do this, we must refresh each timer whenever the number of active timers
873 // Accumulate time to all currently active timers before adding
876 // Add this timer to the active pool
901 // Accumulate time to all active counters, scaled by the total
902 // active in the pool, before taking this one out of the pool.
904 // Remove this timer from the active pool
2523 boolean active = false;
2526 active |
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestActivity.java176 ArrayList<String> active = intent.getStringArrayListExtra(
180 updateTetherState(available.toArray(), active.toArray(), errored.toArray());
580 // if no scan results are available, start active scan
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java1031 boolean active = ((dataCodingScheme & 0x08) == 0x08);
1037 mwiSense = active;
H A DGsmDataConnectionTracker.java121 /* Currently active APN */
129 /** Currently active DataConnection */
660 if ((states.get(i).cid == cid) && (states.get(i).active != 0)) {
715 // context is still listed with active = false, which
742 Log.i(LOG_TAG, "PDP connection has dropped (active=false case). "
1140 SystemProperties.set("gsm.defaultpdpcontext.active", "true");
1147 SystemProperties.set("gsm.defaultpdpcontext.active", "false");
/frameworks/base/core/java/android/content/
H A DSyncManager.java152 // set if the sync active indicator should be reported
736 * Cancel the active sync if it matches the authority and account.
1013 pw.print("active sync: "); pw.println(activeSyncContext);
1027 SyncInfo active = mSyncStorageEngine.getCurrentSync();
1028 if (active != null) {
1030 = mSyncStorageEngine.getAuthority(active.authorityId);
1031 final long durationInSeconds = (now - active.startTime) / 1000;
1341 * Used to keep track of whether a sync notification is active and who it is for.
1408 + " active is " + mActiveSyncContext);
1422 + " active i
[all...]
/frameworks/base/include/private/opengles/
H A Dgl_context.h359 int active; // active tmu member in struct:android::gl::texture_state_t
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnectionTracker.java78 /** Currently active CdmaDataConnection */
114 // if we have no active Apn this is null
909 // Check for an active or dormant connection element in
912 connectionState = dataCallStates.get(index).active;
920 // No active or dormant connection
921 Log.i(LOG_TAG, "onDataStateChanged: No active connection"
930 Log.v(LOG_TAG, "onDataStateChanged: active=LINK_ACTIVE && CONNECTED, ignore");
937 Log.v(LOG_TAG, "onDataStateChanged active=LINK_DOWN && CONNECTED, dormant");
944 Log.v(LOG_TAG, "onDataStateChanged: IGNORE unexpected DataCallState.active="
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java510 private native void nativeSetFocusControllerActive(boolean active); argument

Completed in 456 milliseconds

12