Searched defs:start (Results 451 - 475 of 830) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/id3/
H A DID3.cpp869 static size_t StringSize(const uint8_t *start, size_t limit, uint8_t encoding) { argument
873 return strnlen((const char *)start, limit) + 1;
878 while ((n+1 < limit) && (start[n] != '\0' || start[n + 1] != '\0')) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp84 status_t AnotherPacketSource::start(MetaData * /* params */) { function in class:android::AnotherPacketSource
625 * (for AVC, if trim happens, the samples left will always start
/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp129 size_t start = 0; local
131 ssize_t commaPos = val.find(",", start);
134 AString nalString(val, start, end - start);
161 start = commaPos + 1;
H A DARTPConnection.cpp121 unsigned start = (unsigned)((rand()* 1000ll)/RAND_MAX) + 15550; local
122 start &= ~1;
124 for (unsigned port = start; port < 65536; port += 2) {
H A DARTPWriter.cpp56 mLooper->start();
117 status_t ARTPWriter::start(MetaData * /* params */) { function in class:android::ARTPWriter
194 CHECK_EQ(mSource->start(), (status_t)OK);
781 // Signal start of talk-spurt.
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp39 status_t WebmFrameThread::start() { function in class:android::WebmFrameThread
108 // list to hold child elements in a webm cluster (start timecode and
192 status_t WebmFrameSinkThread::start() { function in class:android::WebmFrameSinkThread
194 return WebmFrameThread::start();
274 * helps to align a/v start time at the beginning of a recording
278 * If client does not set the start time offset, we fall back to
290 status_t WebmFrameMediaSourceThread::start() { function in class:android::WebmFrameMediaSourceThread
293 status_t err = mSource->start(meta.get());
300 return WebmFrameThread::start();
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp452 status_t SwAudioOutputDescriptor::start() function in class:android::SwAudioOutputDescriptor
455 status_t status = mOutput1->start();
459 status = mOutput2->start();
/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/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/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.
487 start();
[all...]
/frameworks/base/core/java/android/app/
H A DLoaderManager.java76 * @return Return a new Loader instance that is ready to start loading.
259 void start() { method in class:LoaderManagerImpl.LoaderInfo
584 // The activity will start all existing loaders in it's onStart(),
585 // so only start them here if we're past that point of the activitiy's
587 info.start();
651 * actually start it until some previous loaders have completed.
788 // Call out to sub classes so they can start their loaders
791 mLoaders.valueAt(i).start();
/frameworks/base/core/java/android/os/
H A DZygoteProcess.java196 * <var>processClass</var> to start them.
217 * @return An object that describes the result of the attempt to start the process.
218 * @throws RuntimeException on fatal start failure
220 public final Process.ProcessStartResult start(final String processClass, method in class:ZygoteProcess
277 * @throws ZygoteStartFailedEx if process start failed for any reason
354 * @return An object that describes the result of the attempt to start the process.
355 * @throws ZygoteStartFailedEx if process start failed for any reason
426 argsForZygote.add("--start-child-zygote");
/frameworks/base/core/java/android/text/
H A DMeasuredParagraph.java92 // The start offset of the target range in the original text (mSpanned);
211 public Directions getDirections(@IntRange(from = 0) int start, // inclusive argument
217 final int length = end - start;
218 return AndroidBidi.directions(mParaDir, mLevels.getRawArray(), start, mCopiedBuffer, start,
282 * @param start the inclusive start offset of the target region in the text
285 public float getWidth(int start, int end) { argument
290 for (int i = start; i < end; ++i) {
296 return nGetWidth(mNativePtr, start, en
306 getBounds(@ntRangefrom = 0) int start, @IntRange(from = 0) int end, @NonNull Rect bounds) argument
325 buildForBidi(@onNull CharSequence text, @IntRange(from = 0) int start, @IntRange(from = 0) int end, @NonNull TextDirectionHeuristic textDir, @Nullable MeasuredParagraph recycle) argument
350 buildForMeasurement(@onNull TextPaint paint, @NonNull CharSequence text, @IntRange(from = 0) int start, @IntRange(from = 0) int end, @NonNull TextDirectionHeuristic textDir, @Nullable MeasuredParagraph recycle) argument
398 buildForStaticLayout( @onNull TextPaint paint, @NonNull CharSequence text, @IntRange(from = 0) int start, @IntRange(from = 0) int end, @NonNull TextDirectionHeuristic textDir, boolean computeHyphenation, boolean computeLayout, @Nullable MeasuredParagraph recycle) argument
462 resetAndAnalyzeBidi(@onNull CharSequence text, @IntRange(from = 0) int start, @IntRange(from = 0) int end, @NonNull TextDirectionHeuristic textDir) argument
517 applyReplacementRun(@onNull ReplacementSpan replacement, @IntRange(from = 0) int start, @IntRange(from = 0) int end, long nativeBuilderPtr) argument
539 applyStyleRun(@ntRangefrom = 0) int start, @IntRange(from = 0) int end, long nativeBuilderPtr) argument
580 applyMetricsAffectingSpan( @onNull TextPaint paint, @Nullable MetricAffectingSpan[] spans, @IntRange(from = 0) int start, @IntRange(from = 0) int end, long nativeBuilderPtr) argument
679 measure(int start, int limit) argument
706 nAddStyleRun( long nativeBuilderPtr, long paintPtr, @IntRange(from = 0) int start, @IntRange(from = 0) int end, boolean isRtl) argument
721 nAddReplacementRun( long nativeBuilderPtr, long paintPtr, @IntRange(from = 0) int start, @IntRange(from = 0) int end, @FloatRange(from = 0) float width) argument
735 nGetWidth( long nativePtr, @IntRange(from = 0) int start, @IntRange(from = 0) int end) argument
745 nGetBounds(long nativePtr, char[] buf, int start, int end, Rect rect) argument
[all...]
H A DPrecomputedText.java297 // The inclusive start offset of the measuring target.
332 @IntRange(from = 0) int start, @IntRange(from = 0) int end, boolean computeLayout) {
341 for (int paraStart = start; paraStart < end; paraStart = paraEnd) {
359 private PrecomputedText(@NonNull CharSequence text, @IntRange(from = 0) int start, argument
363 mStart = start;
378 * Returns the inclusive start offset of measured region.
408 * Returns the paragraph start offset of the text.
437 public boolean canUseMeasuredResult(@IntRange(from = 0) int start, @IntRange(from = 0) int end, argument
441 return mStart == start
462 * Both {@code start} an
330 createMeasuredParagraphs( @onNull CharSequence text, @NonNull Params params, @IntRange(from = 0) int start, @IntRange(from = 0) int end, boolean computeLayout) argument
470 getWidth(@ntRangefrom = 0) int start, @IntRange(from = 0) int end) argument
500 getBounds(@ntRangefrom = 0) int start, @IntRange(from = 0) int end, @NonNull Rect bounds) argument
544 setSpan(Object what, int start, int end, int flags) argument
570 getSpans(int start, int end, Class<T> type) argument
590 nextSpanTransition(int start, int limit, Class type) argument
610 subSequence(int start, int end) argument
[all...]
/frameworks/base/core/java/android/util/apk/
H A DApkSigningBlockUtils.java132 // 1. Everything up to the start of the APK Signing Block.
578 * between the specified start (inclusive) and end (exclusive) positions. As opposed to
582 static ByteBuffer sliceFromTo(ByteBuffer source, int start, int end) { argument
583 if (start < 0) {
584 throw new IllegalArgumentException("start: " + start);
586 if (end < start) {
587 throw new IllegalArgumentException("end < start: " + end + " < " + start);
598 source.position(start);
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java95 public static void setComposingSpans(Spannable text, int start, int end) { argument
96 final Object[] sps = text.getSpans(start, end, Object.class);
116 text.setSpan(COMPOSING, start, end,
248 int start = a - beforeLength;
249 if (start < 0) start = 0;
250 content.delete(start, a);
251 deleted = a - start;
403 final int start = findIndexBackward(content, a, Math.max(beforeLength, 0));
404 if (start !
620 setComposingRegion(int start, int end) argument
661 setSelection(int start, int end) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DDayPickerView.java382 private int getDiffMonths(Calendar start, Calendar end) { argument
383 final int diffYears = end.get(Calendar.YEAR) - start.get(Calendar.YEAR);
384 return end.get(Calendar.MONTH) - start.get(Calendar.MONTH) + 12 * diffYears;
/frameworks/base/core/java/com/android/internal/util/
H A DFastXmlSerializer.java166 private void escapeAndAppendString(char[] buf, int start, int len) throws IOException { argument
169 int end = start+len;
170 int lastPos = start;
172 for (pos=start; pos<end; pos++) {
392 public XmlSerializer text(char[] buf, int start, int len) throws IOException, argument
398 escapeAndAppendString(buf, start, len);
400 mLineStart = buf[start+len-1] == '\n';
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java259 protected void onTextChanged(CharSequence text, int start, int before, int after) { argument
260 super.onTextChanged(text, start, before, after);
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp166 static void start(JNIEnv* env, jobject, jlong animatorSetPtr, jobject finishListener, jint id) { function in namespace:android
169 set->start(listener);
194 {"nStart", "(JLandroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorRT;I)V", (void*)start},
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerBaseTest.java430 * The format of the files are sequential int's, in the range of: [start..end)
434 * @param start The first int expected to be found in the file
437 protected void doValidateIntContents(String path, String filename, int start, int end) { argument
444 for (int i = start; i < end; ++i) {
/frameworks/base/libs/protoutil/src/
H A DProtoOutputStream.cpp204 // can directly write valid format of message bytes into ProtoOutputStream without calling start/end
258 ProtoOutputStream::start(uint64_t fieldId) function in class:android::util::ProtoOutputStream
261 ALOGE("Can't call start for non-message type field: 0x%" PRIx64, fieldId);
295 // number of bytes written in this start-end session.
/frameworks/base/obex/javax/obex/
H A DObexHelper.java181 * @return the result of the last start body or end body header provided;
743 * @param start the starting index to search
748 public static int findHeaderEnd(byte[] headerArray, int start, int maxSize) { argument
752 int index = start;
805 * returned since it would be the start of the next header
813 return lastLength + start;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java202 public void start() { method in class:DessertCaseView
271 start();
410 .start();
446 set1.start();
447 set2.start();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
H A DSwipeDetector.java172 void onDragStart(boolean start); argument

Completed in 209 milliseconds

<<11121314151617181920>>