HomeSort by relevance Sort by last modified time
    Searched defs:srec (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/speech/srec/
MicrophoneInputStream.java 21 package android.speech.srec;
UlawEncoderInputStream.java 22 package android.speech.srec;
WaveHeader.java 17 package android.speech.srec;
Recognizer.java 23 package android.speech.srec;
33 * Simple, synchronous speech recognizer, using the Nuance SREC package.
137 * Get the pathname of the SREC configuration directory corresponding to the
147 String dir = "/system/usr/srec/config/" +
154 * Create an instance of a SREC speech recognizer.
439 || SR_SessionCreate ( "/system/usr/srec/config/en.us/baseline11k.par" )
447 || (LSTRCPY ( applicationData.grammars [0].grammar_path, "/system/usr/srec/config/en.us/grammars/VoiceDialer.g2g" ), 0)
  /external/srec/srec/include/
astar.h 111 typedef struct srec_t srec; typedef in typeref:struct:srec_t
112 typedef srec* psrec;
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 2535 final ActivityRecord srec = ActivityRecord.forToken(token); local
    [all...]
ActivityManagerService.java 14182 ActivityRecord srec = ActivityRecord.forToken(token); local
14200 ActivityRecord srec = ActivityRecord.forToken(activityToken); local
14208 ActivityRecord srec = ActivityRecord.forToken(activityToken); local
    [all...]

Completed in 729 milliseconds