Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_vr_VrManagerService.cpp60 static const JNINativeMethod method_table[] = { variable
68 method_table, NELEM(method_table)); in register_android_server_vr_VrManagerService()
Dcom_android_server_SerialService.cpp58 static const JNINativeMethod method_table[] = { variable
79 method_table, NELEM(method_table)); in register_android_server_SerialService()
Dcom_android_server_ConsumerIrService.cpp86 static const JNINativeMethod method_table[] = { variable
94 method_table, NELEM(method_table)); in register_android_server_ConsumerIrService()
Dcom_android_server_UsbAlsaJackDetector.cpp137 static const JNINativeMethod method_table[] = { variable
155 method_table, NELEM(method_table))) { in register_android_server_UsbAlsaJackDetector()
Dcom_android_server_UsbMidiDevice.cpp138 static JNINativeMethod method_table[] = { variable
165 method_table, NELEM(method_table)); in register_android_server_UsbMidiDevice()
Dcom_android_server_UsbHostManager.cpp143 static const JNINativeMethod method_table[] = { variable
178 method_table, NELEM(method_table)); in register_android_server_UsbHostManager()
Dcom_android_server_UsbDeviceManager.cpp154 static const JNINativeMethod method_table[] = { variable
183 method_table, NELEM(method_table)); in register_android_server_UsbDeviceManager()
Dcom_android_server_lights_LightsService.cpp189 static const JNINativeMethod method_table[] = { variable
195 method_table, NELEM(method_table)); in register_android_server_LightsService()
Dcom_android_server_VibratorService.cpp183 static const JNINativeMethod method_table[] = { variable
196 method_table, NELEM(method_table)); in register_android_server_VibratorService()
Dcom_android_server_am_BatteryStatsService.cpp451 static const JNINativeMethod method_table[] = { variable
481 method_table, NELEM(method_table)); in register_android_server_BatteryStatsService()
/frameworks/base/core/jni/
Dandroid_hardware_UsbDevice.cpp47 static const JNINativeMethod method_table[] = { variable
58 method_table, NELEM(method_table)); in register_android_hardware_UsbDevice()
Dandroid_ddm_DdmHandleNativeHeap.cpp108 static const JNINativeMethod method_table[] = { variable
113 return RegisterMethodsOrDie(env, "android/ddm/DdmHandleNativeHeap", method_table, in register_android_ddm_DdmHandleNativeHeap()
114 NELEM(method_table)); in register_android_ddm_DdmHandleNativeHeap()
Dandroid_os_SystemProperties.cpp159 const JNINativeMethod method_table[] = { in register_android_os_SystemProperties() local
179 method_table, NELEM(method_table)); in register_android_os_SystemProperties()
Dandroid_hardware_SerialPort.cpp246 static const JNINativeMethod method_table[] = { variable
267 method_table, NELEM(method_table)); in register_android_hardware_SerialPort()
Dandroid_hardware_UsbRequest.cpp225 static const JNINativeMethod method_table[] = { variable
253 method_table, NELEM(method_table)); in register_android_hardware_UsbRequest()
Dandroid_os_SELinux.cpp323 static const JNINativeMethod method_table[] = { variable
365 return RegisterMethodsOrDie(env, "android/os/SELinux", method_table, NELEM(method_table)); in register_android_os_SELinux()
Dandroid_hardware_UsbDeviceConnection.cpp298 static const JNINativeMethod method_table[] = { variable
325 method_table, NELEM(method_table)); in register_android_hardware_UsbDeviceConnection()