Home
last modified time | relevance | path

Searched refs:STOP (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/media/java/android/media/
DAsyncPlayer.java35 private static final int STOP = 2; field in AsyncPlayer
99 case STOP: in run()
137 private int mState = STOP;
219 if (mState != STOP) { in stop()
222 cmd.code = STOP; in stop()
224 mState = STOP; in stop()
/frameworks/hardware/interfaces/sensorservice/1.0/
DIDirectReportChannel.hal32 * 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
DREADME55 chan->configure(sensorHandle, RateLevel::STOP, [&](auto token, auto result) {
/frameworks/base/drm/java/android/drm/
DDrmStore.java132 public static final int STOP = 0x01; field in DrmStore.Playback
147 case STOP: in isValid()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DNotificationPlayer.java45 private static final int STOP = 2; field in NotificationPlayer
292 case STOP: in run()
379 private int mState = STOP;
467 if (mState != STOP) { in stop()
470 cmd.code = STOP; in stop()
472 mState = STOP; in stop()
/frameworks/av/media/module/codecs/mp3dec/src/
Dpvmp3_imdct_synth.cpp121 #define STOP 3 macro
260 case STOP: in pvmp3_imdct_synth()
/frameworks/av/media/libmedia/
DIMediaSource.cpp36 STOP, enumerator
98 status_t status = remote()->transact(STOP, data, &reply); in stop()
299 case STOP: { in onTransact()
DIMediaRecorder.cpp43 STOP, enumerator
331 remote()->transact(STOP, data, &reply); in stop()
532 case STOP: { in onTransact()
/frameworks/av/media/module/bufferpool/2.0/tests/
DBufferpoolUnitTest.cpp46 STOP, enumerator
216 case PipeCommand::STOP: { in doReceiver()
440 message.data.command = PipeCommand::STOP; in TEST_F()
524 message.data.command = PipeCommand::STOP; in TEST_F()
/frameworks/av/include/drm/
Ddrm_framework_common.h138 static const int STOP = 0x01; variable
/frameworks/native/services/sensorservice/
DAidlSensorHalWrapper.cpp311 rate = ISensors::RateLevel::STOP; in configureDirectChannel()
329 if (status == OK && rate != ISensors::RateLevel::STOP) { in configureDirectChannel()
DHidlSensorHalWrapper.cpp353 rate = RateLevel::STOP; in configureDirectChannel()
371 if (rate == RateLevel::STOP) { in configureDirectChannel()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphRunner.java51 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()
DCameraStreamer.java750 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/module/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h395 STOP enumerator
/frameworks/av/media/libaudiohal/tests/
DEffectProxy_test.cpp215 EXPECT_TRUE(proxy->command(CommandId::STOP).isOk()); in TEST_F()
281 EXPECT_TRUE(proxy->command(CommandId::STOP).isOk()); in TEST_F()
/frameworks/av/media/libmedia/include/media/
DIMediaPlayer.h154 STOP, enumerator
/frameworks/av/media/libeffects/hapticgenerator/aidl/
DEffectHapticGenerator.cpp79 case CommandId::STOP: in commandImpl()
/frameworks/av/media/libeffects/loudness/aidl/
DEffectLoudnessEnhancer.cpp79 case CommandId::STOP: in commandImpl()
/frameworks/av/media/libeffects/downmix/aidl/
DEffectDownmix.cpp80 case CommandId::STOP: in commandImpl()
/frameworks/av/media/module/bqhelper/
DGraphicBufferSource.cpp657 && nextAction.mAction != ActionItem::STOP) { in fillCodecBuffer_l()
679 case ActionItem::STOP: in fillCodecBuffer_l()
1365 action.mAction = ActionItem::STOP; in setStopTimeUs()
/frameworks/av/media/libeffects/visualizer/aidl/
DVisualizer.cpp94 case CommandId::STOP: in commandImpl()
/frameworks/hardware/interfaces/sensorservice/aidl/vts/
DVtsHalSensorManagerTargetTest.cpp241 ASSERT_OK(chan->configure(handle, ISensors::RateLevel::STOP, &zeroToken)); in TEST_P()
/frameworks/av/services/oboeservice/
DAAudioServiceStreamBase.cpp335 return sendCommand(STOP, nullptr, true /*waitForReply*/, TIMEOUT_NANOS); in stop()
493 case STOP: in run()
DAAudioServiceStreamBase.h398 STOP, enumerator

12