HomeSort by relevance Sort by last modified time
    Searched refs:PAUSE (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/libvpx/libvpx/vp8/common/
threading.h 87 #define pause(voidpara) __asm PAUSE macro
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
VideoViewTest.java 116 view.pause();
119 assertThat(shadowVideoView.getCurrentVideoState(), equalTo(ShadowVideoView.PAUSE));
127 view.pause();
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_stress_test.cc 47 // Pause if supported
48 #define PAUSE_OR_SLEEP(x) PAUSE;
50 // Sleep a bit instead if pause not supported
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 87 #define pause(voidpara) __asm PAUSE macro
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 55 * 'p' --- GSM pause character, same as comma
59 public static final char PAUSE = ',';
111 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE */
115 || c == WILD || c == WAIT || c == PAUSE;
119 * post-dial string (eg this is PAUSE or WAIT)
123 return c == PAUSE || c == WAIT;
203 * separators (pause or wait), but without non-dialable characters.
318 * Converts pause and tonewait pause characters
320 * RFC 3601 says pause is 'p' and tonewait is 'w'
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java 391 mCTUT.sendDtmf(PhoneNumberUtils.PAUSE, null);
393 verify(mImsCall, times(1)).sendDtmf(eq(PhoneNumberUtils.PAUSE), (Message) isNull());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 460 PAUSE /* The post dial string playback is pausing for a
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 156 private static final char PAUSE = ',';
    [all...]
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 51 PAUSE,
241 status_t pause() function in class:android::BpMediaPlayer
245 remote()->transact(PAUSE, data, &reply);
569 case PAUSE: {
571 reply->writeInt32(pause());
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
PlaybackControlGlue.java 28 * playback control actions such as play/pause, fast forward/rewind at progressive speed levels,
93 * The adapter key for the play/pause control.
694 PlaybackControlsRow.PlayPauseAction.PAUSE;
796 * Pause playback.
PlaybackControlSupportGlue.java 30 * playback control actions such as play/pause, fast forward/rewind at progressive speed levels,
95 * The adapter key for the play/pause control.
696 PlaybackControlsRow.PlayPauseAction.PAUSE;
798 * Pause playback.
  /hardware/bsp/intel/peripheral/libupm/src/wt5001/
wt5001.cxx 267 bool WT5001::pause() function in class:WT5001
270 WT5001_OPCODE_T opcode = PAUSE;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 443 } else if (c == PhoneNumberUtils.PAUSE) {
454 // the UE shall pause again for 3 seconds ( 20 ) before sending
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 547 void NuPlayer::GenericSource::pause() { function in class:android::NuPlayer::GenericSource
549 setDrmPlaybackStatusIfNeeded(Playback::PAUSE, 0);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 555 // BT does want PAUSE/WAIT conversion while it doesn't want the
561 // 'p' and 'w' are the standard characters for pause and
566 .replace(PhoneNumberUtils.PAUSE, 'p').replace(PhoneNumberUtils.WAIT,
    [all...]
  /external/netperf/src/
nettest_sctp.c 660 /* zero means that we never pause, so we never should need the */
    [all...]
nettest_sdp.c     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_amd64p32.s 533 PAUSE
asm_386.s 567 PAUSE
    [all...]
asm_amd64.s 579 PAUSE
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_amd64p32.s 533 PAUSE
asm_386.s 567 PAUSE
    [all...]
asm_amd64.s 579 PAUSE
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java     [all...]
VCardEntry.java     [all...]

Completed in 534 milliseconds

12 3 4