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

12

/frameworks/av/media/libaudioclient/
H A DIAudioRecord.cpp33 START, enumerator in enum:android::__anon185
51 status_t status = remote()->transact(START, data, &reply);
77 case START: {
H A DIAudioTrack.cpp33 START, enumerator in enum:android::__anon186
73 status_t status = remote()->transact(START, data, &reply);
209 case START: {
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_imdct_synth.cpp119 #define START 1 macro
254 case START:
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingReconsideration.java28 private static final int START = 0; field in class:RankingReconsideration
44 mState = START;
52 if (mState == START) {
69 if (mState == START) { // can't cancel if running or done
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardParserTests.java39 START, enum constant in enum:VCardParserTests.Order
69 inspectOrder(Order.START);
98 interpreter.addExpectedOrder(Order.START)
116 interpreter.addExpectedOrder(Order.START)
150 interpreter.addExpectedOrder(Order.START)
182 interpreter.addExpectedOrder(Order.START)
223 interpreter.addExpectedOrder(Order.START)
/frameworks/support/compat/java/android/support/v4/view/
H A DGravityCompat.java29 /** Raw bit controlling whether the layout direction is relative or not (START/END instead of
35 public static final int START = RELATIVE_LAYOUT_DIRECTION | Gravity.LEFT; field in class:GravityCompat
43 public static final int RELATIVE_HORIZONTAL_GRAVITY_MASK = START | END;
136 * if horizontal direction is LTR, then START will set LEFT and END will set RIGHT.
137 * if horizontal direction is RTL, then START will set RIGHT and END will set LEFT.
/frameworks/base/drm/java/android/drm/
H A DDrmStore.java126 public static final int START = 0x00; field in class:DrmStore.Playback
144 case START:
/frameworks/native/services/audiomanager/
H A DIPlayer.cpp32 START = IBinder::FIRST_CALL_TRANSACTION, enumerator in enum:android::__anon1835
53 remote()->transact(START, data, &reply);
132 case START: {
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.h121 START, enumerator in enum:android::camera2::CaptureSequencer::CaptureState
/frameworks/base/core/java/android/text/
H A DSelection.java467 private static final class START implements NoCopySpan { } class in class:Selection
474 public static final Object SELECTION_START = new START();
H A DSpannableStringInternal.java92 int spanStart = srcData[i * COLUMNS + START];
105 int spanStart = srcData[i * COLUMNS + START];
112 mSpanData[j * COLUMNS + START] = spanStart - start;
191 int ostart = data[i * COLUMNS + START];
194 data[i * COLUMNS + START] = start;
216 mSpanData[mSpanCount * COLUMNS + START] = start;
232 int ostart = data[i * COLUMNS + START];
256 return data[i * COLUMNS + START];
301 int spanStart = data[i * COLUMNS + START];
382 int st = data[i * COLUMNS + START];
504 private static final int START = 0; field in class:SpannableStringInternal
[all...]
H A DDynamicLayout.java336 mInts.adjustValuesBelow(startline, START, after - before);
354 ints[START] = start;
695 return mInts.getValue(line, START) & START_MASK;
846 // START, DIR, and TAB share the same entry.
847 private static final int START = 0; field in class:DynamicLayout
848 private static final int DIR = START;
849 private static final int TAB = START;
H A DStaticLayout.java994 lines[off + START] = start;
1008 lines[off + mColumns + START] = end;
1053 if (where == TextUtils.TruncateAt.START) {
1194 return mLines[mColumns * line + START] & START_MASK;
1361 private static final int START = 0; field in class:StaticLayout
1362 private static final int DIR = START;
1363 private static final int TAB = START;
H A DTextUtils.java1076 START, enum constant in enum:TextUtils.TruncateAt
1171 } else if (where == TruncateAt.START) {
/frameworks/base/core/java/android/view/
H A DGravity.java84 /** Raw bit controlling whether the layout direction is relative or not (START/END instead of
115 public static final int START = RELATIVE_LAYOUT_DIRECTION | LEFT; field in class:Gravity
123 public static final int RELATIVE_HORIZONTAL_GRAVITY_MASK = START | END;
404 * if horizontal direction is LTR, then START will set LEFT and END will set RIGHT.
405 * if horizontal direction is RTL, then START will set RIGHT and END will set LEFT.
414 // If layout is script specific and gravity is horizontal relative (START or END)
416 if ((result & Gravity.START) == Gravity.START) {
417 // Remove the START bit
418 result &= ~START;
[all...]
/frameworks/ex/common/java/com/android/common/speech/
H A DLoggingEvents.java112 public static final int START = 14; field in class:LoggingEvents.VoiceIme
/frameworks/minikin/libs/minikin/
H A DWordBreaker.cpp134 START, enumerator in enum:minikin::ScanState
144 ScanState state = START;
152 if (state == START && c == '@') {
154 } else if (state == START && c == ':') {
160 state = START;
/frameworks/av/include/drm/
H A Ddrm_framework_common.h134 static const int START = 0x00; member in class:android::Playback
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp44 START, enumerator in enum:android::__anon364
283 remote()->transact(START, data, &reply);
381 case START: {
382 ALOGV("START");
H A DIMediaSource.cpp35 START = IBinder::FIRST_CALL_TRANSACTION, enumerator in enum:android::__anon366
82 status_t ret = remote()->transact(START, data, &reply);
283 case START: {
H A DIMediaPlayer.cpp47 START, enumerator in enum:android::__anon361
207 remote()->transact(START, data, &reply);
649 case START: {
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java534 * that src fits entirely inside dst. At least one axis (X or Y) will fit exactly. START
537 START(1), enum constant in enum:Matrix.ScaleToFit
/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java100 public static final int START = LEFT << 2; field in class:ItemTouchHelper
578 case START:
1321 * of direction flags. ({@link #LEFT}, {@link #RIGHT}, {@link #START}, {@link #END},
1351 static final int RELATIVE_DIR_FLAGS = START | END
1352 | ((START | END) << DIRECTION_FLAG_COUNT)
1353 | ((START | END) << (2 * DIRECTION_FLAG_COUNT));
1434 * @return Updated flags which uses relative flags ({@link #START}, {@link #END}) instead
1446 flags |= masked << 2; // START is 2 bits after LEFT, END is 2 bits after RIGHT.
1449 // add RIGHT flag as START
1481 * {@link #RIGHT}, {@link #LEFT} {@link #START} an
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java748 public static final int START = 1; field in class:CameraStreamer.Event
901 case Event.START:
1179 pushEvent(Event.START, true);
1730 mCameraRunner.pushEvent(Event.START, true);
/frameworks/opt/telephony/src/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 725 milliseconds

12