Home
last modified time | relevance | path

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

/aosp_15_r20/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
H A DOboeRecorder.java124 private native int getBufferFrameCountN(long nativeRecorder); in getBufferFrameCountN()
125 private native void setInputPresetN(long nativeRecorder, int inputPreset); in setInputPresetN()
127 private native int getRoutedDeviceIdN(long nativeRecorder); in getRoutedDeviceIdN()
129 private native int getSharingModeN(long nativeRecorder); in getSharingModeN()
135 private native int setupStreamN(long nativeRecorder, int channelCount, int sampleRate, in setupStreamN()
138 private native int teardownStreamN(long nativeRecorder); in teardownStreamN()
140 private native int startStreamN(long nativeRecorder, int recorderSubtype); in startStreamN()
142 private native int stopN(long nativeRecorder); in stopN()
144 private native int getStreamStateN(long nativeRecorder); in getStreamStateN()
145 private native int getLastErrorCallbackResultN(long nativeRecorder); in getLastErrorCallbackResultN()
[all …]
/aosp_15_r20/cts/apps/CtsVerifier/jni/megaaudio/recorder/
H A DOboeRecorder.cpp158 OboeRecorder* nativeRecorder = ((OboeRecorder*)native_recorder); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_isRecordingN() local
165 OboeRecorder* nativeRecorder = ((OboeRecorder*)native_recorder); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getNumBufferFramesN() local
/aosp_15_r20/cts/tests/tests/media/audio/jni/
H A DAudioRecorder_jni.cpp26 static AudioRecorder* nativeRecorder; variable