/frameworks/base/core/java/android/os/ |
D | RemoteCallbackList.java | 237 Object[] active = mActiveBroadcast; in beginBroadcast() local 238 if (active == null || active.length < N) { in beginBroadcast() 239 mActiveBroadcast = active = new Object[N]; in beginBroadcast() 243 active[i++] = cb; in beginBroadcast() 297 Object[] active = mActiveBroadcast; in finishBroadcast() local 298 if (active != null) { in finishBroadcast() 301 active[i] = null; in finishBroadcast()
|
/frameworks/base/opengl/libagl2/src/ |
D | texture.cpp | 30 tex.active = 0; in InitializeTextures() 142 ctx->tex.active = index; in glActiveTexture() 183 ctx->tex.tmus[ctx->tex.active] = tex; in glBindTexture() 186 ctx->tex.UpdateSampler(ctx->iface, ctx->tex.active); in glBindTexture() 215 assert(ctx->tex.tmus[ctx->tex.active]); in glCopyTexImage2D() 218 GGLTexture & tex = *ctx->tex.tmus[ctx->tex.active]; in glCopyTexImage2D() 233 ctx->tex.UpdateSampler(ctx->iface, ctx->tex.active); in glCopyTexImage2D() 248 assert(ctx->tex.tmus[ctx->tex.active]); in glCopyTexSubImage2D() 249 GGLTexture & tex = *ctx->tex.tmus[ctx->tex.active]; in glCopyTexSubImage2D() 273 ctx->tex.UpdateSampler(ctx->iface, ctx->tex.active); in glCopyTexSubImage2D() [all …]
|
D | gles2context.h | 135 unsigned active; member
|
/frameworks/base/opengl/libagl/ |
D | texture.cpp | 108 c->rasterizer.procs.activeTexture(c, c->textures.active); in ogles_validate_texture() 173 c->rasterizer.procs.activeTexture(c, c->textures.active); in ogles_unlock_textures() 312 const int active = c->textures.active; in getAndBindActiveTextureObject() local 313 const GLuint name = c->textures.tmu[active].name; in getAndBindActiveTextureObject() 316 texture_unit_t& u(c->textures.tmu[active]); in getAndBindActiveTextureObject() 339 invalidate_texture(c, active); in getAndBindActiveTextureObject() 368 const int active = c->textures.active; in createTextureSurface() local 369 const GLuint name = c->textures.tmu[active].name; in createTextureSurface() 385 const int active = c->textures.active; in createTextureSurface() local 386 EGLTextureObject* tex = c->textures.tmu[active].texture; in createTextureSurface() [all …]
|
/frameworks/base/media/libstagefright/codecs/aacenc/inc/ |
D | tns_func.h | 36 Word16 active); 43 Word16 active);
|
/frameworks/base/core/java/android/net/http/ |
D | ConnectionThread.java | 135 String active = mWaiting ? "w" : "a"; in toString() local 136 return "cid " + mId + " " + active + " " + con; in toString()
|
/frameworks/base/core/java/com/android/internal/net/ |
D | NetworkStatsFactory.java | 138 final boolean active = getParsedInt(parsed, KEY_ACTIVE) != 0; in readNetworkStatsSummarySingleFile() 139 if (active) { in readNetworkStatsSummarySingleFile() 175 final long active = readSingleLongFromFile(new File(ifacePath, "active")); in readNetworkStatsSummaryMultipleFiles() local 176 if (active == 1) { in readNetworkStatsSummaryMultipleFiles() 179 } else if (active == 0) { in readNetworkStatsSummaryMultipleFiles()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | StateMachine.java | 661 boolean active; field in StateMachine.SmHandler.StateInfo 668 return "state=" + state.getName() + ",active=" + active in toString() 898 mStateStack[mStateStackTopIndex].active = false; in invokeExitMethods() 910 mStateStack[i].active = true; in invokeEnterMethods() 982 } while ((curStateInfo != null) && !curStateInfo.active); in setupTempStateStackWithStatesToEnter() 1061 stateInfo.active = false; in addState()
|
/frameworks/base/docs/html/resources/dashboard/ |
D | platform-versions.jd | 39 <p>This page provides data about the relative number of active devices 88 active Android devices running different versions of the Android platform. It also provides a 92 <p>Notice that the platform versions are stacked on top of each other with the oldest active 93 version at the top. This format indicates the total percent of active devices that are compatible 96 compatible with 100% of active devices (and all future versions), because all Android APIs are
|
D | opengl.jd | 39 <p>This page provides data about the relative number of active devices that support a particular
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethodClient.aidl | 29 void setActive(boolean active); in setActive() argument
|
/frameworks/base/docs/html/resources/articles/ |
D | wikinotes-linkify.jd | 36 telephone numbers into active links which fire Android intents 43 <p><strong>Default Linkify</strong>: Using the set of default active 53 of active links which, if you select them, fire default intents for the 97 existing active links will be maintained and the new WikiWords will be 102 <code>MyToDoList</code>, Linkify will turn it into an active link with the
|
/frameworks/base/docs/html/guide/topics/processes/ |
D | process-lifecycle.jd | 28 considers the BroadcastReceiver to be no longer active, and thus, its hosting 29 process no longer needed (unless other application components are active in 33 system knows that there is still active work being done in the process.</p> 96 <li>An <strong>empty process</strong> is one that doesn't hold any active application 107 important level found among all the components currently active in the process.
|
/frameworks/base/media/libmedia/ |
D | AudioRecord.cpp | 495 int active; in obtainBuffer() local 510 active = mActive; in obtainBuffer() 511 if (UNLIKELY(!active)) { in obtainBuffer() 583 active = mActive; in obtainBuffer() 584 return active ? status_t(NO_ERROR) : status_t(STOPPED); in obtainBuffer()
|
D | AudioTrack.cpp | 832 int active; in obtainBuffer() local 853 active = mActive; in obtainBuffer() 854 if (UNLIKELY(!active)) { in obtainBuffer() 945 active = mActive; in obtainBuffer() 946 return active ? status_t(NO_ERROR) : status_t(STOPPED); in obtainBuffer()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | DataCallState.java | 44 public int active = 0; field in DataCallState 83 .append(" active=").append(active) in toString()
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | bmgr.jd | 78 a single application to its "active" data set; that is, the application will abandon its current 105 <p>The data for a single application can be erased from the active data set on demand. This is 137 the entire active data set from its backend storage. This is so that when a user says 152 one is active at any given time. Transports are identified by name. You can see what 159 active transport is flagged with a <code>*</code> character. Transport names may look like 164 <p>You can change which transport is currently active from the command line as well:
|
/frameworks/base/core/java/android/view/ |
D | VolumePanel.java | 321 StreamControl active = mStreamControls.get(activeStreamType); in reorderSliders() local 322 if (active == null) { in reorderSliders() 326 mSliderGroup.addView(active.group); in reorderSliders() 328 active.group.setVisibility(View.VISIBLE); in reorderSliders() 329 updateSlider(active); in reorderSliders()
|
/frameworks/base/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 726 ActiveBuffer active; in addActiveBuffer() local 727 active.mPortIndex = portIndex; in addActiveBuffer() 728 active.mID = id; in addActiveBuffer() 729 mActiveBuffers.push(active); in addActiveBuffer()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | ProcessStats.java | 201 public boolean active; field in ProcessStats.Stats 381 if (st.active) { in collectStats() 382 st.active = false; in collectStats() 387 if (!st.active) { in collectStats() 388 st.active = true; in collectStats()
|
D | BatteryStatsImpl.java | 2689 boolean active = false; in reset() 2692 active |= !mWifiRunningTimer.reset(BatteryStatsImpl.this, false); in reset() 2693 active |= mWifiRunning; in reset() 2696 active |= !mFullWifiLockTimer.reset(BatteryStatsImpl.this, false); in reset() 2697 active |= mFullWifiLockOut; in reset() 2700 active |= !mScanWifiLockTimer.reset(BatteryStatsImpl.this, false); in reset() 2701 active |= mScanWifiLockOut; in reset() 2704 active |= !mWifiMulticastTimer.reset(BatteryStatsImpl.this, false); in reset() 2705 active |= mWifiMulticastEnabled; in reset() 2708 active |= !mAudioTurnedOnTimer.reset(BatteryStatsImpl.this, false); in reset() [all …]
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 364 final boolean active = msg.arg1 != 0; in handleMessage() 366 mActive = active; in handleMessage() 368 if (!active) { in handleMessage() 430 public void setActive(boolean active) { 431 mH.sendMessage(mH.obtainMessage(MSG_SET_ACTIVE, active ? 1 : 0, 0));
|
/frameworks/base/media/libstagefright/codecs/aacenc/src/ |
D | tns.c | 138 Word16 active) /*!< tns active flag */ in InitTnsConfigurationLong() argument 156 tC->tnsActive = active; in InitTnsConfigurationLong() 205 Word16 active) /*!< tns active flag */ in InitTnsConfigurationShort() argument 222 tC->tnsActive = active; in InitTnsConfigurationShort()
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 488 active. To do this it uses the {@link android.app.admin.DevicePolicyManager} method 495 boolean active = mDPM.isAdminActive(mDeviceAdminSample); 496 if (active) { 497 // Admin app is active, so do some admin stuff 632 boolean active = mDPM.isAdminActive(mDeviceAdminSample); 634 if (active) { 638 // if there is another administrator active.) 672 passwords are stored. When this policy is active, users cannot enter a new
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
D | ConnectivityManagerTestActivity.java | 175 ArrayList<String> active = intent.getStringArrayListExtra( in onReceive() local 179 updateTetherState(available.toArray(), active.toArray(), errored.toArray()); in onReceive()
|