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

1234

/frameworks/base/core/java/android/content/pm/
H A DIPackageInstallerCallback.aidl23 void onSessionActiveChanged(int sessionId, boolean active);
H A DPackageInstaller.java471 * A session is considered active whenever there is ongoing forward
481 public abstract void onActiveChanged(int sessionId, boolean active); argument
528 final boolean active = msg.arg2 != 0;
529 mCallback.onActiveChanged(sessionId, active);
552 public void onSessionActiveChanged(int sessionId, boolean active) { argument
553 mHandler.obtainMessage(MSG_SESSION_ACTIVE_CHANGED, sessionId, active ? 1 : 0)
1048 * Details for an active install session.
1063 public boolean active; field in class:PackageInstaller.SessionInfo
1087 active = source.readInt() != 0;
1124 * Return if this session is currently active
[all...]
/frameworks/base/core/java/android/os/
H A DRemoteCallbackList.java200 * be active at a time, so you must be sure to always call this from the
238 Object[] active = mActiveBroadcast;
239 if (active == null || active.length < N) {
240 mActiveBroadcast = active = new Object[N];
243 active[i] = mCallbacks.valueAt(i);
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.cpp100 mCurrentState.active.w = w;
101 mCurrentState.active.h = h;
102 mCurrentState.active.crop.makeInvalid();
109 mCurrentState.requested = mCurrentState.active;
281 Rect win(s.active.w, s.active.h);
282 if (!s.active.crop.isEmpty()) {
283 win.intersect(s.active.crop, &win);
294 // the active.crop is the area of the window that gets cropped, but not
305 Rect activeCrop(s.active
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeHost.java36 void onPowerSaveChanged(boolean active); 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...]
H A DKeyguardSecurityViewFlipper.java139 KeyguardSecurityView active = getSecurityView();
144 ksv.showBouncer(ksv == active ? duration : 0);
151 KeyguardSecurityView active = getSecurityView();
156 ksv.hideBouncer(ksv == active ? duration : 0);
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dtns_func.h36 Word16 active);
43 Word16 active);
/frameworks/base/core/java/android/net/
H A DINetworkManagementEventObserver.aidl89 * @param active True if the interface is actively transmitting data, false if it is idle.
92 void interfaceClassDataActivityChanged(String label, boolean active, long tsNanos);
/frameworks/av/include/soundtrigger/
H A DISoundTriggerHwService.h43 virtual status_t setCaptureState(bool active) = 0;
H A DSoundTrigger.h44 static status_t setCaptureState(bool active);
/frameworks/base/core/java/com/android/server/net/
H A DBaseNetworkObserver.java61 public void interfaceClassDataActivityChanged(String label, boolean active, long tsNanos) { argument
/frameworks/base/core/java/android/net/http/
H A DConnectionThread.java133 String active = mWaiting ? "w" : "a";
134 return "cid " + mId + " " + active + " " + con;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java147 * Returns the sorted list of active notifications (depending on {@link Environment}
150 * This call doesn't update the list of active notifications. Call {@link #filterAndSort()}
285 pw.println("active notifications: " + N);
286 int active;
287 for (active = 0; active < N; active++) {
288 NotificationData.Entry e = mSortedAndFiltered.get(active);
289 dumpEntry(pw, indent, active, e);
294 pw.println("inactive notifications: " + (M - active));
[all...]
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java162 * Set if this session is currently active and ready to receive commands. If
164 * set the session to active before it can start receiving media button
167 * @param active Whether this session is active or not.
169 public void setActive(boolean active) { argument
170 mImpl.setActive(active);
174 * Get the current active state of this session.
176 * @return True if the session is active, false otherwise.
469 void setActive(boolean active); argument
498 public void setActive(boolean active) { argument
569 setActive(boolean active) argument
[all...]
/frameworks/base/media/java/android/media/session/
H A DISession.aidl36 void setActive(boolean active);
/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/av/soundtrigger/
H A DISoundTriggerHwService.cpp94 virtual status_t setCaptureState(bool active) argument
98 data.writeInt32(active);
H A DSoundTrigger.cpp116 status_t SoundTrigger::setCaptureState(bool active) argument
118 ALOGV("setCaptureState(%d)", active);
123 return service->setCaptureState(active);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java288 private void setRippleActive(boolean active) { argument
289 if (mRippleActive != active) {
290 mRippleActive = active;
291 if (active) {
299 private void setBackgroundActive(boolean active) { argument
300 if (mBackgroundActive != active) {
301 mBackgroundActive = active;
302 if (active) {
490 * Creates an active hotspot at the specified location.
510 * Attempts to start an enter animation for the active hotspo
[all...]
/frameworks/support/v4/api21/android/support/v4/media/session/
H A DMediaSessionCompatApi21.java67 public static void setActive(Object sessionObj, boolean active) { argument
68 ((MediaSession)sessionObj).setActive(active);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcController.java204 // Add a DC that is active but not in the
216 // and any that are in active need to be retried.
238 if (newState.active == DATA_CONNECTION_ACTIVE_PH_LINK_INACTIVE) {
257 // Its active so update the DataConnections link properties
319 if (newState.active == DATA_CONNECTION_ACTIVE_PH_LINK_UP) {
322 if (newState.active == DATA_CONNECTION_ACTIVE_PH_LINK_DORMANT) {
334 // calls are active broadcast overall link state as dormant.
/frameworks/av/services/audioflinger/
H A DRecordTracks.h51 void dump(char* buffer, size_t size, bool active);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h56 virtual status_t setCaptureState(bool active);
137 void setCaptureState_l(bool active);

Completed in 1909 milliseconds

1234