Home
last modified time | relevance | path

Searched refs:native_methods (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template103 native_methods = []
108native_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:
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_manager.cc80 JNINativeMethod native_methods[] = { in AudioManager() local
86 native_methods, arraysize(native_methods)); in AudioManager()
Daudio_record_jni.cc90 JNINativeMethod native_methods[] = { in AudioRecordJni() local
98 native_methods, arraysize(native_methods)); in AudioRecordJni()
Daudio_track_jni.cc83 JNINativeMethod native_methods[] = { in AudioTrackJni() local
91 native_methods, arraysize(native_methods)); in AudioTrackJni()