/frameworks/av/media/libmedia/ |
H A D | IRemoteDisplay.cpp | 26 PAUSE, enumerator in enum:android::__anon509 41 remote()->transact(PAUSE, data, &reply); 75 case PAUSE:
|
H A D | IAudioTrack.cpp | 37 PAUSE, enumerator in enum:android::__anon494 98 remote()->transact(PAUSE, data, &reply); 222 case PAUSE: {
|
H A D | IMediaPlayer.cpp | 41 PAUSE, enumerator in enum:android::__anon503 164 remote()->transact(PAUSE, data, &reply); 414 case PAUSE: {
|
/frameworks/base/drm/java/android/drm/ |
H A D | DrmStore.java | 134 public static final int PAUSE = 0x02; field in class:DrmStore.Playback 146 case PAUSE:
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | Connection.java | 245 PAUSE /* The post dial string playback is pausing for a enum constant in enum:Connection.PostDialState
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
H A D | CdmaConnection.java | 616 } else if (c == PhoneNumberUtils.PAUSE) { 617 setPostDialState(PostDialState.PAUSE); 647 int pIndex = subStr.indexOf(PhoneNumberUtils.PAUSE); 781 s == PostDialState.PAUSE) { 818 return c == PhoneNumberUtils.PAUSE; 825 // This function is to find the next PAUSE character index if 826 // multiple pauses in a row. Otherwise it finds the next non PAUSE or 847 // It means the PAUSE character(s) is in the middle of dial string 856 // This function returns either PAUSE or WAIT character to append. 857 // It is based on the next non PAUSE/WAI [all...] |
/frameworks/av/include/drm/ |
H A D | drm_framework_common.h | 142 static const int PAUSE = 0x02; member in class:android::Playback
|
/frameworks/base/telephony/java/android/telephony/ |
H A D | PhoneNumberUtils.java | 60 public static final char PAUSE = ','; field in class:PhoneNumberUtils 112 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE */ 116 || c == WILD || c == WAIT || c == PAUSE; 120 * post-dial string (eg this is PAUSE or WAIT) 124 return c == PAUSE || c == WAIT; 337 c = PAUSE; 374 pIndex = a.indexOf(PAUSE); 965 case 0xc: return PAUSE; 980 } else if (c == PAUSE) { 1930 * ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | GraphRunner.java | 46 private static final Event PAUSE_EVENT = new Event(Event.PAUSE, null); 94 public static final int PAUSE = 6; field in class:GraphRunner.Event 144 case Event.PAUSE:
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
H A D | GsmConnection.java | 563 } else if (c == PhoneNumberUtils.PAUSE) {
|
/frameworks/av/media/libstagefright/ |
H A D | AwesomePlayer.cpp | 1267 Playback::PAUSE, 0); 1468 Playback::PAUSE, 0); 1717 Playback::PAUSE, 0);
|
/frameworks/opt/vcard/java/com/android/vcard/ |
H A D | VCardBuilder.java | 870 .replace(PhoneNumberUtils.PAUSE, 'p')
|
H A D | VCardEntry.java | 1785 builder.append(PhoneNumberUtils.PAUSE);
|