/frameworks/base/media/java/android/media/ |
D | AsyncPlayer.java | 36 private static final int STOP = 2; field in AsyncPlayer 100 case STOP: in run() 138 private int mState = STOP; 220 if (mState != STOP) { in stop() 223 cmd.code = STOP; in stop() 225 mState = STOP; in stop()
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | IDirectReportChannel.hal | 32 * other than STOP so that sensor event can be directly written into the 33 * shared memory region used for creating the channel; set rate to STOP will 37 * sensorHandle to -1 and rate to STOP. 40 * and rate is STOP, the call must stop of all active
|
D | README | 55 chan->configure(sensorHandle, RateLevel::STOP, [&](auto token, auto result) {
|
/frameworks/base/drm/java/android/drm/ |
D | DrmStore.java | 130 public static final int STOP = 0x01; field in DrmStore.Playback 145 case STOP: in isValid()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | NotificationPlayer.java | 45 private static final int STOP = 2; field in NotificationPlayer 232 case STOP: in run() 345 private int mState = STOP; 428 if (mState != STOP) { in stop() 431 cmd.code = STOP; in stop() 433 mState = STOP; in stop()
|
/frameworks/av/media/libaudioclient/ |
D | IAudioTrack.cpp | 36 STOP, enumerator 89 remote()->transact(STOP, data, &reply); in stop() 230 case STOP: { in onTransact()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
D | pvmp3_imdct_synth.cpp | 121 #define STOP 3 macro 260 case STOP: in pvmp3_imdct_synth()
|
/frameworks/av/media/libmedia/ |
D | IMediaSource.cpp | 36 STOP, enumerator 98 status_t status = remote()->transact(STOP, data, &reply); in stop() 299 case STOP: { in onTransact()
|
D | IMediaRecorder.cpp | 43 STOP, enumerator 298 remote()->transact(STOP, data, &reply); in stop() 482 case STOP: { in onTransact()
|
D | IMediaPlayer.cpp | 50 STOP, enumerator 224 remote()->transact(STOP, data, &reply); in stop() 727 case STOP: { in onTransact()
|
/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/ |
D | LoadtestActivity.java | 88 private static final String STOP = "stop"; field in LoadtestActivity 105 activityIntent.putExtra(TYPE, STOP); in onReceive() 335 case STOP: in onNewIntent() 481 intent.putExtra(TYPE, STOP); in startLoadtest()
|
/frameworks/av/include/drm/ |
D | drm_framework_common.h | 138 static const int STOP = 0x01; variable
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | GraphRunner.java | 51 private static final Event STOP_EVENT = new Event(Event.STOP, null); 93 public static final int STOP = 4; field in GraphRunner.Event 141 case Event.STOP: in loop()
|
D | CameraStreamer.java | 750 public static final int STOP = 3; field in CameraStreamer.Event 904 case Event.STOP: in loop() 1178 pushEvent(Event.STOP, true); in onUpdate() 1737 mCameraRunner.pushEvent(Event.STOP, true); in stop() 1746 mCameraRunner.pushEvent(Event.STOP, true); in stopAndWait()
|
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/ |
D | GraphicBufferSource.h | 385 STOP enumerator
|
/frameworks/av/media/libstagefright/bqhelper/ |
D | GraphicBufferSource.cpp | 656 && nextAction.mAction != ActionItem::STOP) { in fillCodecBuffer_l() 678 case ActionItem::STOP: in fillCodecBuffer_l() 1332 action.mAction = ActionItem::STOP; in setStopTimeUs()
|
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/ |
D | VtsHalSensorManagerV1_0TargetTest.cpp | 241 ASSERT_OK(chan->configure(handle, RateLevel::STOP, [](auto token, auto res) { in TEST_F()
|
/frameworks/native/services/sensorservice/ |
D | SensorDevice.cpp | 882 rate = RateLevel::STOP; in configureDirectChannel() 900 if (rate == RateLevel::STOP) { in configureDirectChannel()
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 467 STOP = 2; // STOP indicates that throttling was cleared. enumerator 2004 // The count of Flow-off (STOP) 2860 UNSPECIFIED = 1; // For events that are known to not represent START/STOP. 2861 STOP = 2; enumerator 3141 STOP = 2; enumerator 3503 STOP = 2; enumerator
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 36256 Landroid/media/AsyncPlayer;->STOP:I 116275 Ljava/util/concurrent/ForkJoinPool;->STOP:I 117065 Ljava/util/concurrent/ThreadPoolExecutor;->STOP:I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10186 field public static final int STOP = 1; // 0x1
|
/frameworks/base/api/ |
D | current.txt | 13342 field public static final int STOP = 1; // 0x1
|