/cts/tests/tests/jni/libjnitest/ |
D | android_jni_cts_InstanceNonce.c | 55 static jint InstanceNonce_returnInt(JNIEnv *env, jobject this) { in InstanceNonce_returnInt() 166 static jboolean InstanceNonce_takeInt(JNIEnv *env, jobject this, jint v) { in InstanceNonce_takeInt() 212 jint v1, jlong v2) { in InstanceNonce_takeIntLong() 218 jlong v1, jint v2) { in InstanceNonce_takeLongInt() 226 jboolean v0, jbyte v1, jshort v2, jchar v3, jint v4, jlong v5, in InstanceNonce_takeOneOfEach() 258 jint *elements = (*env)->GetIntArrayElements(env, v9, NULL); in InstanceNonce_takeOneOfEach() 278 jint v1, jint v2, jint v3, jint v4, in InstanceNonce_takeCoolHandLuke() 279 jint v5, jint v6, jint v7, jint v8, jint v9, in InstanceNonce_takeCoolHandLuke() 280 jint v10, jint v11, jint v12, jint v13, jint v14, in InstanceNonce_takeCoolHandLuke() 281 jint v15, jint v16, jint v17, jint v18, jint v19, in InstanceNonce_takeCoolHandLuke() [all …]
|
D | android_jni_cts_StaticNonce.c | 55 static jint StaticNonce_returnInt(JNIEnv *env, jclass clazz) { in StaticNonce_returnInt() 183 static jboolean StaticNonce_takeInt(JNIEnv *env, jclass clazz, jint v) { in StaticNonce_takeInt() 228 jint v1, jlong v2) { in StaticNonce_takeIntLong() 234 jlong v1, jint v2) { in StaticNonce_takeLongInt() 242 jboolean v0, jbyte v1, jshort v2, jchar v3, jint v4, jlong v5, in StaticNonce_takeOneOfEach() 276 jint *elements = (*env)->GetIntArrayElements(env, v9, NULL); in StaticNonce_takeOneOfEach() 296 jint v1, jint v2, jint v3, jint v4, in StaticNonce_takeCoolHandLuke() 297 jint v5, jint v6, jint v7, jint v8, jint v9, in StaticNonce_takeCoolHandLuke() 298 jint v10, jint v11, jint v12, jint v13, jint v14, in StaticNonce_takeCoolHandLuke() 299 jint v15, jint v16, jint v17, jint v18, jint v19, in StaticNonce_takeCoolHandLuke() [all …]
|
/cts/tests/tests/media/libaudiojni/ |
D | audio-track-native.cpp | 73 status_t open(jint numChannels, jint channelMask, in open() 74 jint sampleRate, jboolean useFloat, jint numBuffers) { in open() 377 extern "C" jint Java_android_media_cts_AudioTrackNative_nativeTest( in Java_android_media_cts_AudioTrackNative_nativeTest() 379 jint numChannels, jint channelMask, jint sampleRate, jboolean useFloat, in Java_android_media_cts_AudioTrackNative_nativeTest() 380 jint msecPerBuffer, jint numBuffers) in Java_android_media_cts_AudioTrackNative_nativeTest() 426 extern "C" jint Java_android_media_cts_AudioTrackNative_nativeOpen( in Java_android_media_cts_AudioTrackNative_nativeOpen() 428 jint numChannels, jint channelMask, jint sampleRate, in Java_android_media_cts_AudioTrackNative_nativeOpen() 429 jboolean useFloat, jint numBuffers) in Java_android_media_cts_AudioTrackNative_nativeOpen() 433 return (jint)INVALID_OPERATION; in Java_android_media_cts_AudioTrackNative_nativeOpen() 435 return (jint) track->open(numChannels, in Java_android_media_cts_AudioTrackNative_nativeOpen() [all …]
|
D | audio-record-native.cpp | 466 extern "C" jint Java_android_media_cts_AudioRecordNative_nativeTest( in Java_android_media_cts_AudioRecordNative_nativeTest() 468 jint numChannels, jint channelMask, jint sampleRate, in Java_android_media_cts_AudioRecordNative_nativeTest() 469 jboolean useFloat, jint msecPerBuffer, jint numBuffers) { in Java_android_media_cts_AudioRecordNative_nativeTest() 513 extern "C" jint Java_android_media_cts_AudioRecordNative_nativeOpen( in Java_android_media_cts_AudioRecordNative_nativeOpen() 515 jint numChannels, jint channelMask, jint sampleRate, jboolean useFloat, jint numBuffers) in Java_android_media_cts_AudioRecordNative_nativeOpen() 519 return (jint)INVALID_OPERATION; in Java_android_media_cts_AudioRecordNative_nativeOpen() 521 return (jint) record->open(numChannels, channelMask, sampleRate, useFloat == JNI_TRUE, in Java_android_media_cts_AudioRecordNative_nativeOpen() 534 extern "C" jint Java_android_media_cts_AudioRecordNative_nativeStart( in Java_android_media_cts_AudioRecordNative_nativeStart() 539 return (jint)INVALID_OPERATION; in Java_android_media_cts_AudioRecordNative_nativeStart() 541 return (jint)record->start(); in Java_android_media_cts_AudioRecordNative_nativeStart() [all …]
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/ |
D | com_android_cts_splitapp_Native.cpp | 30 static jint get_number_from_other_library( in get_number_from_other_library() 51 static jint get_number_a_via_proxy(JNIEnv *env, jobject thiz) { in get_number_a_via_proxy() 55 static jint get_number_b_via_proxy(JNIEnv *env, jobject thiz) { in get_number_b_via_proxy() 59 static jint get_number_a_from_provider(JNIEnv *env, jobject thiz) { in get_number_a_from_provider() 63 static jint get_number_b_from_provider(JNIEnv *env, jobject thiz) { in get_number_b_from_provider() 73 static jint get_abi_bitness(JNIEnv* env, jobject thiz) { in get_abi_bitness() 77 static jint add(JNIEnv *env, jobject thiz, jint a, jint b) { in add() 87 static jint sub(JNIEnv* env, jobject thiz, jint a, jint b) { in sub() 140 jint JNI_OnLoad(JavaVM* vm, void* reserved) { in JNI_OnLoad() 143 jint result = -1; in JNI_OnLoad()
|
/cts/tests/tests/uirendering/jni/ |
D | android_uirendering_cts_AImageDecoderTest.cpp | 104 static jint getWidth(JNIEnv*, jobject, jlong decoder) { in getWidth() 109 static jint getHeight(JNIEnv*, jobject, jlong decoder) { in getHeight() 118 static jint setTargetSize(JNIEnv*, jobject, jlong decoder_ptr, jint width, jint height) { in setTargetSize() 123 static jint setCrop(JNIEnv*, jobject, jlong decoder_ptr, jint left, jint top, in setCrop() 124 jint right, jint bottom) { in setCrop() 129 static void decode(JNIEnv* env, jobject, jlong decoder_ptr, jobject jBitmap, jint expected) { in decode() 162 static jint advanceFrame(JNIEnv*, jobject, jlong decoder_ptr) { in advanceFrame() 167 static jint rewind_decoder(JNIEnv*, jobject, jlong decoder) { in rewind_decoder() 171 static jint setUnpremultipliedRequired(JNIEnv*, jobject, jlong decoder, jboolean required) { in setUnpremultipliedRequired() 176 static jint setAndroidBitmapFormat(JNIEnv*, jobject, jlong decoder, jint format) { in setAndroidBitmapFormat() [all …]
|
/cts/tests/tests/renderscript/libcoremathtestcpp/ |
D | CoreMathTestJni.cpp | 222 extern "C" JNIEXPORT jint JNICALL 228 Java_android_renderscript_cts_CoreMathVerifier_ldexp(JNIEnv*, jclass, jfloat x, jint exp) { in Java_android_renderscript_cts_CoreMathVerifier_ldexp() 291 extern "C" JNIEXPORT jint JNICALL 292 Java_android_renderscript_cts_CoreMathVerifier_maxI32(JNIEnv*, jclass, jint x, jint y) { in Java_android_renderscript_cts_CoreMathVerifier_maxI32() 296 extern "C" JNIEXPORT jint JNICALL 297 Java_android_renderscript_cts_CoreMathVerifier_maxU32(JNIEnv*, jclass, jint x, jint y) { in Java_android_renderscript_cts_CoreMathVerifier_maxU32() 331 extern "C" JNIEXPORT jint JNICALL 332 Java_android_renderscript_cts_CoreMathVerifier_minI32(JNIEnv*, jclass, jint x, jint y) { in Java_android_renderscript_cts_CoreMathVerifier_minI32() 336 extern "C" JNIEXPORT jint JNICALL 337 Java_android_renderscript_cts_CoreMathVerifier_minU32(JNIEnv*, jclass, jint x, jint y) { in Java_android_renderscript_cts_CoreMathVerifier_minU32() [all …]
|
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/native_split/jni/ |
D | com_android_cts_isolatedsplitapp_Native.cpp | 28 static jint add(JNIEnv* env, jobject thiz, jint numA, jint numB) { in add() 34 static jint get_number_from_other_library(const char* library_file_name, in get_number_from_other_library() 55 static jint get_number_a_via_proxy(JNIEnv* env, jobject thiz) { in get_number_a_via_proxy() 59 static jint get_number_b_via_proxy(JNIEnv* env, jobject thiz) { in get_number_b_via_proxy() 63 static jint get_number_a_from_provider(JNIEnv* env, jobject thiz) { in get_number_a_from_provider() 67 static jint get_number_b_from_provider(JNIEnv* env, jobject thiz) { in get_number_b_from_provider() 106 jint JNI_OnLoad(JavaVM* vm, void* reserved) { in JNI_OnLoad()
|
/cts/apps/CtsVerifier/jni/megaaudio/recorder/ |
D | OboeRecorder.cpp | 108 …der_allocNativeRecorder(JNIEnv *env, jobject thiz, jlong native_audio_sink, jint recorderSubtype) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_allocNativeRecorder() 113 JNIEXPORT jint JNICALL 122 jint input_preset) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setInputPresetN() 126 JNIEXPORT jint JNICALL 129 jint channel_count, in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setupStreamN() 130 jint sample_rate, in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setupStreamN() 131 jint route_device_id) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setupStreamN() 135 JNIEXPORT jint JNICALL 141 JNIEXPORT jint JNICALL 144 jint recorder_subtype) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_startStreamN() [all …]
|
D | NativeAudioSink.cpp | 30 jlong native_sink_ptr , jint num_frames, jint num_chans ) { in Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_initN() 53 jfloatArray audio_data, jint num_frames, jint num_chans) { in Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_pushN()
|
/cts/hostsidetests/seccomp/app/jni/ |
D | android_seccomp_cts_app_SeccompDeviceTest.cpp | 75 static jboolean testSyscallBlocked(JNIEnv *, jobject, jint nr) { in testSyscallBlocked() 79 static jboolean testSetresuidBlocked(JNIEnv *, jobject, jint ruid, jint euid, jint suid) { in testSetresuidBlocked() 86 static jboolean testSetresgidBlocked(JNIEnv *, jobject, jint rgid, jint egid, jint sgid) { in testSetresgidBlocked()
|
/cts/tests/tests/view/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 112 static bool getQuadrantBuffer(int32_t width, int32_t height, jint colorTopLeft, in getQuadrantBuffer() 113 jint colorTopRight, jint colorBottomRight, in getQuadrantBuffer() 114 jint colorBottomLeft, in getQuadrantBuffer() 203 jlong surfaceTransaction, jint width, in SurfaceTransaction_setSolidBuffer() 204 jint height, jint color) { in SurfaceTransaction_setSolidBuffer() 238 jint width, jint height, jint colorTopLeft, jint colorTopRight, in SurfaceTransaction_setQuadrantBuffer() 239 jint colorBottomRight, jint colorBottomLeft) { in SurfaceTransaction_setQuadrantBuffer() 289 jint srcLeft, jint srcTop, jint srcRight, jint srcBottom, in SurfaceTransaction_setGeometry() 290 jint dstLeft, jint dstTop, jint dstRight, jint dstBottom, in SurfaceTransaction_setGeometry() 291 jint transform) { in SurfaceTransaction_setGeometry() [all …]
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_SyncTest.cpp | 45 jint* fds = static_cast<jint*>(env->GetPrimitiveArrayCritical(fds_array, nullptr)); in syncPoll() 59 jint* status = static_cast<jint*>(env->GetPrimitiveArrayCritical(status_array, nullptr)); in syncPoll() 75 jint syncMerge(JNIEnv* env, jclass /*clazz*/, jstring nameStr, jint fd1, jint fd2) { in syncMerge() 82 jobject syncFileInfo(JNIEnv* /*env*/, jclass /*clazz*/, jint fd) { in syncFileInfo()
|
D | android_graphics_fonts_cts_SystemFonts.cpp | 159 jint nGetWeight(JNIEnv*, jclass, jlong ptr) { in nGetWeight() 171 jint nGetCollectionIndex(JNIEnv*, jclass, jlong ptr) { in nGetCollectionIndex() 175 jint nGetAxisCount(JNIEnv*, jclass, jlong ptr) { in nGetAxisCount() 179 jint nGetAxisTag(JNIEnv*, jclass, jlong ptr, jint axisIndex) { in nGetAxisTag() 183 jfloat nGetAxisValue(JNIEnv*, jclass, jlong ptr, jint axisIndex) { in nGetAxisValue() 187 jlong nMatchFamilyStyleCharacter(JNIEnv* env, jclass, jstring familyName, jint weight, in nMatchFamilyStyleCharacter() 188 jboolean italic, jstring langTags, jint familyVariant, in nMatchFamilyStyleCharacter() 202 jint nMatchFamilyStyleCharacter_runLength(JNIEnv* env, jclass, jstring familyName, jint weight, in nMatchFamilyStyleCharacter_runLength() 203 jboolean italic, jstring langTags, jint familyVariant, in nMatchFamilyStyleCharacter_runLength()
|
D | android_graphics_cts_ANativeWindowTest.cpp | 28 void pushBufferWithTransform(JNIEnv* env, jclass, jobject jSurface, jint transform) { in pushBufferWithTransform() 37 jint setBuffersDataSpace(JNIEnv* env, jclass, jobject jSurface, jint dataSpace) { in setBuffersDataSpace() 53 jint getBuffersDataSpace(JNIEnv* env, jclass, jobject jSurface) { in getBuffersDataSpace()
|
/cts/apps/CtsVerifier/jni/verifier/ |
D | com_android_cts_verifier_camera_StatsImage.cpp | 31 jint width, jint height, in com_android_cts_verifier_camera_its_computeStatsImage() 33 jint aax, jint aay, jint aaw, jint aah, in com_android_cts_verifier_camera_its_computeStatsImage() 35 jint gridWidth, jint gridHeight) in com_android_cts_verifier_camera_its_computeStatsImage()
|
/cts/apps/CtsVerifier/jni/megaaudio/player/ |
D | NativeAudioSource.cpp | 30 JNIEnv *env, jobject thiz, jlong native_source_ptr, jint num_frames, jint num_chans) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_initN() 47 JNIEXPORT jint JNICALL 50 jfloatArray audio_data, jint num_frames, jint num_chans) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_pullN()
|
D | OboePlayer.cpp | 155 JNIEnv *env, jobject thiz, jlong native_audio_source, jint playerSubtype) { in Java_org_hyphonate_megaaudio_player_OboePlayer_allocNativePlayer() 160 JNIEXPORT jint JNICALL Java_org_hyphonate_megaaudio_player_OboePlayer_setupStreamN( in Java_org_hyphonate_megaaudio_player_OboePlayer_setupStreamN() 162 jint channel_count, jint sample_rate, jint routeDeviceId) { in Java_org_hyphonate_megaaudio_player_OboePlayer_setupStreamN() 175 JNIEXPORT JNICALL jint Java_org_hyphonate_megaaudio_player_OboePlayer_startStreamN( in Java_org_hyphonate_megaaudio_player_OboePlayer_startStreamN() 176 JNIEnv *env, jobject thiz, jlong native_player, jint playerSubtype) { in Java_org_hyphonate_megaaudio_player_OboePlayer_startStreamN() 181 JNIEXPORT JNICALL jint 187 JNIEXPORT jint JNICALL 192 JNIEXPORT jint JNICALL Java_org_hyphonate_megaaudio_player_OboePlayer_getRoutedDeviceIdN(JNIEnv *en… in Java_org_hyphonate_megaaudio_player_OboePlayer_getRoutedDeviceIdN()
|
/cts/tests/tests/opengl/libopengltest/ |
D | gl2_jni_libone.cpp | 49 (JNIEnv *, jclass pClass, jint pCategory, jint pSubCategory, jint width, jint height) { in Java_android_opengl_cts_GL2JniLibOne_init() 118 extern "C" JNIEXPORT jint JNICALL Java_android_opengl_cts_GL2JniLibOne_getAttachShaderError(JNIEnv … in Java_android_opengl_cts_GL2JniLibOne_getAttachShaderError() 122 extern "C" JNIEXPORT jint JNICALL Java_android_opengl_cts_GL2JniLibOne_getLoadShaderError(JNIEnv * … in Java_android_opengl_cts_GL2JniLibOne_getLoadShaderError() 126 extern "C" JNIEXPORT jint JNICALL Java_android_opengl_cts_GL2JniLibOne_getProgramError(JNIEnv * env… in Java_android_opengl_cts_GL2JniLibOne_getProgramError() 130 extern "C" JNIEXPORT jint JNICALL Java_android_opengl_cts_GL2JniLibOne_getAttachedShaderCount(JNIEn… in Java_android_opengl_cts_GL2JniLibOne_getAttachedShaderCount() 135 jclass obj, jint pCategory, jint pSubCategory, jfloatArray color) in Java_android_opengl_cts_GL2JniLibOne_draw()
|
/cts/tests/signature/api-check/src/jni/ |
D | classdescriptors.cpp | 33 static jvmtiError (*get_descriptor_list)(jvmtiEnv* env, jobject loader, jint* cnt, char*** descs); 46 static void DeallocParams(jvmtiParamInfo* params, jint n_params) { in DeallocParams() 47 for (jint i = 0; i < n_params; i++) { in DeallocParams() 52 static void Cleanup(char** data, jint cnt) { in Cleanup() 53 for (jint i = 0; i < cnt; i++) { in Cleanup() 88 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM* vm, in Agent_OnAttach() 91 jint jvmError = vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_2); in Agent_OnAttach() 106 jint cnt = -1; in Java_android_signature_cts_api_BootClassPathClassesProvider_getClassloaderDescriptors() 120 for (jint i = 0; i < cnt; i++) { in Java_android_signature_cts_api_BootClassPathClassesProvider_getClassloaderDescriptors() 132 jint functionInfosCount = 0; in Java_android_signature_cts_api_BootClassPathClassesProvider_initialize() [all …]
|
/cts/hostsidetests/jdwptunnel/sampleapps/ddmsapp/agent/ |
D | ddms_agent.cc | 42 static void DeallocParams(jvmtiParamInfo* params, jint n_params) { in DeallocParams() 43 for (jint i = 0; i < n_params; i++) { in DeallocParams() 50 jint n_ext = 0; in GetExtension() 56 for (jint i = 0; i < n_ext; i++) { in GetExtension() 73 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM* vm, char*, void*) { in Agent_OnAttach() 82 extern "C" JNIEXPORT jint JNICALL
|
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
D | hooks_android.cpp | 24 …ICALL Java_com_android_gputest_GLtestLib_init(JNIEnv * env, jobject obj, jint width, jint height); 28 …__attribute__((unused)) JNIEnv * env,__attribute__((unused)) jobject obj, jint width, jint height) in Java_com_android_gputest_GLtestLib_init()
|
/cts/apps/CtsVerifier/jni/audio_loopback/ |
D | jni-bridge.cpp | 39 jint /* micSource */) { in Java_com_android_cts_verifier_audio_NativeAnalyzerThread_openAudio() argument 52 JNIEXPORT jint JNICALL Java_com_android_cts_verifier_audio_NativeAnalyzerThread_startAudio in Java_com_android_cts_verifier_audio_NativeAnalyzerThread_startAudio() 62 JNIEXPORT jint JNICALL Java_com_android_cts_verifier_audio_NativeAnalyzerThread_stopAudio in Java_com_android_cts_verifier_audio_NativeAnalyzerThread_stopAudio() 71 JNIEXPORT jint JNICALL Java_com_android_cts_verifier_audio_NativeAnalyzerThread_closeAudio in Java_com_android_cts_verifier_audio_NativeAnalyzerThread_closeAudio() 100 JNIEXPORT jint JNICALL Java_com_android_cts_verifier_audio_NativeAnalyzerThread_getError in Java_com_android_cts_verifier_audio_NativeAnalyzerThread_getError() 104 return (jint) analyzer->getError(); in Java_com_android_cts_verifier_audio_NativeAnalyzerThread_getError() 106 return (jint) AAUDIO_ERROR_NULL; in Java_com_android_cts_verifier_audio_NativeAnalyzerThread_getError() 109 JNIEXPORT jint JNICALL Java_com_android_cts_verifier_audio_NativeAnalyzerThread_analyze in Java_com_android_cts_verifier_audio_NativeAnalyzerThread_analyze() 136 JNIEXPORT jint JNICALL Java_com_android_cts_verifier_audio_NativeAnalyzerThread_getSampleRate in Java_com_android_cts_verifier_audio_NativeAnalyzerThread_getSampleRate()
|
/cts/tests/tests/hardware/jni/ |
D | android_hardware_cts_HardwareBufferTest.cpp | 27 jint width, jint height, jint format, jint layers, jlong usage) { in android_hardware_HardwareBuffer_nativeCreateHardwareBuffer()
|
/cts/tests/tests/nativemidi/jni/ |
D | native-lib.cpp | 355 JNIEXPORT jint JNICALL Java_android_nativemidi_cts_NativeMidiEchoTest_openNativeMidiDevice( in Java_android_nativemidi_cts_NativeMidiEchoTest_openNativeMidiDevice() 362 JNIEXPORT jint JNICALL Java_android_nativemidi_cts_NativeMidiEchoTest_closeNativeMidiDevice( in Java_android_nativemidi_cts_NativeMidiEchoTest_closeNativeMidiDevice() 372 JNIEXPORT jint JNICALL Java_android_nativemidi_cts_NativeMidiEchoTest_startWritingMidi( in Java_android_nativemidi_cts_NativeMidiEchoTest_startWritingMidi() 373 JNIEnv*, jobject, jlong ctx, jint portNumber) { in Java_android_nativemidi_cts_NativeMidiEchoTest_startWritingMidi() 392 JNIEXPORT jint JNICALL Java_android_nativemidi_cts_NativeMidiEchoTest_stopWritingMidi( in Java_android_nativemidi_cts_NativeMidiEchoTest_stopWritingMidi() 407 JNIEXPORT jint JNICALL Java_android_nativemidi_cts_NativeMidiEchoTest_writeMidiWithTimestamp( in Java_android_nativemidi_cts_NativeMidiEchoTest_writeMidiWithTimestamp() 409 jlong ctx, jbyteArray data, jint offset, jint numBytes, jlong timestamp) { in Java_android_nativemidi_cts_NativeMidiEchoTest_writeMidiWithTimestamp() 438 JNIEXPORT jint JNICALL Java_android_nativemidi_cts_NativeMidiEchoTest_writeMidi( in Java_android_nativemidi_cts_NativeMidiEchoTest_writeMidi() 439 JNIEnv* env, jobject j_object, jlong ctx, jbyteArray data, jint offset, jint numBytes) { in Java_android_nativemidi_cts_NativeMidiEchoTest_writeMidi() 444 JNIEXPORT jint JNICALL Java_android_nativemidi_cts_NativeMidiEchoTest_flushSentMessages( in Java_android_nativemidi_cts_NativeMidiEchoTest_flushSentMessages() [all …]
|