Searched defs:start (Results 101 - 125 of 488) sorted by path

1234567891011>>

/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp922 List<camera_metadata_t*>::iterator start,
926 while (start != end) {
927 free_camera_metadata(*start);
928 start = mStreamSlot.erase(start);
921 freeBuffers( List<camera_metadata_t*>::iterator start, List<camera_metadata_t*>::iterator end) argument
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp30 "Usage: app_process [java-options] cmd-dir start-class-name [options]\n");
64 * The easiest fix is to call FindClass here, early on before we start
131 // the start of the argument block (argv[0]) with the new name of
132 // the process, so we'd mysteriously start getting truncated process
134 uintptr_t start = reinterpret_cast<uintptr_t>(argv[0]); local
137 return (end - start);
212 // --start-system-server : Start the system server.
251 } else if (strcmp(arg, "--start-system-server") == 0) {
280 args.add(String8("start-system-server"));
307 runtime.start("co
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java182 * be used to start the corresponding user interface activity.
546 }.start();
587 }.start();
636 }.start();
706 }.start();
764 }.start();
786 }.start();
1060 }.start();
1229 }.start();
1297 }.start();
1628 public final AccountManagerFuture<Bundle> start() { method in class:AccountManager.AmsTask
1817 public Future2Task<T> start() { method in class:AccountManager.Future2Task
[all...]
/frameworks/base/core/java/android/animation/
H A DAnimator.java44 * Starts this animation. If the animation has a nonzero startDelay, the animation will start
56 public void start() { method in class:Animator
144 * after {@link #start()} is called.
152 * after {@link #start()} is called.
216 * animation, such as start, repeat, and end.
329 * and PropertyValuesHolder objects to get the start values for its properties.
341 * and PropertyValuesHolder objects to get the start values for its properties.
383 * <p>Notifies the start of the animation.</p>
H A DAnimatorSet.java37 * its animations. For example, an animation a1 could be set up to start before animation a2, a2
106 * Indicates whether an AnimatorSet has been start()'d, whether or
111 // The amount of time in ms to delay starting the animation after start() is called
133 * start until that delay elapses, which means that if the first animator in the list
134 * supplied to this constructor has a startDelay, none of the other animators will start
395 * {@link #start()} is called.
406 * {@link #start()} is called.
496 * <p>Starting this <code>AnimatorSet</code> will, in turn, start the animations for which
502 public void start() { method in class:AnimatorSet
547 // start th
[all...]
H A DObjectAnimator.java295 * At least two <code>int[]</code> values must be provided, a start and end. More than two
335 * <p>At least two values must be provided, a start and end. More than two
490 * At least two <code>float[]</code> values must be provided, a start and end. More than two
531 * <p>At least two values must be provided, a start and end. More than two
788 public void start() { method in class:ObjectAnimator
829 super.start();
867 * <code>ObjectAnimator.ofInt(target, propertyName, 0, 10).setDuration(500).start()</code>.
H A DStateListAnimator.java149 start(match);
153 private void start(Tuple match) { method in class:StateListAnimator
156 mRunningAnimator.start();
H A DTimeAnimator.java16 public void start() { method in class:TimeAnimator
18 super.start();
H A DValueAnimator.java140 * Flag that represents the current state of the animation. Used to figure out when to start
148 * Additional playing state to indicate whether an animator has been start()'d. There is
149 * some lag between a call to start() and the first animation frame. We should still note
158 * Additional playing state to indicate whether an animator has been start()'d, whether or
166 * startDelay and whether start() was called before end().
184 // The amount of time in ms to delay starting the animation after start() is called
194 * animation will start from the beginning on every new cycle. REVERSE means the animation
503 * duration, as in <code>ValueAnimator.ofInt(0, 10).setDuration(500).start()</code>.
588 * Internal per-thread collections used to avoid set collisions as animations start and end
606 public void start() { method in class:ValueAnimator.AnimationHandler
944 private void start(boolean playBackwards) { method in class:ValueAnimator
968 public void start() { method in class:ValueAnimator
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java1468 boolean start = data.readInt() != 0;
1472 boolean res = profileControl(process, userId, start, profilerInfo, profileType);
4211 public boolean profileControl(String process, int userId, boolean start, argument
4219 data.writeInt(start ? 1 : 0);
H A DActivityThread.java875 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { argument
876 sendMessage(H.PROFILER_CONTROL, profilerInfo, start ? 1 : 0, profileType);
2299 "Unable to start activity " + component
2369 // The activity manager actually wants this one to start out
2587 "Unable to start receiver " + component
2882 "Unable to start service " + s
2996 // and this guy didn't finish itself or start another activity,
4114 final void handleProfilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { argument
4115 if (start) {
4506 // Do this after providers, since instrumentation tests generally start thei
[all...]
H A DApplicationThreadNative.java411 boolean start = data.readInt() != 0;
415 profilerControl(start, profilerInfo, profileType);
1112 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
1116 data.writeInt(start ? 1 : 0);
H A DIActivityManager.java298 public boolean profileControl(String process, int userId, boolean start, argument
521 /** Information returned after waiting for an activity start. */
H A DIApplicationThread.java118 void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
H A DInstrumentation.java102 * {@link #start} to begin the instrumentation thread, which will then
118 * Create and start a new thread in which to run instrumentation. This new
122 public void start() { method in class:Instrumentation
127 mRunner.start();
277 * This method will start profiling if isProfiling() returns true. You should
329 * from the main application thread -- use {@link #start} to execute
360 * starts), and it does not allow you to start activities that run in a
370 * @param intent Description of the activity to start.
449 * start (returning its canned result) or let the call
470 * start (returnin
[all...]
H A DLoaderManager.java68 * @return Return a new Loader instance that is ready to start loading.
248 void start() { method in class:LoaderManagerImpl.LoaderInfo
566 // The activity will start all existing loaders in it's onStart(),
567 // so only start them here if we're past that point of the activitiy's
569 info.start();
633 * actually start it until some previous loaders have completed.
769 // Call out to sub classes so they can start their loaders
772 mLoaders.valueAt(i).start();
/frameworks/base/core/java/android/bluetooth/le/
H A DScanRecord.java290 private static byte[] extractBytes(byte[] scanRecord, int start, int length) { argument
292 System.arraycopy(scanRecord, start, bytes, 0, length);
/frameworks/base/core/java/android/content/
H A DDefaultDataHandler.java213 public void characters(char[] ch, int start, int length) argument
229 public void ignorableWhitespace(char[] ch, int start, int length) argument
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java92 // the style array is a flat array of <type, start, end> hence
175 + ", start=" + style[i+1] + ", end=" + style[i+2]);
356 int start, int end) {
359 if (start != 0 && start != len && buffer.charAt(start - 1) != '\n') {
360 for (start--; start > 0; start--) {
361 if (buffer.charAt(start
355 addParagraphSpan(Spannable buffer, Object what, int start, int end) argument
407 chooseHeight(CharSequence text, int start, int end, int spanstartv, int v, Paint.FontMetricsInt fm) argument
414 chooseHeight(CharSequence text, int start, int end, int spanstartv, int v, Paint.FontMetricsInt fm, TextPaint paint) argument
[all...]
/frameworks/base/core/java/android/database/
H A DMatrixCursor.java108 int start = rowCount++ * columnCount;
109 ensureCapacity(start + columnCount);
110 System.arraycopy(columnValues, 0, data, start, columnCount);
123 int start = rowCount * columnCount;
124 int end = start + columnCount;
128 addRow((ArrayList<?>) columnValues, start);
132 int current = start;
154 private void addRow(ArrayList<?> columnValues, int start) { argument
164 localData[start + i] = columnValues.get(i);
/frameworks/base/core/java/android/hardware/
H A DCamera.java52 * The Camera class is used to set image capture settings, start/stop preview,
81 * will be unable to start the preview.
83 * <li><b>Important</b>: Call {@link #startPreview()} to start updating the
104 * <li>Obtain and initialize a Camera and start preview as described above.
573 * {@link android.media.MediaRecorder#start()}. Applications can use the
592 * {@link android.media.MediaRecorder#start()}. Applications can use the
665 * properly indicate image capture or recording start/stop to the user.</p>
715 * Preview will not actually start until a surface is supplied
764 * properly indicate image capture or recording start/stop to the user.</p>
790 * properly indicate image capture or recording start/sto
1317 onAutoFocusMoving(boolean start, Camera camera) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DGLThreadManager.java152 public void start() { method in class:GLThreadManager
153 mGLHandlerThread.start();
H A DRequestThreadManager.java457 mGLThreadManager.start();
920 public void start() { method in class:RequestThreadManager
921 mRequestThread.start();
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java245 private static void checkBounds(byte[] buffer, int start, int length) { argument
247 if (start < 0 || start + length > bufferLength) {
248 throw new IllegalArgumentException("Buffer start or length out of bounds.");
/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditText.java172 protected void deleteText_internal(int start, int end) { argument
175 mIME.onExtractedDeleteText(start, end);
183 protected void replaceText_internal(int start, int end, CharSequence text) { argument
186 mIME.onExtractedReplaceText(start, end, text);
194 protected void setSpan_internal(Object span, int start, int end, int flags) { argument
197 mIME.onExtractedSetSpan(span, start, end, flags);
205 protected void setCursorPosition_internal(int start, int end) { argument
208 mIME.onExtractedSelectionChanged(start, end);

Completed in 1685 milliseconds

1234567891011>>