Searched refs:method_table (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/services/jni/
H A Dcom_android_server_VibratorService.cpp49 static JNINativeMethod method_table[] = { member in namespace:android
58 method_table, NELEM(method_table));
H A Dcom_android_server_SerialService.cpp58 static JNINativeMethod method_table[] = { member in namespace:android
79 method_table, NELEM(method_table));
H A Dcom_android_server_LightsService.cpp129 static JNINativeMethod method_table[] = { member in namespace:android
138 method_table, NELEM(method_table));
H A Dcom_android_server_UsbDeviceManager.cpp126 static JNINativeMethod method_table[] = { member in namespace:android
153 method_table, NELEM(method_table));
H A Dcom_android_server_UsbHostManager.cpp168 static JNINativeMethod method_table[] = { member in namespace:android
200 method_table, NELEM(method_table));
/frameworks/base/core/jni/
H A Dandroid_hardware_UsbDevice.cpp47 static JNINativeMethod method_table[] = { variable
58 method_table, NELEM(method_table));
H A Dandroid_ddm_DdmHandleNativeHeap.cpp135 static JNINativeMethod method_table[] = { member in namespace:android
141 return AndroidRuntime::registerNativeMethods(env, "android/ddm/DdmHandleNativeHeap", method_table, NELEM(method_table));
H A Dandroid_hardware_UsbRequest.cpp191 static JNINativeMethod method_table[] = { variable
217 method_table, NELEM(method_table));
H A Dandroid_hardware_SerialPort.cpp246 static JNINativeMethod method_table[] = { variable
275 method_table, NELEM(method_table));
H A Dandroid_hardware_UsbDeviceConnection.cpp230 static JNINativeMethod method_table[] = { variable
262 method_table, NELEM(method_table));
H A Dandroid_os_SystemProperties.cpp223 static JNINativeMethod method_table[] = { member in namespace:android
244 method_table, NELEM(method_table));
H A Dandroid_os_SELinux.cpp501 static JNINativeMethod method_table[] = { member in namespace:android
539 method_table, NELEM(method_table));

Completed in 83 milliseconds