Home
last modified time | relevance | path

Searched refs:method_table (Results 1 – 23 of 23) 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.cpp59 static const JNINativeMethod method_table[] = { variable
80 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.cpp136 static const JNINativeMethod method_table[] = { variable
154 method_table, NELEM(method_table)); in register_android_server_UsbAlsaJackDetector()
Dcom_android_server_biometrics_SurfaceToNativeHandleConverter.cpp114 const JNINativeMethod method_table[] = { variable
125 method_table, NELEM(method_table)); in register_android_server_FaceService()
Dcom_android_server_UsbMidiDevice.cpp145 static JNINativeMethod method_table[] = { variable
172 method_table, NELEM(method_table)); in register_android_server_UsbMidiDevice()
Dcom_android_server_UsbHostManager.cpp141 static const JNINativeMethod method_table[] = { variable
176 method_table, NELEM(method_table)); in register_android_server_UsbHostManager()
Dcom_android_server_lights_LightsService.cpp161 static const JNINativeMethod method_table[] = { variable
167 method_table, NELEM(method_table)); in register_android_server_LightsService()
Dcom_android_server_UsbDeviceManager.cpp150 static const JNINativeMethod method_table[] = { variable
179 method_table, NELEM(method_table)); in register_android_server_UsbDeviceManager()
Dcom_android_server_vibrator_VibratorManagerService.cpp162 static const JNINativeMethod method_table[] = { variable
180 method_table, NELEM(method_table)); in register_android_server_vibrator_VibratorManagerService()
Dcom_android_server_am_BatteryStatsService.cpp348 static const JNINativeMethod method_table[] = { variable
368 method_table, NELEM(method_table)); in register_android_server_BatteryStatsService()
Dcom_android_server_powerstats_PowerStatsService.cpp403 static const JNINativeMethod method_table[] = { variable
419 method_table, NELEM(method_table)); in register_android_server_PowerStatsService()
Dcom_android_server_vibrator_VibratorController.cpp449 static const JNINativeMethod method_table[] = { variable
527 method_table, NELEM(method_table)); in register_android_server_vibrator_VibratorController()
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp980 static const JNINativeMethod method_table[] = { variable
998 method_table, NELEM(method_table)); in register_android_server_com_android_server_pm_PackageManagerShellCommandDataLoader()
/frameworks/base/core/jni/
Dandroid_os_ServiceManager.cpp54 static const JNINativeMethod method_table[] = { variable
62 env, "android/os/ServiceManager", method_table, NELEM(method_table)); in register_android_os_ServiceManager()
Dandroid_hardware_UsbDevice.cpp47 static const JNINativeMethod method_table[] = { variable
58 method_table, NELEM(method_table)); in register_android_hardware_UsbDevice()
Dandroid_os_incremental_IncrementalManager.cpp64 static const JNINativeMethod method_table[] = variable
74 method_table, std::size(method_table)); in register_android_os_incremental_IncrementalManager()
Dandroid_ddm_DdmHandleNativeHeap.cpp113 static const JNINativeMethod method_table[] = { variable
118 return RegisterMethodsOrDie(env, "android/ddm/DdmHandleNativeHeap", method_table, in register_android_ddm_DdmHandleNativeHeap()
119 NELEM(method_table)); in register_android_ddm_DdmHandleNativeHeap()
Dandroid_hardware_SerialPort.cpp246 static const JNINativeMethod method_table[] = { variable
267 method_table, NELEM(method_table)); in register_android_hardware_SerialPort()
Dandroid_os_SystemProperties.cpp248 const JNINativeMethod method_table[] = { in register_android_os_SystemProperties() local
278 method_table, NELEM(method_table)); in register_android_os_SystemProperties()
Dandroid_hardware_UsbRequest.cpp225 static const JNINativeMethod method_table[] = { variable
253 method_table, NELEM(method_table)); in register_android_hardware_UsbRequest()
Dandroid_hardware_UsbDeviceConnection.cpp283 static const JNINativeMethod method_table[] = { variable
310 method_table, NELEM(method_table)); in register_android_hardware_UsbDeviceConnection()
Dandroid_os_SELinux.cpp409 static const JNINativeMethod method_table[] = { variable
453 return RegisterMethodsOrDie(env, "android/os/SELinux", method_table, NELEM(method_table)); in register_android_os_SELinux()