Searched defs:nativeRecorder (Results 1 – 3 of 3) sorted by relevance
109 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 …]
156 OboeRecorder* nativeRecorder = ((OboeRecorder*)native_recorder); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_isRecordingN() local163 OboeRecorder* nativeRecorder = ((OboeRecorder*)native_recorder); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getNumBufferFramesN() local
26 static AudioRecorder* nativeRecorder; variable