/frameworks/base/services/core/jni/ |
D | com_android_server_VibratorService.cpp | 49 static JNINativeMethod method_table[] = { variable 58 method_table, NELEM(method_table)); in register_android_server_VibratorService()
|
D | com_android_server_SerialService.cpp | 58 static JNINativeMethod method_table[] = { variable 79 method_table, NELEM(method_table)); in register_android_server_SerialService()
|
D | com_android_server_ConsumerIrService.cpp | 103 static JNINativeMethod method_table[] = { variable 111 method_table, NELEM(method_table)); in register_android_server_ConsumerIrService()
|
D | com_android_server_am_BatteryStatsService.cpp | 191 static JNINativeMethod method_table[] = { variable 198 method_table, NELEM(method_table)); in register_android_server_BatteryStatsService()
|
D | com_android_server_lights_LightsService.cpp | 129 static JNINativeMethod method_table[] = { variable 138 method_table, NELEM(method_table)); in register_android_server_LightsService()
|
D | com_android_server_UsbDeviceManager.cpp | 127 static JNINativeMethod method_table[] = { variable 154 method_table, NELEM(method_table)); in register_android_server_UsbDeviceManager()
|
D | com_android_server_UsbHostManager.cpp | 187 static JNINativeMethod method_table[] = { variable 244 method_table, NELEM(method_table)); in register_android_server_UsbHostManager()
|
/frameworks/base/core/jni/ |
D | android_hardware_UsbDevice.cpp | 47 static JNINativeMethod method_table[] = { variable 58 method_table, NELEM(method_table)); in register_android_hardware_UsbDevice()
|
D | android_ddm_DdmHandleNativeHeap.cpp | 108 static JNINativeMethod method_table[] = { variable 113 …::registerNativeMethods(env, "android/ddm/DdmHandleNativeHeap", method_table, NELEM(method_table)); in register_android_ddm_DdmHandleNativeHeap()
|
D | android_hardware_SerialPort.cpp | 246 static JNINativeMethod method_table[] = { variable 275 method_table, NELEM(method_table)); in register_android_hardware_SerialPort()
|
D | android_hardware_UsbRequest.cpp | 193 static JNINativeMethod method_table[] = { variable 219 method_table, NELEM(method_table)); in register_android_hardware_UsbRequest()
|
D | android_os_SystemProperties.cpp | 223 static JNINativeMethod method_table[] = { variable 244 method_table, NELEM(method_table)); in register_android_os_SystemProperties()
|
D | android_hardware_UsbDeviceConnection.cpp | 249 static JNINativeMethod method_table[] = { variable 283 method_table, NELEM(method_table)); in register_android_hardware_UsbDeviceConnection()
|
D | android_os_SELinux.cpp | 426 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()
|