HomeSort by relevance Sort by last modified time
    Searched refs:VOICE (Results 1 - 6 of 6) sorted by null

  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildpkb.sh 27 echo "usage: $0 <langid> <countryid> <voice>";
77 VOICE=$3
88 if [ "$VOICE" = "kh0" ]; then
91 echo [ERROR] \<voice\> is needed;
97 if [ "$VOICE" = "mh5" ]; then
99 elif [ "$VOICE" = "kr0" ]; then
101 elif [ "$VOICE" = "lh0" ]; then
104 echo [ERROR] \<voice\> is needed;
110 if [ "$VOICE" = "gl0" ]; then
113 echo [ERROR] \<voice\> is needed
    [all...]
  /external/webrtc/talk/media/base/
mediaengine.h 66 // It supports voice and video operations in the same class to facilitate
81 // Creates a voice media channel. Returns NULL on failure.
85 // Creates a video media channel, paired with the specified voice channel.
138 // voice and video engine classes.
139 template<class VOICE, class VIDEO>
203 VOICE voice_;
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/
OmtpConstants.java 98 public static final String VOICE = "v";
101 /** Voice message deposited by an external application */
103 /** Empty Call Capture - i.e. voicemail with no voice message. */
106 public static final String[] CONTENT_TYPE_VALUES = {VOICE, VIDEO, FAX, INFOTAINMENT, ECC};
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
BrowserService.java 70 public static final String VOICE_BASE_PATH = "voice";
81 public static final int VOICE = 4;
89 sUriMatcher.addURI(AUTHORITY, VOICE_BASE_PATH, VOICE);
223 case VOICE:
226 Log.d(TAG, "query VOICE");
229 VOICE);
235 Log.w(TAG, "Error querying VOICE");
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
MusicProvider.java 237 } else if (type == BrowserService.VOICE) {
  /prebuilts/tools/common/offline-m2/com/android/tools/analytics-library/protos/25.2.0-beta1/
protos-25.2.0-beta1.jar 

Completed in 125 milliseconds