Searched refs:active (Results 1 - 25 of 83) sorted by last modified time

1234

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h3186 XAboolean 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/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java571 private void applyActiveState(boolean active) { argument
573 setInfoViewVisibility(active);
576 //setExtraVisibility(active);
/frameworks/support/v4/api21/android/support/v4/media/session/
H A DMediaSessionCompatApi21.java79 public static void setActive(Object sessionObj, boolean active) { argument
80 ((MediaSession)sessionObj).setActive(active);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java1775 // First collect all active fragments.
1777 FragmentState[] active = new FragmentState[N];
1784 "Failure saving state: active " + f
1791 active[i] = fs;
1840 "Failure saving state: active " + mAdded.get(i)
1863 fms.mActive = active;
1898 // Build the full list of active fragments, instantiating them from
1908 if (DEBUG) Log.v(TAG, "restoreAllState: active #" + i + ": " + f);
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java246 * Set if this session is currently active and ready to receive commands. If
248 * set the session to active before it can start receiving media button
256 * @param active Whether this session is active or not.
258 public void setActive(boolean active) { argument
259 mImpl.setActive(active);
266 * Get the current active state of this session.
268 * @return True if the session is active, false otherwise.
429 * Adds a listener to be notified when the active status of this session
443 * Stops the listener from being notified when the active statu
941 setActive(boolean active) argument
1169 setActive(boolean active) argument
1951 setActive(boolean active) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java1025 ArrayList<String> active; field in class:WifiStateMachine.TetherStateChange
1029 active = ac;
1225 ArrayList<String> active = intent.getStringArrayListExtra(
1227 sendMessage(CMD_TETHER_STATE_CHANGE, new TetherStateChange(available, active));
2426 * Enabling would set active power mode and disable suspend optimizations;
3700 private boolean isWifiTethered(ArrayList<String> active) { argument
3705 for (String intf : active) {
5025 * mode to active when bluetooth coexistence mode is
5028 * We set Wi-Fi to active mode when
5033 * In order for this active powe
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java259 // The number of wakelock requests currently active. Don't release the lock
3579 dataCall.active = p.readInt();
3589 dataCall.active = p.readInt();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataCallResponse.java44 public int active = 0; field in class:DataCallResponse
85 .append(" active=").append(active)
H A DDataConnection.java82 * during the initial bring up of the connection. After the connection becomes active
531 response.active = 0;
2108 if(mPhone.getLceStatus() == RILConstants.LCE_ACTIVE) { // active LCE service
H A DDcController.java107 public void onCarrierNetworkChange(boolean active) {
108 mExecutingCarrierChange = active;
232 // Add a DC that is active but not in the
244 // and any that are in active need to be retried.
266 if (newState.active == DATA_CONNECTION_ACTIVE_PH_LINK_INACTIVE) {
285 // Its active so update the DataConnections link properties
347 if (newState.active == DATA_CONNECTION_ACTIVE_PH_LINK_UP) {
350 if (newState.active == DATA_CONNECTION_ACTIVE_PH_LINK_DORMANT) {
362 // calls are active broadcast overall link state as dormant.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java1155 boolean active = ((mDataCodingScheme & 0x08) == 0x08);
1161 mMwiSense = active;/* Indicates vmail notification set/clear */
1165 if (active == true) {
/frameworks/native/opengl/libagl/
H A Dcontext.h360 int active; // active tmu member in struct:android::gl::texture_state_t
H A Dmatrix.cpp921 stack = &c->transforms.texture[c->textures.active];
H A Dstate.cpp473 c->transforms.texture[c->textures.active].top().elements(),
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 DLayer.cpp106 mCurrentState.active.w = w;
107 mCurrentState.active.h = h;
108 mCurrentState.active.crop.makeInvalid();
115 mCurrentState.requested = mCurrentState.active;
340 Rect win(s.active.w, s.active.h);
341 if (!s.active.crop.isEmpty()) {
342 win.intersect(s.active.crop, &win);
353 // the active.crop is the area of the window that gets cropped, but not
364 Rect activeCrop(s.active
[all...]
H A DLayer.h104 Geometry active; member in struct:android::Layer::State
H A DSurfaceFlinger.cpp683 ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(),
715 ALOGE("Attempt to set active config = %d for display with %zu configs",
720 ALOGE("Attempt to set active config = %d for null display %p",
723 ALOGW("Attempt to set active config = %d for virtual display",
1589 Region(Rect(s.active.w, s.active.h)));
/frameworks/minikin/libs/minikin/
H A DLineBreaker.cpp376 size_t active = 0; local
386 size_t lineNumberLast = mCandidates[active].lineNumber;
392 for (size_t j = active; j < i; j++) {
426 active = j + 1;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DOptimizingLineBreaker.java60 ArrayList<Integer> active = new ArrayList<Integer>();
61 active.add(0);
69 for (ListIterator<Integer> it = active.listIterator(); it.hasNext();
100 active.clear();
104 active.add(i);
107 if (active.isEmpty()) {
115 active.add(breakIndex);
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DTestInteractionActivity.java87 VoiceInteractor.Request[] active = mInteractor.getActiveRequests();
88 for (int i=0; i<active.length; i++) {
89 Log.i(TAG, "Active #" + i + " / " + active[i].getName() + ": " + active[i]);
118 Log.i(TAG, "Restarting with active confirmation: " + mCurrentRequest);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java218 // The following user restrictions cannot be changed by any active admin, including device
1238 throw new SecurityException("No active admin owned by uid "
1251 throw new SecurityException("No active admin " + who);
1480 out.startTag(null, "active-password");
1490 out.endTag(null, "active-password");
1613 } else if ("active-password".equals(tag)) {
1752 + " no longer active; disabling");
1946 * @param refreshing true = update an active admin, no error
2032 throw new SecurityException("No active admin " + adminReceiver);
2090 // Active device owners must remain active admin
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncStorageEngineTest.java470 boolean active = engine.getIsTargetServiceActive(target1.service, 0);
471 assert(active);
474 active = engine.getIsTargetServiceActive(target1.service, 1);
475 assert(!active);

Completed in 546 milliseconds

1234