Searched defs:active (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/core/java/com/android/server/net/
H A DBaseNetworkObserver.java59 public void interfaceClassDataActivityChanged(String label, boolean active) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataCallResponse.java43 public int active = 0; field in class:DataCallResponse
82 .append(" active=").append(active)
/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/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardMultiUserAvatar.java157 public void setActive(boolean active, boolean animate, final Runnable onComplete) { argument
158 if (mActive != active || mInit) {
159 mActive = active;
161 if (active) {
174 void updateVisualsForActive(boolean active, boolean animate, int duration, argument
176 final float finalAlpha = active ? mActiveAlpha : mInactiveAlpha;
177 final float initAlpha = active ? mInactiveAlpha : mActiveAlpha;
178 final float finalScale = active ? 1f : 1f / mActiveScale;
180 final int finalTextAlpha = active ? (int) (mActiveTextAlpha * 255) :
182 final int initTextAlpha = active
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayer.h98 Geometry active; member in struct:android::Layer::State
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp730 bool active = mActive; local
796 if (!active) {
H A DAudioTrack.cpp616 // See setPosition() regarding setting parameters such as loop points or position while active
762 // See setPosition() regarding setting parameters such as loop points or position while active
1368 bool active = mState == STATE_ACTIVE; local
1375 // the track stays active in continuous underrun state. It's up to the application
1381 active = false;
1493 if (!active) {
/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/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp150 // This ensures that all active buffers are properly freed even
978 ActiveBuffer active; local
979 active.mPortIndex = portIndex;
980 active.mID = id;
981 mActiveBuffers.push(active);
997 ALOGW("Attempt to remove an active buffer we know nothing about...");
1003 // the active buffer from the vector...
/frameworks/base/core/java/com/android/internal/os/
H A DProcessCpuTracker.java211 public boolean active; field in class:ProcessCpuTracker.Stats
392 if (st.active) {
393 st.active = false;
398 if (!st.active) {
399 st.active = true;
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java121 * <p>After starting mS5 the list of active states is mP0, mP1, mS1 and mS5.
131 * mS4.enter. The new list of active states is mP0, mP1, mS2 and mS4. So
726 boolean active; field in class:StateMachine.SmHandler.StateInfo
733 return "state=" + state.getName() + ",active=" + active + ",parent="
996 mStateStack[mStateStackTopIndex].active = false;
1008 mStateStack[i].active = true;
1061 * state that is already active i.e. StateInfo.active == true.
1070 * Search up the parent list of the destination state for an active
[all...]
/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...]
H A Dcontext.h356 int active; // active tmu member in struct:android::gl::texture_state_t
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp217 res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout);
410 waitUntilStateThenRelock(/*active*/ true, kActiveTimeout);
412 SET_ERR_L("Can't transition to active in %f seconds!",
456 waitUntilStateThenRelock(/*active*/ true, kActiveTimeout);
458 SET_ERR_L("Can't transition to active in %f seconds!",
569 // Continue captures if active at start
647 // Continue captures if active at start
719 // Continue captures if active at start
923 status_t res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout);
933 status_t res = waitUntilStateThenRelock(/*active*/ fals
957 waitUntilStateThenRelock(bool active, nsecs_t timeout) argument
[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/services/java/com/android/server/
H A DNetworkManagementService.java162 /** Set of interfaces with active quotas. */
164 /** Set of interfaces with active alerts. */
166 /** Set of UIDs with active reject rules. */
170 /** Set of interfaces with active idle timers. */
324 private void notifyInterfaceClassActivity(String label, boolean active) { argument
328 mObservers.getBroadcastItem(i).interfaceClassDataActivityChanged(label, active);
371 Slog.d(TAG, "pushing " + size + " active quota rules");
381 Slog.d(TAG, "pushing " + size + " active alert rules");
391 Slog.d(TAG, "pushing " + size + " active uid rules");
505 * An network interface class state changed (active/idl
[all...]
H A DConnectivityService.java218 /** Currently active network rules by UID. */
947 * Return NetworkInfo for the active (i.e., connected) network interface.
948 * It is assumed that at most one network is active at a time. If more
949 * than one is active, it is indeterminate which will be returned.
950 * @return the info for the active network, or {@code null} if none is
951 * active
1056 * Return LinkProperties for the active (i.e., connected) default
1058 * is active at a time. If more than one is active, it is indeterminate
1060 * @return the ip properties for the active networ
2092 sendDataActivityBroadcast(int deviceType, boolean active) argument
[all...]
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java294 if (VDBG) Log.d(TAG, "active iface (" + iface + ") reported as added, ignoring");
324 public void interfaceClassDataActivityChanged(String label, boolean active) {} argument
1313 /* If we've found an active upstream connection that's not DUN/HIPRI
/frameworks/av/media/libstagefright/
H A DACodec.cpp267 bool active() const { return mActive; } function in struct:android::ACodec::ExecutingState
3891 // We'll be active soon enough.
3951 // We'll be active soon enough.
4054 ALOGV("[%s] We're already active, no need to resume.",
4370 if (mCodec->mExecutingState->active()) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java568 ArrayList<String> active; field in class:WifiStateMachine.TetherStateChange
571 active = ac;
698 ArrayList<String> active = intent.getStringArrayListExtra(
700 sendMessage(CMD_TETHER_STATE_CHANGE, new TetherStateChange(available, active));
1460 * Enabling would set active power mode and disable suspend optimizations;
1691 private boolean isWifiTethered(ArrayList<String> active) { argument
1696 for (String intf : active) {
2241 * mode to active when bluetooth coexistence mode is
2244 * We set Wi-Fi to active mode when
2249 * In order for this active powe
[all...]

Completed in 643 milliseconds