Searched refs:MicrophoneInputStream (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/srec/
H A DMicrophoneInputStream.java2 * MicrophoneInputStream.java *
31 public final class MicrophoneInputStream extends InputStream { class in inherits:InputStream
36 private final static String TAG = "MicrophoneInputStream";
41 * MicrophoneInputStream constructor.
46 public MicrophoneInputStream(int sampleRate, int fifoDepth) throws IOException { method in class:MicrophoneInputStream
98 throw new IOException("someone forgot to close MicrophoneInputStream");

Completed in 34 milliseconds