Searched refs:current (Results 76 - 100 of 143) sorted by relevance

123456

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/
H A DAndroid.mk24 LOCAL_SDK_VERSION := current
/frameworks/base/nfc-extras/tests/
H A DAndroid.mk30 LOCAL_SDK_VERSION := current
/frameworks/base/tests/AccessoryDisplay/sink/
H A DAndroid.mk21 LOCAL_SDK_VERSION := current
/frameworks/base/tests/AccessoryDisplay/source/
H A DAndroid.mk21 LOCAL_SDK_VERSION := current
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
H A DAndroid.mk26 # LOCAL_SDK_VERSION := current
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java84 public synchronized int current() { method in class:GraphRunner.State
249 if (mState.current() == State.RUNNING) {
263 if (mState.current() == State.RUNNING) {
290 if (mState.current() == State.STOPPED) {
305 if (mState.current() == State.PREPARING) {
347 if (mState.current() == State.RUNNING) {
374 Log.w("GraphRunner", "State is not running! (" + mState.current() + ")");
641 public static GraphRunner current() { method in class:GraphRunner
678 * Begin executing a sub-graph. This only succeeds if the current runner is already
764 * Returns the current schedulin
[all...]
H A DFrameManager.java263 public static FrameManager current() { method in class:FrameManager
264 GraphRunner runner = GraphRunner.current();
466 if (!mRunner.isRunning() || GraphRunner.current() != mRunner) {
H A DRenderTarget.java52 /** Stores the RenderTarget that is focused on the current thread. */
99 // thread, as we know it cannot have changed, and therefore must be current.
192 // the current target. This is important so that the instance returned in
210 RenderTarget current = mCurrentTarget.get();
211 // We assume RenderTargets are immutable, so that we do not need to focus if the current
213 if (current != this) {
242 RenderTarget current = RenderTarget.currentTarget();
243 return current != null ? current.getContext() : EGL10.EGL_NO_CONTEXT;
H A DFrame.java137 FrameManager manager = FrameManager.current();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/
H A DAndroid.mk21 # LOCAL_SDK_VERSION := current
/frameworks/base/tests/RemoteDisplayProvider/
H A DAndroid.mk21 LOCAL_SDK_VERSION := current
/frameworks/ex/chips/tests/
H A DAndroid.mk21 LOCAL_SDK_VERSION := current
/frameworks/ex/common/tests/
H A DAndroid.mk22 LOCAL_SDK_VERSION := current
/frameworks/ex/variablespeed/
H A DAndroid.mk25 LOCAL_SDK_VERSION := current
/frameworks/ex/variablespeed/tests/
H A DAndroid.mk22 LOCAL_SDK_VERSION := current
/frameworks/support/v7/appcompat/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/java/android/net/
H A DUri.java1506 * Constructs a Uri with the current attributes.
1835 int current = 0;
1836 while (current < oldLength) {
1840 int nextToEncode = current;
1848 if (current == 0) {
1853 encoded.append(s, current, oldLength);
1862 if (nextToEncode > current) {
1864 encoded.append(s, current, nextToEncode);
1866 // assert nextToEncode == current
1872 current
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DProcessStatsService.java348 if (DEBUG) Slog.d(TAG, "Skipping: current stats");
429 Parcel current = Parcel.obtain();
434 mProcessStats.writeToParcel(current, 0);
453 return current.marshall();
461 Parcel current = Parcel.obtain();
465 mProcessStats.writeToParcel(current, 0);
473 current.setDataPosition(0);
474 ProcessStats stats = ProcessStats.CREATOR.createFromParcel(current);
475 current.recycle();
498 current
[all...]
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp73 c->transforms.current = &c->transforms.modelview;
502 current->dirty = matrix_stack_t::DO_PICKER |
848 c->transforms.current->multiply(rhs);
887 c->transforms.current->multiply(rhs);
928 c->transforms.current = stack;
934 c->transforms.current->loadIdentity(); // also loads the GLfixed transform
936 c->transforms.current->dirty = 0;
942 c->transforms.current->load(m);
949 c->transforms.current->load(m); // also loads the GLfixed transform
951 c->transforms.current
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s27 ; * quantized coefficient residuals (PQF) of the current
35 ; * [in] curQP quantization parameter of the current block. curQP may
36 ; * equal to predQP especially when the current block and
47 ; * alpha) of the current block
49 ; * the quantized coefficients (QF) of the current
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java165 public static final String[] strings = { "current", "disabled", "enabled" };
187 * The current status of this network configuration entry.
496 * @param current configuration contains values for additional fields
502 String getKeyIdForCredentials(WifiConfiguration current) { argument
506 // Get current config details for fields that are not initialized
507 if (TextUtils.isEmpty(SSID)) SSID = current.SSID;
509 allowedKeyManagement = current.allowedKeyManagement;
523 trimStringForKeyId(enterpriseConfig.getKeyId(current != null ?
524 current.enterpriseConfig : null));
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java64 * depends on the current theme.
67 * If the current theme is derived from {@link android.R.style#Theme} the widget
68 * presents the current value as an editable input field with an increment button
70 * change of the current value. Tapping on the input field allows to type in
74 * If the current theme is derived from {@link android.R.style#Theme_Holo} or
75 * {@link android.R.style#Theme_Holo_Light} the widget presents the current
78 * the number axis up or down to make the chosen value current. Flinging up
79 * or down allows for multiple increments or decrements of the current value.
81 * of the current value. Tapping on the current valu
1593 setValueInternal(int current, boolean notifyChange) argument
1820 notifyChange(int previous, int current) argument
[all...]
/frameworks/native/libs/input/
H A DInputTransport.cpp466 "deferred current event, seq=%u",
699 // Ensure that the current sample has all of the pointers that need to be reported.
700 const History* current = touchState.getHistory(0); local
704 if (!current->idBits.hasBit(id)) {
717 // Interpolate between current sample and future sample.
718 // So current->eventTime <= sampleTime <= future.eventTime.
721 nsecs_t delta = future.eventTime - current->eventTime;
728 alpha = float(sampleTime - current->eventTime) / delta;
730 // Extrapolate future sample using current sample and past sample.
731 // So other->eventTime <= current
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java716 ConnectionWaiter current = mConnectionWaiterQueue;
717 while (current != waiter) {
718 assert current != null;
719 predecessor = current;
720 current = current.mNext;
/frameworks/base/services/java/com/android/server/input/
H A DPersistentDataStore.java378 String current = parser.getAttributeValue(null, "current");
385 if (current != null && current.equals("true")) {
388 "Found multiple current keyboard layouts.");
398 // Maintain invariant that there is always a current keyboard layout unless
410 serializer.attribute(null, "current", "true");

Completed in 883 milliseconds

123456