/frameworks/base/services/jni/ |
com_android_server_VibratorService.cpp | 49 static JNINativeMethod method_table[] = { member in namespace:android 58 method_table, NELEM(method_table));
|
com_android_server_SerialService.cpp | 58 static JNINativeMethod method_table[] = { member in namespace:android 79 method_table, NELEM(method_table));
|
com_android_server_ConsumerIrService.cpp | 103 static JNINativeMethod method_table[] = { member in namespace:android 111 method_table, NELEM(method_table));
|
com_android_server_LightsService.cpp | 129 static JNINativeMethod method_table[] = { member in namespace:android 138 method_table, NELEM(method_table));
|
com_android_server_UsbDeviceManager.cpp | 127 static JNINativeMethod method_table[] = { member in namespace:android 154 method_table, NELEM(method_table));
|
com_android_server_UsbHostManager.cpp | 169 static JNINativeMethod method_table[] = { member in namespace:android 201 method_table, NELEM(method_table));
|
/frameworks/base/core/jni/ |
android_hardware_UsbDevice.cpp | 47 static JNINativeMethod method_table[] = { variable 58 method_table, NELEM(method_table));
|
android_ddm_DdmHandleNativeHeap.cpp | 94 static JNINativeMethod method_table[] = { member in namespace:android 99 return AndroidRuntime::registerNativeMethods(env, "android/ddm/DdmHandleNativeHeap", method_table, NELEM(method_table));
|
android_hardware_UsbRequest.cpp | 191 static JNINativeMethod method_table[] = { variable 217 method_table, NELEM(method_table));
|
android_hardware_SerialPort.cpp | 246 static JNINativeMethod method_table[] = { variable 275 method_table, NELEM(method_table));
|
android_hardware_UsbDeviceConnection.cpp | 224 static JNINativeMethod method_table[] = { variable 256 method_table, NELEM(method_table));
|
android_os_SystemProperties.cpp | 223 static JNINativeMethod method_table[] = { member in namespace:android 244 method_table, NELEM(method_table));
|
android_os_SELinux.cpp | 426 static JNINativeMethod method_table[] = { member in namespace:android 459 return AndroidRuntime::registerNativeMethods(env, "android/os/SELinux", method_table, 460 NELEM(method_table));
|