Searched refs:native_methods (Results 1 – 4 of 4) sorted by relevance
103 native_methods = []108 …native_methods.append({'returntype': match.group(1), 'name': match.group(2), 'params': match.group…145 % for method in native_methods:153 % for method in native_methods:160 % for method in native_methods:167 % for method in native_methods:177 % for method in native_methods:188 % for method in native_methods:201 % for method in native_methods:
73 JNINativeMethod native_methods[] = { in AudioManager() local77 "org/webrtc/voiceengine/WebRtcAudioManager", native_methods, in AudioManager()78 arraysize(native_methods)); in AudioManager()
99 JNINativeMethod native_methods[] = { in AudioRecordJni() local106 "org/webrtc/voiceengine/WebRtcAudioRecord", native_methods, in AudioRecordJni()107 arraysize(native_methods)); in AudioRecordJni()
109 JNINativeMethod native_methods[] = { in AudioTrackJni() local116 "org/webrtc/voiceengine/WebRtcAudioTrack", native_methods, in AudioTrackJni()117 arraysize(native_methods)); in AudioTrackJni()