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

12

/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/native/services/surfaceflinger/
H A DLayer.cpp235 if (!s.active.crop.isEmpty()) {
240 int winWidth = s.active.w;
241 int winHeight = s.active.h;
245 winWidth = s.active.h;
246 winHeight = s.active.w;
248 Rect winCrop = s.active.crop.transform(invTransform,
249 s.active.w, s.active.h);
438 " current={ active ={ wh={%4u,%4u} crop={%4d,%4d,%4d,%4d} (%4d,%4d) }\n"
440 " drawing={ active
[all...]
H A DLayerBase.cpp87 mCurrentState.active.w = w;
88 mCurrentState.active.h = h;
89 mCurrentState.active.crop.makeInvalid();
95 mCurrentState.requested = mCurrentState.active;
204 // always set active to requested, unless we're asked not to
209 editTemp.active = temp.requested;
212 if (front.active != temp.active) {
240 const Rect& crop(s.active.crop);
242 Rect win(s.active
[all...]
H A DLayerBase.h81 Geometry active; member in struct:android::LayerBase::State
/frameworks/base/opengl/java/android/opengl/
H A DManagedEGLContext.java98 ArrayList<ManagedEGLContext> active;
105 // If there are no active managed contexts, we will not even
127 active = new ArrayList<ManagedEGLContext>(sActive);
131 for (int i = 0; i < active.size(); i++) {
132 active.get(i).execTerminate();
/frameworks/av/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/native/opengl/libagl/
H A Dtexture.cpp107 c->rasterizer.procs.activeTexture(c, c->textures.active);
116 * If the active textures are EGLImage, they need to be locked before
172 c->rasterizer.procs.activeTexture(c, c->textures.active);
311 const int active = c->textures.active; local
312 const GLuint name = c->textures.tmu[active].name;
315 texture_unit_t& u(c->textures.tmu[active]);
333 // bind this texture to the current active texture unit
338 invalidate_texture(c, active);
353 // bind this texture to the current active textur
367 const int active = c->textures.active; local
384 const int active = c->textures.active; local
620 const int active = c->textures.active; local
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java120 * <p>After starting mS5 the list of active states is mP0, mP1, mS1 and mS5.
130 * mS4.enter. The new list of active states is mP0, mP1, mS2 and mS4. So
694 boolean active; field in class:StateMachine.SmHandler.StateInfo
701 return "state=" + state.getName() + ",active=" + active
939 mStateStack[mStateStackTopIndex].active = false;
951 mStateStack[i].active = true;
1004 * state that is already active i.e. StateInfo.active == true.
1013 * Search up the parent list of the destination state for an active
[all...]
/frameworks/base/core/jni/
H A Dandroid_net_TrafficStats.cpp92 int active; local
97 if (sscanf(buffer, "%31s %d %llu %llu %llu %llu %llu %llu %llu %llu", cur_iface, &active,
109 if (active) {
/frameworks/base/core/java/com/android/internal/net/
H A DNetworkStatsFactory.java87 final boolean active = reader.nextInt() != 0;
95 // fold in active numbers, but only when active
96 if (active) {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDataCallState.java44 public int active = 0; field in class:DataCallState
83 .append(" active=").append(active)
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp502 int active; local
517 active = mActive;
518 if (CC_UNLIKELY(!active)) {
593 active = mActive;
594 return active ? status_t(NO_ERROR) : status_t(STOPPED);
H A DAudioTrack.cpp940 bool active; local
961 active = mActive;
962 if (CC_UNLIKELY(!active)) {
963 ALOGV("Not active and NO_MORE_BUFFERS");
1046 active = mActive;
1047 return active ? status_t(NO_ERROR) : status_t(STOPPED);
1200 bool active = mActive; local
1204 if (active && (cblk->framesAvailable() == cblk->frameCount)) {
1442 snprintf(buffer, 255, " active(%d), latency (%d)\n", mActive, mLatency);
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp131 // This ensures that all active buffers are properly freed even
726 ActiveBuffer active; local
727 active.mPortIndex = portIndex;
728 active.mID = id;
729 mActiveBuffers.push(active);
745 ALOGW("Attempt to remove an active buffer we know nothing about...");
751 // the active buffer from the vector...
/frameworks/base/core/java/android/view/
H A DVolumePanel.java121 /** Currently active stream that shows up at the top of the list of sliders */
378 StreamControl active = mStreamControls.get(activeStreamType);
379 if (active == null) {
383 mSliderGroup.addView(active.group);
385 active.group.setVisibility(View.VISIBLE);
386 updateSlider(active);
396 // Skip the phone specific ones and the active one
595 // Special case for when Bluetooth is active for music
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java88 * one such client is ever active (working with the IME) at a time.
161 * be active at a time. The inactive clients can not interact with key
167 * the active client will be processed by the current IME. This is enforced
172 * <li> <p>Only the active client's {@link InputConnection} will accept
173 * operations. The IMF tells each client process whether it is active, and
239 * True if this input method client is active, initially false.
392 final boolean active = msg.arg1 != 0;
394 mActive = active;
396 if (!active) {
403 // even when we are not active
[all...]
/frameworks/base/core/java/com/android/internal/os/
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 DBatteryStatsImpl.java151 // A set of pools of currently active timers. When a timer is queried, we will divide the
152 // elapsed time by the number of active timers to arrive at that timer's share of the time.
153 // In order to do this, we must refresh each timer whenever the number of active timers
917 // Accumulate time to all currently active timers before adding
920 // Add this timer to the active pool
945 // Accumulate time to all active counters, scaled by the total
946 // active in the pool, before taking this one out of the pool.
948 // Remove this timer from the active pool
2691 boolean active = false;
2694 active |
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java147 /* Tracks if the current scan settings are active */
491 ArrayList<String> active; field in class:WifiStateMachine.TetherStateChange
494 active = ac;
610 ArrayList<String> active = intent.getStringArrayListExtra(
612 sendMessage(CMD_TETHER_STATE_CHANGE, new TetherStateChange(available, active));
869 public void setScanType(boolean active) { argument
870 if (active) {
1026 * Enabling would set active power mode and disable suspend optimizations;
1258 private boolean isWifiTethered(ArrayList<String> active) { argument
1263 for (String intf : active) {
[all...]
/frameworks/av/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/wilhelm/src/itf/
H A DIStreamInformation.c263 XAboolean active, /* [in] */
261 IStreamInformation_SetActiveStream( XAStreamInformationItf self, XAuint32 streamNum, XAboolean active, XAboolean commitNow) argument
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestActivity.java178 ArrayList<String> active = intent.getStringArrayListExtra(
182 updateTetherState(available.toArray(), active.toArray(), errored.toArray());
617 // Start an active scan
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java1077 boolean active = ((dataCodingScheme & 0x08) == 0x08);
1083 mwiSense = active;

Completed in 697 milliseconds

12