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

1234567891011>>

/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
H A DParameterManagerWrapper.cpp102 status_t ParameterManagerWrapper::start() function in class:android::audio_policy::ParameterManagerWrapper
107 if (!mPfwConnector->start(error)) {
108 ALOGE("%s: Policy PFW start error: %s", __FUNCTION__, error.c_str());
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegCompressor.cpp39 status_t JpegCompressor::start(Vector<CpuConsumer::LockedBuffer*> buffers, function in class:android::camera2::JpegCompressor
57 ALOGE("%s: Unable to start up compression thread: %s (%d)",
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp31 "Usage: app_process [java-options] cmd-dir start-class-name [options]\n");
65 * The easiest fix is to call FindClass here, early on before we start
129 // the start of the argument block (argv[0]) with the new name of
130 // the process, so we'd mysteriously start getting truncated process
132 uintptr_t start = reinterpret_cast<uintptr_t>(argv[0]); local
135 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/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java96 start();
103 protected void start() { method in class:UiAutomatorTestRunner
116 mHandlerThread.start();
273 * send a status for the start of a each test, so long tests can be seen
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java189 * be used to start the corresponding user interface activity.
597 }.start();
642 }.start();
702 }.start();
808 }.start();
872 }.start();
924 }.start();
952 }.start();
972 }.start();
1291 }.start();
1928 public final AccountManagerFuture<Bundle> start() { method in class:AccountManager.AmsTask
2127 public Future2Task<T> start() { method in class:AccountManager.Future2Task
[all...]
/frameworks/base/core/java/android/animation/
H A DAnimator.java64 * Starts this animation. If the animation has a nonzero startDelay, the animation will start
76 public void start() { method in class:Animator
164 * after {@link #start()} is called.
172 * after {@link #start()} is called.
193 * Gets the total duration of the animation, accounting for animation sequences, start delay,
196 * @return Total time an animation takes to finish, starting from the time {@link #start()}
257 * animation, such as start, repeat, and end.
416 * and PropertyValuesHolder objects to get the start values for its properties.
428 * and PropertyValuesHolder objects to get the start values for its properties.
474 * <p>Notifies the start o
[all...]
H A DAnimatorSet.java42 * its animations. For example, an animation a1 could be set up to start before animation a2, a2
88 * to each Animator before they start and removed after they end.
108 * Indicates whether an AnimatorSet has been start()'d, whether or
113 // The amount of time in ms to delay starting the animation after start() is called
121 // and sibling relationship indicates "with" relationship, as sibling animators start at the
139 // In pre-N releases, calling end() before start() on an animator set is no-op. But that is not
141 // consistent within Animation framework, when end() is called without start(), we will start
149 // Set the flag to ignore calling end() without start() for pre-N releases
165 * start unti
612 public void start() { method in class:AnimatorSet
674 void start(final Node node) { method in class:AnimatorSet
[all...]
H A DObjectAnimator.java48 * <p>Using Keyframes allows animations to follow more complex paths from the start
230 * value implies that that value is the one being animated to, in which case the start value
231 * will be derived from the property being animated and the target object when {@link #start()}
278 * value implies that that value is the one being animated to, in which case the start value
279 * will be derived from the property being animated and the target object when {@link #start()}
322 * At least two <code>int[]</code> values must be provided, a start and end. More than two
362 * <p>At least two values must be provided, a start and end. More than two
388 * value implies that that value is the one being animated to, in which case the start value
389 * will be derived from the property being animated and the target object when {@link #start()}
409 * value implies that that value is the one being animated to, in which case the start valu
841 public void start() { method in class:ObjectAnimator
[all...]
H A DStateListAnimator.java181 start(match);
185 private void start(Tuple match) { method in class:StateListAnimator
188 mRunningAnimator.start();
H A DTimeAnimator.java34 public void start() { method in class:TimeAnimator
36 super.start();
54 mStartTimeCommitted = true; // do not allow start time to be compensated for jank
H A DValueAnimator.java95 * When true, the start time has been firmly committed as a chosen reference point in
97 * start time may be updated when the first animation frame is committed so as
98 * to compensate for jank that may have occurred between when the start time was
103 * resumes after having been paused. This flag is set to true when the start time
157 * Additional playing state to indicate whether an animator has been start()'d. There is
158 * some lag between a call to start() and the first animation frame. We should still note
167 * Additional playing state to indicate whether an animator has been start()'d, whether or
175 * startDelay and whether start() was called before end().
197 // The amount of time in ms to delay starting the animation after start() is called. Note
198 // that this start dela
967 private void start(boolean playBackwards) { method in class:ValueAnimator
1009 public void start() { method in class:ValueAnimator
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java1737 boolean start = data.readInt() != 0;
1741 boolean res = profileControl(process, userId, start, profilerInfo, profileType);
5226 public boolean profileControl(String process, int userId, boolean start, argument
5234 data.writeInt(start ? 1 : 0);
H A DActivityThread.java957 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { argument
958 sendMessage(H.PROFILER_CONTROL, profilerInfo, start ? 1 : 0, profileType);
2647 "Unable to start activity " + component
2717 // The activity manager actually wants this one to start out paused, because it
3019 "Unable to start receiver " + component
3315 "Unable to start service " + s
3454 // and this guy didn't finish itself or start another activity,
4788 final void handleProfilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { argument
4789 if (start) {
5349 // Do this after providers, since instrumentation tests generally start thei
[all...]
H A DApplicationThreadNative.java441 boolean start = data.readInt() != 0;
445 profilerControl(start, profilerInfo, profileType);
1232 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
1236 data.writeInt(start ? 1 : 0);
H A DIActivityManager.java391 public boolean profileControl(String process, int userId, boolean start, argument
715 /** Information returned after waiting for an activity start. */
H A DIApplicationThread.java121 void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
H A DInstrumentation.java115 * {@link #start} to begin the instrumentation thread, which will then
131 * Create and start a new thread in which to run instrumentation. This new
135 public void start() { method in class:Instrumentation
140 mRunner.start();
290 * This method will start profiling if isProfiling() returns true. You should
342 * from the main application thread -- use {@link #start} to execute
373 * starts), and it does not allow you to start activities that run in a
383 * @param intent Description of the activity to start.
462 * start (returning its canned result) or let the call
483 * 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
569 // The activity will start all existing loaders in it's onStart(),
570 // so only start them here if we're past that point of the activitiy's
572 info.start();
636 * actually start it until some previous loaders have completed.
773 // Call out to sub classes so they can start their loaders
776 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]);
360 int start, int end) {
363 if (start != 0 && start != len && buffer.charAt(start - 1) != '\n') {
364 for (start--; start > 0; start--) {
365 if (buffer.charAt(start
359 addParagraphSpan(Spannable buffer, Object what, int start, int end) argument
411 chooseHeight(CharSequence text, int start, int end, int spanstartv, int v, Paint.FontMetricsInt fm) argument
418 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.java54 * The Camera class is used to set image capture settings, start/stop preview,
83 * will be unable to start the preview.
85 * <li><b>Important</b>: Call {@link #startPreview()} to start updating the
106 * <li>Obtain and initialize a Camera and start preview as described above.
571 * {@link android.media.MediaRecorder#start()}. Applications can use the
590 * {@link android.media.MediaRecorder#start()}. Applications can use the
663 * properly indicate image capture or recording start/stop to the user.</p>
713 * Preview will not actually start until a surface is supplied
762 * properly indicate image capture or recording start/stop to the user.</p>
788 * properly indicate image capture or recording start/sto
1315 onAutoFocusMoving(boolean start, Camera camera) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DGLThreadManager.java154 public void start() { method in class:GLThreadManager
155 mGLHandlerThread.start();
H A DRequestThreadManager.java498 mGLThreadManager.start();
998 public void start() { method in class:RequestThreadManager
999 mRequestThread.start();

Completed in 703 milliseconds

1234567891011>>