Searched defs:START (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/media/libmedia/
H A DIAudioRecord.cpp33 START, enumerator in enum:android::__anon416
49 status_t status = remote()->transact(START, data, &reply);
91 case START: {
H A DIAudioTrack.cpp33 START, enumerator in enum:android::__anon417
53 status_t status = remote()->transact(START, data, &reply);
131 case START: {
H A DIMediaPlayer.cpp32 START, enumerator in enum:android::__anon421
89 remote()->transact(START, data, &reply);
270 case START: {
H A DIMediaRecorder.cpp36 START, enumerator in enum:android::__anon424
227 remote()->transact(START, data, &reply);
306 case START: {
307 LOGV("START");
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_imdct_synth.cpp119 #define START 1 macro
254 case START:
/frameworks/base/core/java/android/text/
H A DSelection.java420 private static final class START implements NoCopySpan { } class in class:Selection
427 public static final Object SELECTION_START = new START();
H A DSpannableStringInternal.java105 int ostart = data[i * COLUMNS + START];
108 data[i * COLUMNS + START] = start;
130 mSpanData[mSpanCount * COLUMNS + START] = start;
146 int ostart = data[i * COLUMNS + START];
170 return data[i * COLUMNS + START];
215 int spanStart = data[i * COLUMNS + START];
295 int st = data[i * COLUMNS + START];
368 private static final int START = 0; field in class:SpannableStringInternal
H A DDynamicLayout.java297 mInts.adjustValuesBelow(startline, START, after - before);
315 ints[START] = reflowed.getLineStart(i) |
375 return mInts.getValue(line, START) & START_MASK;
486 private static final int START = 0; field in class:DynamicLayout
487 private static final int DIR = START;
488 private static final int TAB = START;
H A DStaticLayout.java1054 lines[off + START] = start;
1059 lines[off + mColumns + START] = end;
1140 if (where == TextUtils.TruncateAt.START) {
1243 return mLines[mColumns * line + START] & START_MASK;
1296 private static final int START = 0; field in class:StaticLayout
1297 private static final int DIR = START;
1298 private static final int TAB = START;
H A DTextUtils.java955 START, enum constant in enum:TextUtils.TruncateAt
1040 if (where == TruncateAt.START) {
1141 if (where == TruncateAt.START) {
/frameworks/ex/common/java/com/android/common/speech/
H A DLoggingEvents.java112 public static final int START = 14; field in class:LoggingEvents.VoiceIme
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java312 * axis (X or Y) will fit exactly. START aligns the result to the
315 START (1), enum constant in enum:Matrix.ScaleToFit
/frameworks/base/core/java/android/provider/
H A DTelephony.java1016 public static final String START = "start"; field in interface:Telephony.BaseMmsColumns
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduHeaders.java78 public static final int START = 0xAF; field in class:PduHeaders
708 case START:

Completed in 244 milliseconds