Searched refs:methods (Results 1 - 25 of 43) sorted by path

12

/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp65 res = module->common.methods->open(&module->common, name,
H A DCameraHardwareInterface.h100 int rc = module->methods->open(module, mName.string(),
/frameworks/base/cmds/ime/src/com/android/commands/ime/
H A DIme.java105 List<InputMethodInfo> methods;
108 methods = mImm.getEnabledInputMethodList();
116 methods = mImm.getInputMethodList();
124 if (methods != null) {
126 for (int i=0; i<methods.size(); i++) {
127 InputMethodInfo imi = methods.get(i);
238 System.err.println("The list command prints all enabled input methods. Use");
239 System.err.println("the -a option to see all input methods. Use");
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClient.java34 import org.apache.http.client.methods.HttpUriRequest;
/frameworks/base/core/java/android/text/method/
H A DMultiTapKeyListener.java33 * with hardware keyboards. Software input methods have no obligation to trigger
34 * the methods in this class.
219 KeyListener[] methods = content.getSpans(0, content.length(),
221 for (Object method : methods) {
/frameworks/base/core/java/android/view/
H A DViewDebug.java72 * This annotation can be used to mark fields and methods to be dumped by
73 * the view server. Only non-void methods with no arguments can be annotated
241 * This annotation can be used to mark fields and methods to be dumped when
249 * When retrieveReturn is true, we need to retrieve second level methods
253 * @return true if we need the second level methods
891 Method[] methods = map.get(klass);
892 if (methods != null) {
893 return methods;
897 methods = klass.getDeclaredMethods();
899 int count = methods
[all...]
/frameworks/base/core/jni/
H A DBindTest.cpp210 static VMMethod methods[] = { variable
229 jamvm_registerClass("BindTest", methods);
H A Dandroid_opengl_EGL14.cpp1204 static JNINativeMethod methods[] = { variable
1245 err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods));
H A Dandroid_opengl_GLES10.cpp3816 static JNINativeMethod methods[] = { variable
3946 err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods));
H A Dandroid_opengl_GLES10Ext.cpp241 static JNINativeMethod methods[] = { variable
250 err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods));
H A Dandroid_opengl_GLES11.cpp2983 static JNINativeMethod methods[] = { variable
3059 err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods));
H A Dandroid_opengl_GLES11Ext.cpp3253 static JNINativeMethod methods[] = { variable
3380 err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods));
H A Dandroid_opengl_GLES20.cpp6017 static JNINativeMethod methods[] = { variable
6217 err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods));
H A Dandroid_os_FileUtils.cpp79 static const JNINativeMethod methods[] = { member in namespace:android
90 methods, NELEM(methods));
H A Dandroid_os_MemoryFile.cpp139 static const JNINativeMethod methods[] = { member in namespace:android
155 methods, NELEM(methods));
H A Dandroid_util_Process.cpp982 static const JNINativeMethod methods[] = { variable
1019 methods, NELEM(methods));
H A Dcom_google_android_gles_jni_EGLImpl.cpp536 static JNINativeMethod methods[] = { member in namespace:android
573 android::classPathName, android::methods, NELEM(android::methods));
H A Dcom_google_android_gles_jni_GLImpl.cpp8489 static JNINativeMethod methods[] = { variable
8745 err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods));
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp361 static JNINativeMethod methods[] = { member in namespace:android
408 int result = AndroidRuntime::registerNativeMethods(env, "android/graphics/Matrix", methods,
409 sizeof(methods) / sizeof(methods[0]));
H A DPaint.cpp827 static JNINativeMethod methods[] = { member in namespace:android
933 int result = AndroidRuntime::registerNativeMethods(env, "android/graphics/Paint", methods,
934 sizeof(methods) / sizeof(methods[0]));
H A DPath.cpp267 static JNINativeMethod methods[] = { member in namespace:android
308 int result = AndroidRuntime::registerNativeMethods(env, "android/graphics/Path", methods,
309 sizeof(methods) / sizeof(methods[0]));
H A DPathMeasure.cpp120 static JNINativeMethod methods[] = { member in namespace:android
133 int result = AndroidRuntime::registerNativeMethods(env, "android/graphics/PathMeasure", methods,
134 sizeof(methods) / sizeof(methods[0]));
H A DPorterDuff.cpp41 static JNINativeMethod methods[] = { member in namespace:android
47 "android/graphics/PorterDuffXfermode", methods,
48 sizeof(methods) / sizeof(methods[0]));
H A DRasterizer.cpp40 static JNINativeMethod methods[] = { member in namespace:android
45 int result = AndroidRuntime::registerNativeMethods(env, "android/graphics/Rasterizer", methods,
46 sizeof(methods) / sizeof(methods[0]));
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp724 * ETC1 methods.
1052 JNINativeMethod* methods; member in struct:android::_ClassRegistrationInfo
1070 cri->classPath, cri->methods, cri->methodCount);

Completed in 2458 milliseconds

12