Home
last modified time | relevance | path

Searched defs:nativeRecorder (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DOboeRecorder.java109 private native int getBufferFrameCountN(long nativeRecorder); in getBufferFrameCountN()
110 private native void setInputPresetN(long nativeRecorder, int inputPreset); in setInputPresetN()
112 private native int getRoutedDeviceIdN(long nativeRecorder); in getRoutedDeviceIdN()
114 private native int setupStreamN(long nativeRecorder, int channelCount, int sampleRate, in setupStreamN()
117 private native int teardownStreamN(long nativeRecorder); in teardownStreamN()
119 private native int startStreamN(long nativeRecorder, int recorderSubtype); in startStreamN()
121 private native int stopN(long nativeRecorder); in stopN()
123 private native int getStreamStateN(long nativeRecorder); in getStreamStateN()
124 private native int getLastErrorCallbackResultN(long nativeRecorder); in getLastErrorCallbackResultN()
126 private native int getNumBufferFramesN(long nativeRecorder); in getNumBufferFramesN()
[all …]
/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DOboeRecorder.cpp156 OboeRecorder* nativeRecorder = ((OboeRecorder*)native_recorder); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_isRecordingN() local
163 OboeRecorder* nativeRecorder = ((OboeRecorder*)native_recorder); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getNumBufferFramesN() local
/cts/tests/tests/media/audio/jni/
DAudioRecorder_jni.cpp26 static AudioRecorder* nativeRecorder; variable