Searched defs:target (Results 201 - 225 of 242) sorted by relevance

12345678910

/frameworks/native/opengl/libagl/
H A Degl.cpp1891 NativePixmapType /*target*/)
2027 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, argument
2036 if (target != EGL_NATIVE_BUFFER_ANDROID) {
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp113 void setCodec(const sp<OMXCodec> &target) { argument
114 mTarget = target;
835 // Check whether the target color format is supported.
1069 // Are the target profile and level supported by the encoder?
2377 "returning output buffer at target timestamp "
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1203 public void setLastInputMethodWindowLw(WindowState ime, WindowState target); argument
H A DKeyEvent.java2608 * @param target The target of the dispatch, for use in tracking.
2613 Object target) {
2617 if (DEBUG) Log.v(TAG, "Key down to " + target + " in " + state
2623 state.startTracking(this, target);
2638 if (DEBUG) Log.v(TAG, "Key up to " + target + " in " + state
2687 * Stop any tracking associated with this target.
2689 public void reset(Object target) { argument
2690 if (mDownTarget == target) {
2691 if (DEBUG) Log.v(TAG, "Reset in " + target
2612 dispatch(Callback receiver, DispatcherState state, Object target) argument
2707 startTracking(KeyEvent event, Object target) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp356 /* void glBindTexture ( GLenum target, GLuint texture ) */
359 (JNIEnv *_env, jobject _this, jint target, jint texture) {
361 (GLenum)target,
505 /* void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) */
508 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
520 (GLenum)target,
534 /* void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data ) */
537 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
549 (GLenum)target,
564 /* void glCopyTexImage2D ( GLenum target, GLin
358 android_glBindTexture__II(JNIEnv *_env, jobject _this, jint target, jint texture) argument
507 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
536 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
566 android_glCopyTexImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) argument
582 android_glCopyTexSubImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) argument
1218 android_glHint__II(JNIEnv *_env, jobject _this, jint target, jint mode) argument
2351 android_glMultiTexCoord4f__IFFFF(JNIEnv *_env, jobject _this, jint target, jfloat s, jfloat t, jfloat r, jfloat q) argument
2364 android_glMultiTexCoord4x__IIIII(JNIEnv *_env, jobject _this, jint target, jint s, jint t, jint r, jint q) argument
2682 android_glTexEnvf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
2693 android_glTexEnvfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
2754 android_glTexEnvfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2803 android_glTexEnvx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2814 android_glTexEnvxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2875 android_glTexEnvxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2924 android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) argument
2956 android_glTexParameterf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
2967 android_glTexParameterx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2978 android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
[all...]
H A Dandroid_opengl_GLES11Ext.cpp746 /* void glEGLImageTargetTexture2DOES ( GLenum target, GLeglImageOES image ) */
749 (JNIEnv *_env, jobject _this, jint target, jobject image_buf) {
761 (GLenum)target,
769 /* void glEGLImageTargetRenderbufferStorageOES ( GLenum target, GLeglImageOES image ) */
772 (JNIEnv *_env, jobject _this, jint target, jobject image_buf) {
784 (GLenum)target,
1357 /* void glGetTexParameterxvOES ( GLenum target, GLenum pname, GLfixed *params ) */
1360 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) {
1386 (GLenum)target,
1401 /* void glGetTexParameterxvOES ( GLenum target, GLenu
748 android_glEGLImageTargetTexture2DOES__ILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jobject image_buf) argument
771 android_glEGLImageTargetRenderbufferStorageOES__ILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jobject image_buf) argument
1359 android_glGetTexParameterxvOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
1403 android_glGetTexParameterxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
1798 android_glMultiTexCoord4xOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint s, jint t, jint r, jint q) argument
1964 android_glTexEnvxOES__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
1975 android_glTexEnvxvOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2019 android_glTexEnvxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2043 android_glTexParameterxOES__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2054 android_glTexParameterxvOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2098 android_glTexParameterxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2144 android_glBindRenderbufferOES__II(JNIEnv *_env, jobject _this, jint target, jint renderbuffer) argument
2326 android_glRenderbufferStorageOES__IIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint width, jint height) argument
2338 android_glGetRenderbufferParameterivOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2388 android_glGetRenderbufferParameterivOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2437 android_glBindFramebufferOES__II(JNIEnv *_env, jobject _this, jint target, jint framebuffer) argument
2619 android_glCheckFramebufferStatusOES__I(JNIEnv *_env, jobject _this, jint target) argument
2630 android_glFramebufferRenderbufferOES__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) argument
2642 android_glFramebufferTexture2DOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
2655 android_glGetFramebufferAttachmentParameterivOES__III_3II(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) argument
2706 android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) argument
2745 android_glGenerateMipmapOES__I(JNIEnv *_env, jobject _this, jint target) argument
[all...]
H A Dandroid_opengl_GLES20.cpp379 /* void glBindBuffer ( GLenum target, GLuint buffer ) */
382 (JNIEnv *_env, jobject _this, jint target, jint buffer) {
384 (GLenum)target,
389 /* void glBindFramebuffer ( GLenum target, GLuint framebuffer ) */
392 (JNIEnv *_env, jobject _this, jint target, jint framebuffer) {
394 (GLenum)target,
399 /* void glBindRenderbuffer ( GLenum target, GLuint renderbuffer ) */
402 (JNIEnv *_env, jobject _this, jint target, jint renderbuffer) {
404 (GLenum)target,
409 /* void glBindTexture ( GLenum target, GLuin
381 android_glBindBuffer__II(JNIEnv *_env, jobject _this, jint target, jint buffer) argument
391 android_glBindFramebuffer__II(JNIEnv *_env, jobject _this, jint target, jint framebuffer) argument
401 android_glBindRenderbuffer__II(JNIEnv *_env, jobject _this, jint target, jint renderbuffer) argument
411 android_glBindTexture__II(JNIEnv *_env, jobject _this, jint target, jint texture) argument
474 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
515 android_glBufferSubData__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) argument
554 android_glCheckFramebufferStatus__I(JNIEnv *_env, jobject _this, jint target) argument
625 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
654 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
684 android_glCopyTexImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) argument
700 android_glCopyTexSubImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) argument
1263 android_glFramebufferRenderbuffer__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) argument
1275 android_glFramebufferTexture2D__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
1383 android_glGenerateMipmap__I(JNIEnv *_env, jobject _this, jint target) argument
2496 android_glGetBufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2546 android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2606 android_glGetFramebufferAttachmentParameteriv__III_3II(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) argument
2651 android_glGetFramebufferAttachmentParameteriv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) argument
2797 android_glGetRenderbufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2847 android_glGetRenderbufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3246 android_glGetTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
3296 android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3334 android_glGetTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
3384 android_glGetTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3852 android_glHint__II(JNIEnv *_env, jobject _this, jint target, jint mode) argument
4012 android_glRenderbufferStorage__IIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint width, jint height) argument
4244 android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) argument
4276 android_glTexParameterf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
4287 android_glTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
4337 android_glTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
4375 android_glTexParameteri__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
4386 android_glTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
4436 android_glTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
4474 android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
[all...]
H A Dandroid_opengl_GLES30.cpp377 /* void glTexImage3D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) */
380 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jobject pixels_buf) {
392 (GLenum)target,
408 /* void glTexImage3D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei offset ) */
411 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jint offset) {
413 (GLenum)target,
426 /* void glTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels ) */
429 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jobject pixels_buf) {
441 (GLenum)target,
458 /* void glTexSubImage3D ( GLenum target, GLin
379 android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jobject pixels_buf) argument
410 android_glTexImage3D__IIIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jint offset) argument
428 android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jobject pixels_buf) argument
460 android_glTexSubImage3D__IIIIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jint offset) argument
479 android_glCopyTexSubImage3D__IIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint x, jint y, jint width, jint height) argument
496 android_glCompressedTexImage3D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jobject data_buf) argument
526 android_glCompressedTexImage3D__IIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jint offset) argument
543 android_glCompressedTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint imageSize, jobject data_buf) argument
575 android_glCompressedTexSubImage3D__IIIIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint imageSize, jint offset) argument
737 android_glBeginQuery__II(JNIEnv *_env, jobject _this, jint target, jint id) argument
747 android_glEndQuery__I(JNIEnv *_env, jobject _this, jint target) argument
756 android_glGetQueryiv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
800 android_glGetQueryiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
892 android_glUnmapBuffer__I(JNIEnv *_env, jobject _this, jint target) argument
903 android_glGetBufferPointerv__II(JNIEnv *_env, jobject _this, jint target, jint pname) argument
1418 android_glRenderbufferStorageMultisample__IIIII(JNIEnv *_env, jobject _this, jint target, jint samples, jint internalformat, jint width, jint height) argument
1431 android_glFramebufferTextureLayer__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level, jint layer) argument
1444 android_glMapBufferRange__IIII(JNIEnv *_env, jobject _this, jint target, jint offset, jint length, jint access) argument
1457 android_glFlushMappedBufferRange__III(JNIEnv *_env, jobject _this, jint target, jint offset, jint length) argument
1620 android_glGetIntegeri_v__II_3II(JNIEnv *_env, jobject _this, jint target, jint index, jintArray data_ref, jint offset) argument
1664 android_glGetIntegeri_v__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) argument
1704 android_glBindBufferRange__IIIII(JNIEnv *_env, jobject _this, jint target, jint index, jint buffer, jint offset, jint size) argument
1717 android_glBindBufferBase__III(JNIEnv *_env, jobject _this, jint target, jint index, jint buffer) argument
3879 android_glGetInteger64i_v__II_3JI(JNIEnv *_env, jobject _this, jint target, jint index, jlongArray data_ref, jint offset) argument
3923 android_glGetInteger64i_v__IILjava_nio_LongBuffer_2(JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) argument
3947 android_glGetBufferParameteri64v__II_3JI(JNIEnv *_env, jobject _this, jint target, jint pname, jlongArray params_ref, jint offset) argument
3991 android_glGetBufferParameteri64v__IILjava_nio_LongBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
4472 android_glBindTransformFeedback__II(JNIEnv *_env, jobject _this, jint target, jint id) argument
4807 android_glInvalidateFramebuffer__II_3II(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset) argument
4851 android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) argument
4875 android_glInvalidateSubFramebuffer__II_3IIIIII(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset, jint x, jint y, jint width, jint height) argument
4923 android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf, jint x, jint y, jint width, jint height) argument
4951 android_glTexStorage2D__IIIII(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint height) argument
4964 android_glTexStorage3D__IIIIII(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint height, jint depth) argument
4978 android_glGetInternalformativ__IIII_3II(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint pname, jint bufSize, jintArray params_ref, jint offset) argument
5024 android_glGetInternalformativ__IIIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint pname, jint bufSize, jobject params_buf) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java222 // C function void glFramebufferParameteri ( GLenum target, GLenum pname, GLint param )
225 int target,
230 // C function void glGetFramebufferParameteriv ( GLenum target, GLenum pname, GLint *params )
233 int target,
239 // C function void glGetFramebufferParameteriv ( GLenum target, GLenum pname, GLint *params )
242 int target,
955 // C function void glGetBooleani_v ( GLenum target, GLuint index, GLboolean *data )
958 int target,
964 // C function void glGetBooleani_v ( GLenum target, GLuint index, GLboolean *data )
967 int target,
224 glFramebufferParameteri( int target, int pname, int param ) argument
232 glGetFramebufferParameteriv( int target, int pname, int[] params, int offset ) argument
241 glGetFramebufferParameteriv( int target, int pname, java.nio.IntBuffer params ) argument
957 glGetBooleani_v( int target, int index, boolean[] data, int offset ) argument
966 glGetBooleani_v( int target, int index, java.nio.IntBuffer data ) argument
986 glTexStorage2DMultisample( int target, int samples, int internalformat, int width, int height, boolean fixedsamplelocations ) argument
1021 glGetTexLevelParameteriv( int target, int level, int pname, int[] params, int offset ) argument
1031 glGetTexLevelParameteriv( int target, int level, int pname, java.nio.IntBuffer params ) argument
1040 glGetTexLevelParameterfv( int target, int level, int pname, float[] params, int offset ) argument
1050 glGetTexLevelParameterfv( int target, int level, int pname, java.nio.FloatBuffer params ) argument
[all...]
H A DGLES31Ext.java399 // C function void glTexStorage3DMultisampleOES ( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations )
402 int target,
431 // C function void glEnableiEXT ( GLenum target, GLuint index )
434 int target,
438 // C function void glDisableiEXT ( GLenum target, GLuint index )
441 int target,
488 // C function GLboolean glIsEnablediEXT ( GLenum target, GLuint index )
491 int target,
495 // C function void glFramebufferTextureEXT ( GLenum target, GLenum attachment, GLuint texture, GLint level )
498 int target,
401 glTexStorage3DMultisampleOES( int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations ) argument
433 glEnableiEXT( int target, int index ) argument
440 glDisableiEXT( int target, int index ) argument
490 glIsEnablediEXT( int target, int index ) argument
497 glFramebufferTextureEXT( int target, int attachment, int texture, int level ) argument
526 glTexParameterIivEXT( int target, int pname, int[] params, int offset ) argument
535 glTexParameterIivEXT( int target, int pname, java.nio.IntBuffer params ) argument
543 glTexParameterIuivEXT( int target, int pname, int[] params, int offset ) argument
552 glTexParameterIuivEXT( int target, int pname, java.nio.IntBuffer params ) argument
560 glGetTexParameterIivEXT( int target, int pname, int[] params, int offset ) argument
569 glGetTexParameterIivEXT( int target, int pname, java.nio.IntBuffer params ) argument
577 glGetTexParameterIuivEXT( int target, int pname, int[] params, int offset ) argument
586 glGetTexParameterIuivEXT( int target, int pname, java.nio.IntBuffer params ) argument
662 glTexBufferEXT( int target, int internalformat, int buffer ) argument
670 glTexBufferRangeEXT( int target, int internalformat, int buffer, int offset, int size ) argument
[all...]
H A DGLErrorWrapper.java88 public void glBindTexture(int target, int texture) { argument
90 mgl.glBindTexture(target, texture);
167 public void glCompressedTexImage2D(int target, int level, argument
171 mgl.glCompressedTexImage2D(target, level, internalformat, width,
176 public void glCompressedTexSubImage2D(int target, int level, int xoffset, argument
180 mgl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width,
185 public void glCopyTexImage2D(int target, int level, int internalformat, argument
188 mgl.glCopyTexImage2D(target, level, internalformat, x, y, width,
193 public void glCopyTexSubImage2D(int target, int level, int xoffset, argument
196 mgl.glCopyTexSubImage2D(target, leve
384 glHint(int target, int mode) argument
576 glMultiTexCoord4f(int target, float s, float t, float r, float q) argument
583 glMultiTexCoord4x(int target, int s, int t, int r, int q) argument
743 glTexEnvf(int target, int pname, float param) argument
749 glTexEnvfv(int target, int pname, float[] params, int offset) argument
755 glTexEnvfv(int target, int pname, FloatBuffer params) argument
761 glTexEnvx(int target, int pname, int param) argument
767 glTexEnvxv(int target, int pname, int[] params, int offset) argument
773 glTexEnvxv(int target, int pname, IntBuffer params) argument
779 glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels) argument
788 glTexParameterf(int target, int pname, float param) argument
794 glTexParameterx(int target, int pname, int param) argument
800 glTexParameteriv(int target, int pname, int[] params, int offset) argument
806 glTexParameteriv(int target, int pname, IntBuffer params) argument
812 glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels) argument
962 glBindBuffer(int target, int buffer) argument
968 glBufferData(int target, int size, Buffer data, int usage) argument
974 glBufferSubData(int target, int offset, int size, Buffer data) argument
1033 glGetBufferParameteriv(int target, int pname, int[] params, int offset) argument
1040 glGetBufferParameteriv(int target, int pname, IntBuffer params) argument
1172 glGetTexParameterfv(int target, int pname, float[] params, int offset) argument
1179 glGetTexParameterfv(int target, int pname, FloatBuffer params) argument
1185 glGetTexParameteriv(int target, int pname, int[] params, int offset) argument
1192 glGetTexParameteriv(int target, int pname, IntBuffer params) argument
1198 glGetTexParameterxv(int target, int pname, int[] params, int offset) argument
1205 glGetTexParameterxv(int target, int pname, IntBuffer params) argument
1286 glTexEnvi(int target, int pname, int param) argument
1292 glTexEnviv(int target, int pname, int[] params, int offset) argument
1298 glTexEnviv(int target, int pname, IntBuffer params) argument
1304 glTexParameterfv(int target, int pname, float[] params, int offset) argument
1311 glTexParameterfv(int target, int pname, FloatBuffer params) argument
1317 glTexParameteri(int target, int pname, int param) argument
1323 glTexParameterxv(int target, int pname, int[] params, int offset) argument
1329 glTexParameterxv(int target, int pname, IntBuffer params) argument
1381 glBindFramebufferOES(int target, int framebuffer) argument
1388 glBindRenderbufferOES(int target, int renderbuffer) argument
1417 glCheckFramebufferStatusOES(int target) argument
1453 glFramebufferRenderbufferOES(int target, int attachment, int renderbuffertarget, int renderbuffer) argument
1461 glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int level) argument
1469 glGenerateMipmapOES(int target) argument
1504 glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset) argument
1512 glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, IntBuffer params) argument
1520 glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset) argument
1528 glGetRenderbufferParameterivOES(int target, int pname, IntBuffer params) argument
1594 glRenderbufferStorageOES(int target, int internalformat, int width, int height) argument
[all...]
H A DGLES10.java293 // C function void glBindTexture ( GLenum target, GLuint texture )
296 int target,
414 // C function void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
417 int target,
427 // C function void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
430 int target,
441 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
444 int target,
454 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
457 int target,
295 glBindTexture( int target, int texture ) argument
416 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
429 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
443 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
456 glCopyTexSubImage2D( int target, int level, int xoffset, int yoffset, int x, int y, int width, int height ) argument
679 glHint( int target, int mode ) argument
911 glMultiTexCoord4f( int target, float s, float t, float r, float q ) argument
921 glMultiTexCoord4x( int target, int s, int t, int r, int q ) argument
1173 glTexEnvf( int target, int pname, float param ) argument
1181 glTexEnvfv( int target, int pname, float[] params, int offset ) argument
1190 glTexEnvfv( int target, int pname, java.nio.FloatBuffer params ) argument
1198 glTexEnvx( int target, int pname, int param ) argument
1206 glTexEnvxv( int target, int pname, int[] params, int offset ) argument
1215 glTexEnvxv( int target, int pname, java.nio.IntBuffer params ) argument
1223 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
1237 glTexParameterf( int target, int pname, float param ) argument
1245 glTexParameterx( int target, int pname, int param ) argument
1253 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
[all...]
H A DGLLogWrapper.java344 private String getTextureTarget(int target) { argument
345 switch (target) {
349 return getHex(target);
353 private String getTextureEnvTarget(int target) { argument
354 switch (target) {
358 return getHex(target);
751 private String getHintTarget(int target) { argument
752 switch (target) {
766 return getHex(target);
1203 public void glBindTexture(int target, in argument
1338 glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer data) argument
1357 glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer data) argument
1377 glCopyTexImage2D(int target, int level, int internalformat, int x, int y, int width, int height, int border) argument
1395 glCopyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height) argument
1770 glHint(int target, int mode) argument
2098 glMultiTexCoord4f(int target, float s, float t, float r, float q) argument
2111 glMultiTexCoord4x(int target, int s, int t, int r, int q) argument
2395 glTexEnvf(int target, int pname, float param) argument
2406 glTexEnvfv(int target, int pname, float[] params, int offset) argument
2418 glTexEnvfv(int target, int pname, FloatBuffer params) argument
2429 glTexEnvx(int target, int pname, int param) argument
2440 glTexEnvxv(int target, int pname, int[] params, int offset) argument
2452 glTexEnvxv(int target, int pname, IntBuffer params) argument
2463 glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels) argument
2483 glTexParameterf(int target, int pname, float param) argument
2494 glTexParameterx(int target, int pname, int param) argument
2505 glTexParameteriv(int target, int pname, int[] params, int offset) argument
2516 glTexParameteriv(int target, int pname, IntBuffer params) argument
2527 glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels) argument
2770 glBindBuffer(int target, int buffer) argument
2779 glBufferData(int target, int size, Buffer data, int usage) argument
2790 glBufferSubData(int target, int offset, int size, Buffer data) argument
2869 glGetBufferParameteriv(int target, int pname, int[] params, int offset) argument
2881 glGetBufferParameteriv(int target, int pname, IntBuffer params) argument
3091 glGetTexParameterfv(int target, int pname, float[] params, int offset) argument
3102 glGetTexParameterfv(int target, int pname, FloatBuffer params) argument
3112 glGetTexParameteriv(int target, int pname, int[] params, int offset) argument
3123 glGetTexParameteriv(int target, int pname, IntBuffer params) argument
3133 glGetTexParameterxv(int target, int pname, int[] params, int offset) argument
3145 glGetTexParameterxv(int target, int pname, IntBuffer params) argument
3248 glTexEnvi(int target, int pname, int param) argument
3258 glTexEnviv(int target, int pname, int[] params, int offset) argument
3269 glTexEnviv(int target, int pname, IntBuffer params) argument
3279 glTexParameterfv(int target, int pname, float[] params, int offset) argument
3291 glTexParameterfv(int target, int pname, FloatBuffer params) argument
3301 glTexParameteri(int target, int pname, int param) argument
3311 glTexParameterxv(int target, int pname, int[] params, int offset) argument
3323 glTexParameterxv(int target, int pname, IntBuffer params) argument
3451 glBindFramebufferOES(int target, int framebuffer) argument
3461 glBindRenderbufferOES(int target, int renderbuffer) argument
3503 glCheckFramebufferStatusOES(int target) argument
3555 glFramebufferRenderbufferOES(int target, int attachment, int renderbuffertarget, int renderbuffer) argument
3568 glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int level) argument
3582 glGenerateMipmapOES(int target) argument
3633 glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset) argument
3647 glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, IntBuffer params) argument
3660 glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset) argument
3673 glGetRenderbufferParameterivOES(int target, int pname, IntBuffer params) argument
3774 glRenderbufferStorageOES(int target, int internalformat, int width, int height) argument
[all...]
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java79 "Application %s (SDK target %d) called a GL11 Pointer method with an indirect Buffer.",
107 // C function void glBindTexture ( GLenum target, GLuint texture )
110 int target,
228 // C function void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
231 int target,
241 // C function void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
244 int target,
255 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
258 int target,
268 // C function void glCopyTexSubImage2D ( GLenum target, GLin
109 glBindTexture( int target, int texture ) argument
230 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
243 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
257 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
270 glCopyTexSubImage2D( int target, int level, int xoffset, int yoffset, int x, int y, int width, int height ) argument
504 glHint( int target, int mode ) argument
736 glMultiTexCoord4f( int target, float s, float t, float r, float q ) argument
746 glMultiTexCoord4x( int target, int s, int t, int r, int q ) argument
998 glTexEnvf( int target, int pname, float param ) argument
1006 glTexEnvfv( int target, int pname, float[] params, int offset ) argument
1015 glTexEnvfv( int target, int pname, java.nio.FloatBuffer params ) argument
1023 glTexEnvx( int target, int pname, int param ) argument
1031 glTexEnvxv( int target, int pname, int[] params, int offset ) argument
1040 glTexEnvxv( int target, int pname, java.nio.IntBuffer params ) argument
1048 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
1062 glTexParameterf( int target, int pname, float param ) argument
1070 glTexParameterx( int target, int pname, int param ) argument
1078 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
1168 glBindBuffer( int target, int buffer ) argument
1175 glBufferData( int target, int size, java.nio.Buffer data, int usage ) argument
1184 glBufferSubData( int target, int offset, int size, java.nio.Buffer data ) argument
1295 glGetBufferParameteriv( int target, int pname, int[] params, int offset ) argument
1304 glGetBufferParameteriv( int target, int pname, java.nio.IntBuffer params ) argument
1474 glGetTexParameterfv( int target, int pname, float[] params, int offset ) argument
1483 glGetTexParameterfv( int target, int pname, java.nio.FloatBuffer params ) argument
1491 glGetTexParameteriv( int target, int pname, int[] params, int offset ) argument
1500 glGetTexParameteriv( int target, int pname, java.nio.IntBuffer params ) argument
1508 glGetTexParameterxv( int target, int pname, int[] params, int offset ) argument
1517 glGetTexParameterxv( int target, int pname, java.nio.IntBuffer params ) argument
1631 glTexEnvi( int target, int pname, int param ) argument
1639 glTexEnviv( int target, int pname, int[] params, int offset ) argument
1648 glTexEnviv( int target, int pname, java.nio.IntBuffer params ) argument
1656 glTexParameterfv( int target, int pname, float[] params, int offset ) argument
1665 glTexParameterfv( int target, int pname, java.nio.FloatBuffer params ) argument
1673 glTexParameteri( int target, int pname, int param ) argument
1681 glTexParameteriv( int target, int pname, int[] params, int offset ) argument
1690 glTexParameteriv( int target, int pname, java.nio.IntBuffer params ) argument
1698 glTexParameterxv( int target, int pname, int[] params, int offset ) argument
1707 glTexParameterxv( int target, int pname, java.nio.IntBuffer params ) argument
1905 glBindFramebufferOES( int target, int framebuffer ) argument
1912 glBindRenderbufferOES( int target, int renderbuffer ) argument
1977 glFramebufferRenderbufferOES( int target, int attachment, int renderbuffertarget, int renderbuffer ) argument
1986 glFramebufferTexture2DOES( int target, int attachment, int textarget, int texture, int level ) argument
2032 glGetFramebufferAttachmentParameterivOES( int target, int attachment, int pname, int[] params, int offset ) argument
2042 glGetFramebufferAttachmentParameterivOES( int target, int attachment, int pname, java.nio.IntBuffer params ) argument
2051 glGetRenderbufferParameterivOES( int target, int pname, int[] params, int offset ) argument
2060 glGetRenderbufferParameterivOES( int target, int pname, java.nio.IntBuffer params ) argument
2131 glRenderbufferStorageOES( int target, int internalformat, int width, int height ) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java1082 void executeOrSendMessage(IInterface target, Message msg) { argument
1083 if (target.asBinder() instanceof Binder) {
2037 // is more room for the target window + IME.
2070 // is more room for the target window + IME.
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2350 private int findNotificationRecordIndexLocked(NotificationRecord target) { argument
2351 return mRankingHelper.indexOf(mNotificationList, target);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp561 static void SC_ForEach_SAA(android::renderscript::rs_script target, argument
565 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, NULL, 0, NULL);
568 static void SC_ForEach_SAA(android::renderscript::rs_script *target, argument
572 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, NULL, 0, NULL);
577 static void SC_ForEach_SAAU(android::renderscript::rs_script target, argument
582 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, 0, NULL);
585 static void SC_ForEach_SAAU(android::renderscript::rs_script *target, argument
590 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, usr, 0, NULL);
595 static void SC_ForEach_SAAUS(android::renderscript::rs_script target, argument
601 rsrForEach(rsc, (Script*)target
604 SC_ForEach_SAAUS(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, const RsScriptCall *call) argument
615 SC_ForEach_SAAUL(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr, uint32_t usrLen) argument
624 SC_ForEach_SAAUL(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, uint32_t usrLen) argument
635 SC_ForEach_SAAULS(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
645 SC_ForEach_SAAULS(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
1455 SC_ForEach_SAA(::rs_script target, ::rs_allocation in, ::rs_allocation out) argument
1462 SC_ForEach_SAAUS(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, const RsScriptCall *call) argument
1471 SC_ForEach_SAAUL(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen) argument
1480 SC_ForEach_SAAULS(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java2041 Intent target = Intent.CREATOR.createFromParcel(data);
2047 boolean res = navigateUpTo(token, target, resultCode, resultData);
3663 public void finishInstrumentation(IApplicationThread target, argument
3668 data.writeStrongBinder(target != null ? target.asBinder() : null);
4997 public boolean navigateUpTo(IBinder token, Intent target, int resultCode, Intent resultData) argument
5003 target.writeToParcel(data, 0);
H A DIActivityManager.java190 public void finishInstrumentation(IApplicationThread target, argument
403 public boolean navigateUpTo(IBinder token, Intent target, int resultCode, Intent resultData) argument
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java276 int target,
348 int target,
359 int target,
371 int target,
382 int target,
544 int target,
712 int target,
720 int target,
873 int target,
879 int target,
275 glBindTexture( int target, int texture ) argument
347 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
358 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
370 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
381 glCopyTexSubImage2D( int target, int level, int xoffset, int yoffset, int x, int y, int width, int height ) argument
543 glHint( int target, int mode ) argument
711 glMultiTexCoord4f( int target, float s, float t, float r, float q ) argument
719 glMultiTexCoord4x( int target, int s, int t, int r, int q ) argument
872 glTexEnvf( int target, int pname, float param ) argument
878 glTexEnvfv( int target, int pname, float[] params, int offset ) argument
885 glTexEnvfv( int target, int pname, java.nio.FloatBuffer params ) argument
891 glTexEnvx( int target, int pname, int param ) argument
897 glTexEnvxv( int target, int pname, int[] params, int offset ) argument
904 glTexEnvxv( int target, int pname, java.nio.IntBuffer params ) argument
910 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
922 glTexParameterf( int target, int pname, float param ) argument
928 glTexParameterx( int target, int pname, int param ) argument
934 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java788 // Collect information about the target of the Intent.
802 // Store the found target back into the intent, because now that
852 // Collect information about the target of the Intent.
905 IIntentSender target = mService.getIntentSenderLocked(
917 new IntentSender(target));
1049 // Collect information about the target of the Intent.
1346 // Transfer the result target from the source activity to the new
1406 // If the caller is starting a new voice session, just make sure the target
1728 + " has root " + root + " but target is singleInstance/Task");
1812 // do this if the target activit
2465 resumeTopActivitiesLocked(ActivityStack targetStack, ActivityRecord target, Bundle targetOptions) argument
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp28 const sp<AaptFile>& target,
32 sp<XMLNode> root = XMLNode::parse(target);
37 return compileXmlFile(bundle, assets, resourceName, root, target, table, options);
43 const sp<AaptFile>& target,
48 sp<XMLNode> root = XMLNode::parse(target);
60 const sp<AaptFile>& target,
92 if (table->modifyForCompat(bundle, resourceName, target, root) != NO_ERROR) {
98 err = root->flatten(target,
107 tree.setTo(target->getData(), target
25 compileXmlFile(const Bundle* bundle, const sp<AaptAssets>& assets, const String16& resourceName, const sp<AaptFile>& target, ResourceTable* table, int options) argument
40 compileXmlFile(const Bundle* bundle, const sp<AaptAssets>& assets, const String16& resourceName, const sp<AaptFile>& target, const sp<AaptFile>& outTarget, ResourceTable* table, int options) argument
56 compileXmlFile(const Bundle* bundle, const sp<AaptAssets>& assets, const String16& resourceName, const sp<XMLNode>& root, const sp<AaptFile>& target, ResourceTable* table, int options) argument
4583 modifyForCompat(const Bundle* bundle, const String16& resourceName, const sp<AaptFile>& target, const sp<XMLNode>& root) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp926 ALOGD("Dropping event delivery to target with channel '%s' because it "
1053 // Reset input target wait timeout.
1179 /* Case 1: New splittable pointer going down, or need target for hover or scroll. */
1244 // Set target flags.
1556 InputTarget& target = inputTargets.editTop(); local
1557 target.inputChannel = windowInfo->inputChannel;
1558 target.flags = targetFlags;
1559 target.xOffset = - windowInfo->frameLeft;
1560 target.yOffset = - windowInfo->frameTop;
1561 target
1569 InputTarget& target = inputTargets.editTop(); local
2204 InputTarget target; local
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp3326 String8 target; local
3327 if (param.get(String8("target"), target) != NO_ERROR) {
3328 target = "Manager";
3358 if (target == "Manager") {
3377 if (target == "Manager") {
3390 if (target == "Manager") {
/frameworks/base/core/java/android/content/
H A DIntent.java865 * target intent, also optionally supplying a title. If the target
872 * @param target The Intent that the user will be selecting an activity
879 public static Intent createChooser(Intent target, CharSequence title) { argument
880 return createChooser(target, title, null);
887 * target intent, also optionally supplying a title. If the target
896 * to remember the last chosen target and surface it as a more prominent or one-touch
899 * @param target The Intent that the user will be selecting an activity
907 public static Intent createChooser(Intent target, CharSequenc argument
[all...]

Completed in 1248 milliseconds

12345678910