Home
last modified time | relevance | path

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

123

/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.java130 public static final int STOP = 0x01; field in DrmStore.Playback
145 case STOP: in isValid()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DNotificationPlayer.java45 private static final int STOP = 2; field in NotificationPlayer
231 case STOP: in run()
328 private int mState = STOP;
411 if (mState != STOP) { in stop()
414 cmd.code = STOP; in stop()
416 mState = STOP; in stop()
/frameworks/support/lifecycle/integration-tests/testapp/src/androidTest/java/androidx/lifecycle/
DPartiallyCoveredActivityTest.java27 import static androidx.lifecycle.TestUtils.OrderedTuples.STOP;
79 flatMap(PAUSE, STOP, DESTROY)};
87 flatMap(PAUSE, STOP, DESTROY)};
156 expected = flatMap(CREATE, START, RESUME, PAUSE, STOP, DESTROY); in runTest()
DActivityFullLifecycleTest.java24 import static androidx.lifecycle.TestUtils.OrderedTuples.STOP;
74 assertThat(results, is(flatMap(CREATE, START, RESUME, PAUSE, STOP, DESTROY))); in testFullLifecycle()
DTestUtils.java161 static final List<Pair<TestEvent, Lifecycle.Event>> STOP = field in TestUtils.OrderedTuples
/frameworks/support/media/version-compat-tests/lib/src/main/java/android/support/mediacompat/testlib/
DMediaControllerConstants.java35 public static final int STOP = 303; field in MediaControllerConstants
/frameworks/av/media/libaudioclient/
DIAudioTrack.cpp36 STOP, enumerator
88 remote()->transact(STOP, data, &reply); in stop()
216 case STOP: { in onTransact()
/frameworks/av/media/libstagefright/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()
293 case STOP: { in onTransact()
DIMediaRecorder.cpp43 STOP, enumerator
296 remote()->transact(STOP, data, &reply); in stop()
445 case STOP: { in onTransact()
DIMediaPlayer.cpp50 STOP, enumerator
222 remote()->transact(STOP, data, &reply); in stop()
723 case STOP: { in onTransact()
/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
DLoadtestActivity.java88 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/
Ddrm_framework_common.h138 static const int STOP = 0x01; variable
/frameworks/support/media/version-compat-tests/previous/client/src/androidTest/java/android/support/mediacompat/client/
DClientBroadcastReceiver.java48 import static android.support.mediacompat.testlib.MediaControllerConstants.STOP;
128 case STOP: in onReceive()
/frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/android/support/mediacompat/client/
DClientBroadcastReceiver.java48 import static android.support.mediacompat.testlib.MediaControllerConstants.STOP;
128 case STOP: in onReceive()
/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/libstagefright/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h372 STOP enumerator
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp602 && nextAction.mAction != ActionItem::STOP) { in fillCodecBuffer_l()
624 case ActionItem::STOP: in fillCodecBuffer_l()
1270 action.mAction = ActionItem::STOP; in setStopTimeUs()
/frameworks/native/services/sensorservice/
DSensorDevice.cpp532 rate = RateLevel::STOP; in configureDirectChannel()
550 if (rate == RateLevel::STOP) { in configureDirectChannel()
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
DVtsHalSensorManagerV1_0TargetTest.cpp241 ASSERT_OK(chan->configure(handle, RateLevel::STOP, [](auto token, auto res) { in TEST_F()
/frameworks/support/media/version-compat-tests/previous/service/src/androidTest/java/android/support/mediacompat/service/
DMediaSessionCompatCallbackTest.java47 import static android.support.mediacompat.testlib.MediaControllerConstants.STOP;
400 callTransportControlsMethod(STOP, null, getContext(), mSession.getSessionToken()); in testTransportControlsAndMediaSessionCallback()

123