Searched defs:start (Results 276 - 300 of 722) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/
H A DJPEGSource.cpp72 status_t JPEGSource::start(MetaData *) { function in class:android::JPEGSource
H A DMidiExtractor.cpp43 virtual status_t start(MetaData *params);
90 status_t MidiSource::start(MetaData * /* params */) function in class:android::MidiSource
92 ALOGV("MidiSource::start");
H A DSimpleDecodingSource.cpp57 looper->start();
112 status_t SimpleDecodingSource::start(MetaData *params) { function in class:SimpleDecodingSource
118 status_t res = mCodec->start();
120 res = mSource->start();
H A DSurfaceMediaSource.cpp140 status_t SurfaceMediaSource::start(MetaData *params) function in class:android::SurfaceMediaSource
142 ALOGV("start");
311 // This frame predates start of record, discard
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp136 status_t AACEncoder::start(MetaData *params) { function in class:android::AACEncoder
138 ALOGW("Call start() when encoder already started");
154 status_t err = mSource->start(params);
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c108 clock_t start, finish; local
204 start = clock();
234 duration += finish - start;
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp96 status_t ALooper::start( function in class:android::ALooper
H A DAString.cpp169 void AString::erase(size_t start, size_t n) { argument
170 CHECK_LT(start, mSize);
171 CHECK_LE(start + n, mSize);
175 memmove(&mData[start], &mData[start + n], mSize - start - n);
275 ssize_t AString::find(const char *substring, size_t start) const {
276 CHECK_LE(start, size());
278 const char *match = strstr(mData + start, substring);
/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.cpp52 char* start = tagNames.lockBuffer(tagNames.size()); local
53 start[idx] = '\0';
54 char* rest = (end != -1) ? (start + end) : (start + tagNames.size());
55 tagNames = String8::format("%s%s%s", start, k3aTags, rest);
/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamMMAP.cpp196 aaudio_result_t AAudioServiceStreamMMAP::start() { function in class:AAudioServiceStreamMMAP
199 status_t status = mMmapStream->start(mMmapClient, &mPortHandle);
201 ALOGE("AAudioServiceStreamMMAP::start() mMmapStream->start() returned %d", status);
205 result = AAudioServiceStreamBase::start();
211 * Stop the flow of data such that start() can resume with loss of data.
/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
130 // the start of the argument block (argv[0]) with the new name of
131 // the process, so we'd mysteriously start getting truncated process
133 uintptr_t start = reinterpret_cast<uintptr_t>(argv[0]); local
136 return (end - start);
214 // --start-system-server : Start the system server.
277 } else if (strcmp(arg, "--start-system-server") == 0) {
318 args.add(String8("start-system-server"));
344 runtime.start("co
[all...]
/frameworks/base/core/java/android/animation/
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...]
/frameworks/base/core/java/android/bluetooth/le/
H A DScanRecord.java298 private static byte[] extractBytes(byte[] scanRecord, int start, int length) { argument
300 System.arraycopy(scanRecord, start, bytes, 0, length);
/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/hardware/usb/
H A DUsbDeviceConnection.java342 private static void checkBounds(byte[] buffer, int start, int length) { argument
344 if (length < 0 || start < 0 || start + length > bufferLength) {
345 throw new IllegalArgumentException("Buffer start or length out of bounds.");
/frameworks/base/core/java/android/os/
H A DZygoteProcess.java171 * <var>processClass</var> to start them.
192 * @return An object that describes the result of the attempt to start the process.
193 * @throws RuntimeException on fatal start failure
195 public final Process.ProcessStartResult start(final String processClass, method in class:ZygoteProcess
251 * @throws ZygoteStartFailedEx if process start failed for any reason
326 * @return An object that describes the result of the attempt to start the process.
327 * @throws ZygoteStartFailedEx if process start failed for any reason
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java119 * @see #start()
150 * @see #start()
216 public boolean start() { method in class:PrintJob
229 * printing. To resume the print job call {@link #start()}. To change the reason call
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java158 * that share the same start position and length.
367 public SentenceWordItem(TextInfo ti, int start, int end) { argument
369 mStart = start;
370 mLength = end - start;
397 final int start = 0;
401 int wordEnd = wordIterator.following(start);
404 Log.d(TAG, "iterator: break: ---- 1st word start = " + wordStart + ", end = "
409 if (wordEnd >= start && wordEnd > wordStart) {
/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java102 public int start(int sampleRateInHz, int audioFormat, int channelCount) { method in class:FileSynthesisCallback
104 Log.d(TAG, "FileSynthesisRequest.start(" + sampleRateInHz + "," + audioFormat
233 // Write WAV header at start of file
314 public void rangeStart(int markerInFrames, int start, int end) { argument
315 mDispatcher.dispatchOnRangeStart(markerInFrames, start, end);
H A DSynthesisPlaybackQueueItem.java190 // The start index in the text of the utterance.
191 public final int start; field in class:SynthesisPlaybackQueueItem.ProgressMarker
195 public ProgressMarker(int frames, int start, int end) { argument
197 this.start = start;
213 /** Informs us that at markerInFrames, the range between start and end is about to be spoken. */
214 void rangeStart(int markerInFrames, int start, int end) { argument
215 markerList.add(new ProgressMarker(markerInFrames, start, end));
227 getDispatcher().dispatchOnRangeStart(marker.start, marker.end, marker.frames);
/frameworks/base/core/java/android/text/
H A DBoringLayout.java240 for (int start = 0; start < textLength; start += MAX_BUF_LEN) {
241 final int end = Math.min(start + MAX_BUF_LEN, textLength);
245 TextUtils.getChars(text, start, end, buffer, 0);
247 final int len = end - start;
395 public void ellipsized(int start, int end) { argument
396 mEllipsizedStart = start;
397 mEllipsizedCount = end - start;
H A DSelection.java24 * A cursor is a selection where the start and end are at the same offset.
64 * Set the selection anchor to <code>start</code> and the selection edge
67 public static void setSelection(Spannable text, int start, int stop) { argument
69 // start = pin(start, 0, len); XXX remove unless we really need it
75 if (ostart != start || oend != stop) {
76 text.setSpan(SELECTION_START, start, start,
120 * start, or return false if the cursor is already on the top line.
123 int start
[all...]
H A DSpannableStringInternal.java29 int start, int end) {
30 if (start == 0 && end == source.length())
33 mText = source.toString().substring(start, end);
41 copySpans((SpannableStringInternal) source, start, end);
43 copySpans((Spanned) source, start, end);
49 * Copies another {@link Spanned} object's spans between [start, end] into this object.
52 * @param start Start index in the source object.
55 private final void copySpans(Spanned src, int start, int end) { argument
56 Object[] spans = src.getSpans(start, end, Object.class);
63 if (st < start)
28 SpannableStringInternal(CharSequence source, int start, int end) argument
80 copySpans(SpannableStringInternal src, int start, int end) argument
125 isOutOfCopyRange(int start, int end, int spanStart, int spanEnd) argument
147 getChars(int start, int end, char[] dest, int off) argument
151 setSpan(Object what, int start, int end, int flags) argument
159 setSpan(Object what, int start, int end, int flags, boolean enforceParagraph) argument
372 nextSpanTransition(int start, int limit, Class kind) argument
394 sendSpanAdded(Object what, int start, int end) argument
403 sendSpanRemoved(Object what, int start, int end) argument
422 region(int start, int end) argument
426 checkRange(final String operation, int start, int end) argument
[all...]
/frameworks/base/core/java/android/text/method/
H A DDigitsKeyListener.java339 public CharSequence filter(CharSequence source, int start, int end, argument
341 CharSequence out = super.filter(source, start, end, dest, dstart, dend);
349 start = 0;
389 for (int i = end - 1; i >= start; i--) {
394 if (i != start || dstart != 0) {
410 if (end == start + 1) {
415 stripped = new SpannableStringBuilder(source, start, end);
418 stripped.delete(i - start, i + 1 - start);
H A DPasswordTransformationMethod.java70 public void beforeTextChanged(CharSequence s, int start, argument
75 public void onTextChanged(CharSequence s, int start, argument
107 sp.setSpan(new Visible(sp, this), start, start + count,
177 public CharSequence subSequence(int start, int end) { argument
178 char[] buf = new char[end - start];
180 getChars(start, end, buf, 0);
188 public void getChars(int start, int end, char[] dest, int off) { argument
189 TextUtils.getChars(mSource, start, end, dest, off);
214 for (int i = start;
[all...]

Completed in 4986 milliseconds

<<11121314151617181920>>