Home
last modified time | relevance | path

Searched refs:method_table (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp49 static JNINativeMethod method_table[] = { variable
58 method_table, NELEM(method_table)); in register_android_server_VibratorService()
Dcom_android_server_SerialService.cpp58 static JNINativeMethod method_table[] = { variable
79 method_table, NELEM(method_table)); in register_android_server_SerialService()
Dcom_android_server_ConsumerIrService.cpp103 static JNINativeMethod method_table[] = { variable
111 method_table, NELEM(method_table)); in register_android_server_ConsumerIrService()
Dcom_android_server_am_BatteryStatsService.cpp191 static JNINativeMethod method_table[] = { variable
198 method_table, NELEM(method_table)); in register_android_server_BatteryStatsService()
Dcom_android_server_lights_LightsService.cpp129 static JNINativeMethod method_table[] = { variable
138 method_table, NELEM(method_table)); in register_android_server_LightsService()
Dcom_android_server_UsbDeviceManager.cpp127 static JNINativeMethod method_table[] = { variable
154 method_table, NELEM(method_table)); in register_android_server_UsbDeviceManager()
Dcom_android_server_UsbHostManager.cpp187 static JNINativeMethod method_table[] = { variable
244 method_table, NELEM(method_table)); in register_android_server_UsbHostManager()
/frameworks/base/core/jni/
Dandroid_hardware_UsbDevice.cpp47 static JNINativeMethod method_table[] = { variable
58 method_table, NELEM(method_table)); in register_android_hardware_UsbDevice()
Dandroid_ddm_DdmHandleNativeHeap.cpp108 static JNINativeMethod method_table[] = { variable
113 …::registerNativeMethods(env, "android/ddm/DdmHandleNativeHeap", method_table, NELEM(method_table)); in register_android_ddm_DdmHandleNativeHeap()
Dandroid_hardware_SerialPort.cpp246 static JNINativeMethod method_table[] = { variable
275 method_table, NELEM(method_table)); in register_android_hardware_SerialPort()
Dandroid_hardware_UsbRequest.cpp193 static JNINativeMethod method_table[] = { variable
219 method_table, NELEM(method_table)); in register_android_hardware_UsbRequest()
Dandroid_os_SystemProperties.cpp223 static JNINativeMethod method_table[] = { variable
244 method_table, NELEM(method_table)); in register_android_os_SystemProperties()
Dandroid_hardware_UsbDeviceConnection.cpp249 static JNINativeMethod method_table[] = { variable
283 method_table, NELEM(method_table)); in register_android_hardware_UsbDeviceConnection()
Dandroid_os_SELinux.cpp426 static JNINativeMethod method_table[] = { variable
472 return AndroidRuntime::registerNativeMethods(env, "android/os/SELinux", method_table, in register_android_os_SELinux()
473 NELEM(method_table)); in register_android_os_SELinux()