Searched refs:current (Results 176 - 200 of 252) sorted by relevance

1234567891011

/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc39 // -> push current into stack
/frameworks/compile/mclinker/lib/Support/Windows/
H A DPathV3.inc33 // -> push current into stack
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DConfigurationMap.java24 * List of all hidden networks in the current user's configuration.
39 final WifiConfiguration current = mPerID.put(config.networkId, config);
51 return current;
/frameworks/base/core/jni/
H A Dandroid_hardware_location_ContextHubService.cpp168 for (auto current = db.appInstances.begin(); current != end; ++current) {
169 if (current->second.appInfo.app_name.id == app_id) {
170 return current->first;
/frameworks/base/services/core/java/com/android/server/pm/
H A DPermissionsState.java568 private static int[] appendInts(int[] current, int[] added) { argument
569 if (current != null && added != null) {
571 current = ArrayUtils.appendInt(current, guid);
574 return current;
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp538 BufferQueueCore::Fifo::iterator current(mCore->mQueue.begin());
539 while (current != mCore->mQueue.end()) {
540 if (current->mAcquireCalled) {
541 mask &= ~(1ULL << current->mSlot);
543 ++current;
639 "count (%d) exceeds the current acquired buffer count (%d)",
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java738 public int current() { method in class:CameraStreamer.State
996 return mState.current() != State.STATE_STOPPED;
1110 if (mState.current() != State.STATE_RUNNING) {
1142 if (mState.current() == State.STATE_STOPPED) {
1150 if (mState.current() == State.STATE_RUNNING) {
1160 if (mState.current() == State.STATE_RUNNING) {
1169 if (mState.current() == State.STATE_HALTED) {
1177 if (mState.current() == State.STATE_RUNNING) {
1183 if (mState.current() == State.STATE_RUNNING) {
1190 if (mState.current()
[all...]
H A DFrameImage2D.java96 if (GraphRunner.current().isOpenGLSupported()) {
/frameworks/rs/api/
H A Drs_for_each.spec23 an executing kernel, like dimensions and current indices. These functions take
52 cell, like the Array0 index or the current level of detail.
119 The kernel must be defined in the current script. In addition, more than one
226 summary: (Internal API) Launch a kernel in the current Script (with the slot number)
247 &nbsp;&nbsp;// The current index in the common x, y, z dimensions are accessed by<br/>
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java318 * Tries to find an action in {@param actions} that matches the current pending intent
328 Intent current = mPendingIntent.getIntent();
329 if (current == null) {
339 if (!current.filterEquals(candidate)) {
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java110 * @return The client for the current thread.
802 AccessibilityNodeInfo current = fringe.poll();
803 if (!seen.add(current)) {
807 final int childCount = current.getChildCount();
809 final long childId = current.getChildId(i);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java518 * Used by device policy manager to validate the current password
586 * Determine if LockScreen is disabled for the current user. This is used to decide whether
766 int category = categoryChar(previousChar); //current category of the sequence
770 int startSequence = 0; //where the current sequence started
771 for (int current = 1; current < string.length(); current++) {
772 char currentChar = string.charAt(current);
776 maxLength = Math.max(maxLength, current - startSequence);
777 startSequence = current;
[all...]
/frameworks/support/v13/
H A DAndroid.mk49 LOCAL_SDK_VERSION := current
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java94 // app services for current profiles.
168 + ") enabled for current profiles:");
461 Set<ComponentName> current =
482 if (null != current) {
483 if (current.contains(component))
488 currentChanged |= ((current == null ? 0 : current.size()) != retained.size());
491 if (DEBUG) Slog.v(TAG, "List of " + getCaption() + " services was updated " + current);
906 // Profiles of the current user.
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp327 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f;
394 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f;
461 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f;
528 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f;
568 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f;
608 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f;
H A DrsCpuScriptGroup.cpp74 sl->ins[ct]->mHal.drvState.lod[0].stride * kinfo->current.y);
101 sl->outs[ct]->mHal.drvState.lod[0].stride * kinfo->current.y;
/frameworks/native/opengl/libagl/
H A Dtexture.cpp57 memset(c->current.texture[i].v, 0, sizeof(vec4_t));
58 c->current.texture[i].Q = 0x10000;
333 // bind this texture to the current active texture unit
353 // bind this texture to the current active texture unit
366 // find out which texture is bound to the current unit
935 c->current.texture[tmu].S = gglFloatToFixed(s);
936 c->current.texture[tmu].T = gglFloatToFixed(t);
937 c->current.texture[tmu].R = gglFloatToFixed(r);
938 c->current.texture[tmu].Q = gglFloatToFixed(q);
950 c->current
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp624 for (auto current = zRange.first; current != zRange.second; ++current) {
625 if (**current == *layer) {
626 current = mLayers.erase(current);
1066 for (auto current = zRange.first; current != zRange.second; ++current) {
1067 if (**current
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedStateListDrawable.java41 * keyframe is chosen based on the current state set. Animations between
148 // We need to propagate the state change to the current drawable, but
150 // current drawable.
151 final Drawable current = getCurrent();
152 if (current != null) {
153 changed |= current.setState(stateSet);
167 // Reverse the current animation.
174 // Start the next transition from the end of the current one.
177 // Changing animation, end the current animation.
311 // mReversed is indicating the current transitio
[all...]
/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java481 String current = parser.getAttributeValue(null, "current");
482 if (current != null && current.equals("true")) {
485 "Found multiple current keyboard layouts.");
567 // Maintain invariant that there is always a current keyboard layout unless
591 serializer.attribute(null, "current", "true");
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java92 * The states where it is valid to get the current play position and the
207 // the current error. It should only be set while mErrorLock is held.
210 // A tracking id for the current error. This should only be modified while
213 // The current error state of this player. This is cleared when the state
615 private boolean preparePlayer(final MediaPlayer player, boolean current) { argument
622 if (current) {
626 if (current) {
690 Log.d(TAG, mDebugId + ": Cleaning up current player");
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java949 public String getKeyId(WifiEnterpriseConfig current) { argument
950 // If EAP method is not initialized, use current config details
952 return (current != null) ? current.getKeyId(null) : EMPTY_VALUE;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java333 float current = getCurrentScrimAlpha(scrim);
334 ValueAnimator anim = ValueAnimator.ofFloat(current, target);
487 * Set the amount the current top heads up view is dragged. The range is from 0 to 1 and 0 means
/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java372 WeakReference<PendingIntentRecord> current =
374 if (current == ref) {
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java216 final int current = mDecorToolbar.getDisplayOptions();
217 final boolean homeAsUp = (current & DISPLAY_HOME_AS_UP) != 0;
418 "setSelectedNavigationIndex not valid for current navigation mode");
458 final int current = mDecorToolbar.getDisplayOptions();
462 mDecorToolbar.setDisplayOptions((options & mask) | (current & ~mask));
747 // Based on the current state, should we be hidden or shown?
1020 // With the current state but the action bar hidden, our

Completed in 1772 milliseconds

1234567891011