Searched defs:JNIEXPORT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni_md.h59 * JNIEXPORT - specifies export status of the function
66 #define JNIEXPORT __declspec(dllexport)
75 * continue to define the symbol JNIEXPORT. However, use of this
89 # define JNIEXPORT macro
94 # define JNIEXPORT macro
137 # define JNIEXPORT __declspec(dllexport) macro
163 # define JNIEXPORT macro
172 # define JNIEXPORT macro
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc56 #undef JNIEXPORT macro
57 #define JNIEXPORT __attribute__((visibility("default"))) macro
1001 #define JOW(rettype, name) extern "C" rettype JNIEXPORT JNICALL \
1004 extern "C" jint JNIEXPORT JNICALL JNI_OnLoad(JavaVM *jvm, void *reserved) {
1021 extern "C" void JNIEXPORT JNICALL JNI_OnUnLoad(JavaVM *jvm, void *reserved) {

Completed in 168 milliseconds