Searched refs:method_table (Results 1 - 10 of 10) 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_LightsService.cpp126 static JNINativeMethod method_table[] = { member in namespace:android
135 method_table, NELEM(method_table));
H A Dcom_android_server_UsbDeviceManager.cpp115 static JNINativeMethod method_table[] = { member in namespace:android
140 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_os_Power.cpp88 static JNINativeMethod method_table[] = { member in namespace:android
101 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.cpp189 static JNINativeMethod method_table[] = { variable
215 method_table, NELEM(method_table));
H A Dandroid_os_SystemProperties.cpp187 static JNINativeMethod method_table[] = { member in namespace:android
206 method_table, NELEM(method_table));
H A Dandroid_hardware_UsbDeviceConnection.cpp230 static JNINativeMethod method_table[] = { variable
262 method_table, NELEM(method_table));

Completed in 631 milliseconds