HomeSort by relevance Sort by last modified time
    Searched defs:PAUSE (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /frameworks/av/media/libmedia/
IRemoteDisplay.cpp 26 PAUSE,
38 virtual status_t pause() { function in class:android::BpRemoteDisplay
41 remote()->transact(PAUSE, data, &reply);
75 case PAUSE:
78 reply->writeInt32(pause());
IMediaSource.cpp 37 PAUSE,
208 virtual status_t pause() { function in class:android::BpMediaSource
209 ALOGV("pause");
212 return remote()->transact(PAUSE, data, &reply);
302 case PAUSE: {
303 ALOGV("pause");
306 return pause();
IMediaRecorder.cpp 61 PAUSE,
309 status_t pause() function in class:android::BpMediaRecorder
311 ALOGV("pause");
314 remote()->transact(PAUSE, data, &reply);
457 case PAUSE: {
458 ALOGV("PAUSE");
460 reply->writeInt32(pause());
IMediaPlayer.cpp 56 PAUSE,
292 status_t pause() function in class:android::BpMediaPlayer
296 remote()->transact(PAUSE, data, &reply);
783 case PAUSE: {
785 reply->writeInt32(pause());
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_test_defines.h 89 #define PAUSE \
96 #define PAUSE \
98 TEST_LOG("Continuing (pause not supported)\n"); \
136 PAUSE \
147 PAUSE \
  /frameworks/support/lifecycle/integration-tests/testapp/src/androidTest/java/androidx/lifecycle/
TestUtils.java 158 static final List<Pair<TestEvent, Lifecycle.Event>> PAUSE =
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowVideoView.java 25 public static final int PAUSE = 3;
75 public void pause() { method in class:ShadowVideoView
77 currentState = ShadowVideoView.PAUSE;
93 return (currentState != ShadowVideoView.PAUSE &&
  /frameworks/av/media/libaudioclient/
IAudioTrack.cpp 39 PAUSE,
98 virtual void pause() function in class:android::BpAudioTrack
102 remote()->transact(PAUSE, data, &reply);
226 case PAUSE: {
228 pause();
  /frameworks/base/drm/java/android/drm/
DrmStore.java 134 public static final int PAUSE = 0x02;
146 case PAUSE:
  /frameworks/support/media/version-compat-tests/lib/src/main/java/android/support/mediacompat/testlib/
MediaControllerConstants.java 34 public static final int PAUSE = 302;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVideoView.java 23 public static final int PAUSE = 3;
74 public void pause() { method in class:ShadowVideoView
76 currentState = ShadowVideoView.PAUSE;
92 return (currentState != ShadowVideoView.PAUSE &&
  /frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
GraphicBufferSource.h 370 PAUSE,
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc 52 // Sets the default pause time if using sleep as pause
56 #define PAUSE(a) SleepMs(a);
58 #define PAUSE(a) WaitForKey();
    [all...]
  /frameworks/av/include/drm/
drm_framework_common.h 142 static const int PAUSE = 0x02;
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 44 public static final int PAUSE = 0;
243 setMode(PAUSE);
273 if (mMode == PAUSE) {
345 if (newMode == PAUSE) {
  /external/stressapptest/src/
worker.h 100 // Called by the control thread to tell the workers to pause. Does not return
106 // Called by the control thread to tell the workers to resume from a pause.
132 // This is a hack! It's like ContinueRunning(), except it won't pause. If
138 enum Status { RUN, PAUSE, STOP };
191 // Guaranteed to not be in use when (status_ != PAUSE).
309 // Like IsReadyToRun(), except it won't pause.
837 static const int kIntervalPause = 10; // The number of seconds to pause
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 84 * 'p' --- GSM pause character, same as comma
88 public static final char PAUSE = ',';
143 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE */
147 || c == WILD || c == WAIT || c == PAUSE;
151 * post-dial string (eg this is PAUSE or WAIT)
155 return c == PAUSE || c == WAIT;
235 * separators (pause or wait), but without non-dialable characters.
350 * Converts pause and tonewait pause characters
352 * RFC 3601 says pause is 'p' and tonewait is 'w'
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 46 private static final Event PAUSE_EVENT = new Event(Event.PAUSE, null);
94 public static final int PAUSE = 6;
144 case Event.PAUSE:
700 public void pause() { method in class:GraphRunner
932 /** Like pause(), but closes all filters. Can be resumed using restart(). */
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 525 PAUSE /* The post dial string playback is pausing for a
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
DialpadFragment.java 118 private static final char PAUSE = ',';
245 * returns false. Only prevents input of WAIT and PAUSE digits at an unsupported position. Fails
250 if (newDigit != WAIT && newDigit != PAUSE) {
252 "Should not be called for anything other than PAUSE & WAIT");
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]
  /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/
robotium-solo-5.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 

Completed in 964 milliseconds

1 2 3 4