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

/frameworks/base/core/java/android/speech/srec/
H A DMicrophoneInputStream.java106 private static native int AudioRecordStart(int audioRecord); argument
107 private static native int AudioRecordRead(int audioRecord, byte[] b, int offset, int length) throws IOException; argument
108 private static native void AudioRecordStop(int audioRecord) throws IOException; argument
109 private static native void AudioRecordDelete(int audioRecord) throws IOException; argument
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp286 sp<IAudioRecord> audioRecord = mAudioRecord; local
619 sp<IAudioRecord> audioRecord = mAudioRecord; local
665 sp<IAudioRecord> audioRecord = mAudioRecord; local

Completed in 107 milliseconds