/frameworks/base/media/java/android/media/ |
D | AsyncPlayer.java | 35 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/ |
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 | 132 public static final int STOP = 0x01; field in DrmStore.Playback 147 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 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/ |
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 331 remote()->transact(STOP, data, &reply); in stop() 532 case STOP: { in onTransact()
|
/frameworks/av/media/module/bufferpool/2.0/tests/ |
D | BufferpoolUnitTest.cpp | 46 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/ |
D | drm_framework_common.h | 138 static const int STOP = 0x01; variable
|
/frameworks/native/services/sensorservice/ |
D | AidlSensorHalWrapper.cpp | 311 rate = ISensors::RateLevel::STOP; in configureDirectChannel() 329 if (status == OK && rate != ISensors::RateLevel::STOP) { in configureDirectChannel()
|
D | HidlSensorHalWrapper.cpp | 353 rate = RateLevel::STOP; in configureDirectChannel() 371 if (rate == RateLevel::STOP) { in configureDirectChannel()
|
/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/module/bqhelper/include/media/stagefright/bqhelper/ |
D | GraphicBufferSource.h | 395 STOP enumerator
|
/frameworks/av/media/libaudiohal/tests/ |
D | EffectProxy_test.cpp | 215 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/ |
D | IMediaPlayer.h | 154 STOP, enumerator
|
/frameworks/av/media/libeffects/hapticgenerator/aidl/ |
D | EffectHapticGenerator.cpp | 79 case CommandId::STOP: in commandImpl()
|
/frameworks/av/media/libeffects/loudness/aidl/ |
D | EffectLoudnessEnhancer.cpp | 79 case CommandId::STOP: in commandImpl()
|
/frameworks/av/media/libeffects/downmix/aidl/ |
D | EffectDownmix.cpp | 80 case CommandId::STOP: in commandImpl()
|
/frameworks/av/media/module/bqhelper/ |
D | GraphicBufferSource.cpp | 657 && 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/ |
D | Visualizer.cpp | 94 case CommandId::STOP: in commandImpl()
|
/frameworks/hardware/interfaces/sensorservice/aidl/vts/ |
D | VtsHalSensorManagerTargetTest.cpp | 241 ASSERT_OK(chan->configure(handle, ISensors::RateLevel::STOP, &zeroToken)); in TEST_P()
|
/frameworks/av/services/oboeservice/ |
D | AAudioServiceStreamBase.cpp | 335 return sendCommand(STOP, nullptr, true /*waitForReply*/, TIMEOUT_NANOS); in stop() 493 case STOP: in run()
|
D | AAudioServiceStreamBase.h | 398 STOP, enumerator
|