Searched defs:active (Results 1 - 25 of 26) sorted by last modified time

12

/frameworks/wilhelm/src/itf/
H A DIStreamInformation.c263 XAboolean active, /* [in] */
261 IStreamInformation_SetActiveStream( XAStreamInformationItf self, XAuint32 streamNum, XAboolean active, XAboolean commitNow) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataCallState.java44 public int active = 0; field in class:DataCallState
83 .append(" active=").append(active)
/frameworks/native/opengl/libagl/
H A Dcontext.h356 int active; // active tmu member in struct:android::gl::texture_state_t
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/native/services/surfaceflinger/
H A DLayerBase.h79 Geometry active; member in struct:android::LayerBase::State
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java142 /* Tracks if the current scan settings are active */
508 ArrayList<String> active; field in class:WifiStateMachine.TetherStateChange
511 active = ac;
630 ArrayList<String> active = intent.getStringArrayListExtra(
632 sendMessage(CMD_TETHER_STATE_CHANGE, new TetherStateChange(available, active));
896 public void setScanType(boolean active) { argument
897 if (active) {
1059 * Enabling would set active power mode and disable suspend optimizations;
1312 private boolean isWifiTethered(ArrayList<String> active) { argument
1317 for (String intf : active) {
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardMultiUserAvatar.java146 public void setActive(boolean active, boolean animate, final Runnable onComplete) { argument
147 if (mActive != active || mInit) {
148 mActive = active;
150 if (active) {
163 void updateVisualsForActive(boolean active, boolean animate, int duration, argument
165 final float finalAlpha = active ? mActiveAlpha : mInactiveAlpha;
166 final float initAlpha = active ? mInactiveAlpha : mActiveAlpha;
167 final float finalScale = active ? 1f : 1f / mActiveScale;
169 final int finalTextAlpha = active ? (int) (mActiveTextAlpha * 255) :
171 final int initTextAlpha = active
[all...]
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java162 /** Currently active network rules by UID. */
812 * Return NetworkInfo for the active (i.e., connected) network interface.
813 * It is assumed that at most one network is active at a time. If more
814 * than one is active, it is indeterminate which will be returned.
815 * @return the info for the active network, or {@code null} if none is
816 * active
882 * Return LinkProperties for the active (i.e., connected) default
884 * is active at a time. If more than one is active, it is indeterminate
886 * @return the ip properties for the active networ
1855 sendDataActivityBroadcast(int deviceType, boolean active) argument
[all...]
H A DNetworkManagementService.java156 /** Set of interfaces with active quotas. */
158 /** Set of interfaces with active alerts. */
160 /** Set of UIDs with active reject rules. */
164 /** Set of interfaces with active idle timers. */
308 private void notifyInterfaceClassActivity(String label, boolean active) { argument
312 mObservers.getBroadcastItem(i).interfaceClassDataActivityChanged(label, active);
346 Slog.d(TAG, "pushing " + size + " active quota rules");
356 Slog.d(TAG, "pushing " + size + " active alert rules");
366 Slog.d(TAG, "pushing " + size + " active uid rules");
450 * An network interface class state changed (active/idl
[all...]
H A DThrottleService.java199 public void interfaceClassDataActivityChanged(String label, boolean active) {} argument
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java297 if (VDBG) Log.d(TAG, "active iface (" + iface + ") reported as added, ignoring");
323 public void interfaceClassDataActivityChanged(String label, boolean active) {} argument
1323 /* If we've found an active upstream connection that's not DUN/HIPRI
/frameworks/base/services/java/com/android/server/net/
H A DBaseNetworkObserver.java49 public void interfaceClassDataActivityChanged(String label, boolean active) { argument
/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/av/services/audioflinger/
H A DAudioFlinger.cpp132 // minimum sleep time for the mixer thread loop when tracks are active but in underrun
134 // maximum divider applied to the active sleep time in the mixer thread loop
1638 snprintf(buffer, SIZE, "Output thread %p active tracks\n", this);
1980 // active tracks are removed by threadLoop()
2950 // the track never becomes active so it's fast mixer slot is never touched.
2951 // The converse, of removing an (active) track and then creating a new track
2972 // or stopped which can occur when flush() is called while active
2982 // track stays active in STOPPING_1 state until first underrun
3001 // no recent underruns: stay active
3018 // remove from active lis
5662 int active; local
[all...]
/frameworks/base/core/java/android/net/
H A DEthernetDataTracker.java103 public void interfaceClassDataActivityChanged(String label, boolean active) { argument
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java2076 * Remove Find or Select ActionModes, if active.
5436 void setActive(boolean active) { argument
5437 if (active) {
5491 * not draw the blinking cursor. It gets set to "active" to draw the cursor
5494 /* package */ void setFocusControllerActive(boolean active) { argument
5496 mWebViewCore.sendMessage(EventHub.SET_ACTIVE, active ? 1 : 0, 0);
5498 if (active && mListBoxMessage != null) {
H A DWebViewCore.java644 boolean active);
643 nativeSetFocusControllerActive(int nativeClass, boolean active) argument
/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;
/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
698 boolean active; field in class:StateMachine.SmHandler.StateInfo
705 return "state=" + state.getName() + ",active=" + active
947 mStateStack[mStateStackTopIndex].active = false;
959 mStateStack[i].active = true;
1012 * state that is already active i.e. StateInfo.active == true.
1021 * Search up the parent list of the destination state for an active
[all...]
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java462 // Inform listener of any active targets. Typically only one will be active.
484 private void hideUnselected(int active) { argument
486 if (i != active) {
830 // Drop the active target if canceled.
H A DMultiWaveView.java502 // Inform listener of any active targets. Typically only one will be active.
525 private void hideUnselected(int active) { argument
527 if (i != active) {
812 // We should drop the active target here but it interferes with
817 // mActiveTarget = -1; // Drop the active target if canceled.
/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/av/media/libmedia/
H A DAudioRecord.cpp477 bool active; local
492 active = mActive;
493 if (CC_UNLIKELY(!active)) {
568 active = mActive;
569 return active ? status_t(NO_ERROR) : status_t(STOPPED);
668 bool active = mActive; local
736 if (active && (cblk->framesAvailable() == 0)) {
737 // The value of active is stale, but we are almost sure to be active here because
H A DAudioTrack.cpp946 bool active; local
967 active = mActive;
968 if (CC_UNLIKELY(!active)) {
969 ALOGV("Not active and NO_MORE_BUFFERS");
1052 active = mActive;
1053 return active ? status_t(NO_ERROR) : status_t(STOPPED);
1206 bool active = mActive; local
1210 if (active && (cblk->framesAvailable() == cblk->frameCount)) {
1448 snprintf(buffer, 255, " active(%d), latency (%d)\n", mActive, mLatency);
/frameworks/av/media/libstagefright/
H A DACodec.cpp243 bool active() const { return mActive; } function in struct:android::ACodec::ExecutingState
3403 ALOGV("[%s] We're already active, no need to resume.",
3631 if (mCodec->mExecutingState->active()) {

Completed in 516 milliseconds

12