Searched refs:target (Results 151 - 175 of 509) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/hardware/camera2/dispatch/
H A DMethodNameInvoker.java40 * @param target destination dispatch type, invokes will be redirected to this dispatcher
43 public MethodNameInvoker(Dispatchable<T> target, Class<T> targetClass) { argument
45 mTarget = target;
62 * @throws IllegalArgumentException if {@code methodName} does not exist on the target class
63 * @throws Throwable will rethrow anything that the target method would normally throw
/frameworks/base/core/java/android/os/
H A DBroadcaster.java30 * target will be sent a copy of that message with targetWhat in the what field.
32 public void request(int senderWhat, Handler target, int targetWhat) argument
41 r.targets[0] = target;
81 if (oldTargets[i] == target && oldWhats[i] == targetWhat) {
90 r.targets[n] = target;
97 * Unregister for notifications for this senderWhat/target/targetWhat tuple.
99 public void cancelRequest(int senderWhat, Handler target, int targetWhat) argument
121 if (targets[i] == target && whats[i] == targetWhat) {
192 Handler target = targets[i];
196 target
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DIMediaContainerService.aidl26 int copyPackage(String packagePath, in IParcelFileDescriptorFactory target);
/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.h60 virtual float getValue(RenderNode* target) const override;
61 virtual void setValue(RenderNode* target, float value) override;
H A DAnimator.cpp85 void BaseRenderNodeAnimator::attach(RenderNode* target) { argument
86 mStagingTarget = target;
360 float RenderPropertyAnimator::getValue(RenderNode* target) const {
361 return (target->properties().*mPropertyAccess->getter)();
364 void RenderPropertyAnimator::setValue(RenderNode* target, float value) { argument
365 (target->animatorProperties().*mPropertyAccess->setter)(value);
378 float CanvasPropertyPrimitiveAnimator::getValue(RenderNode* target) const {
382 void CanvasPropertyPrimitiveAnimator::setValue(RenderNode* target, float value) { argument
401 float CanvasPropertyPaintAnimator::getValue(RenderNode* target) const {
417 void CanvasPropertyPaintAnimator::setValue(RenderNode* target, floa argument
445 setValue(RenderNode* target, float value) argument
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DOutputPort.java32 public void connectTo(InputPort target) { argument
36 mTargetPort = target;
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp35 // target for shaders.
196 GLFrame* target = new GLFrame(gl_env_); local
197 target->Init(width_, height_);
198 target->CopyPixelsFrom(this);
199 return target;
380 // Create target frame
381 GLFrame target(gl_env_);
382 target.Init(width_, height_);
384 // Render the texture to the target
385 GetIdentity()->Process(sources, &target);
[all...]
/frameworks/base/packages/SettingsProvider/test/
H A DAndroid.mk6 # because this test is not an instrumentation test. (because the target runs in the system process.)
/frameworks/base/services/core/java/com/android/server/wm/
H A DBoundsAnimationController.java105 // the same {@link #AnimateBoundsUser} target.
108 // {@link #AnimateBoundsUser} target.
116 BoundsAnimator(AnimateBoundsUser target, Rect from, Rect to, argument
119 mTarget = target;
163 // Whoops, the target doesn't feel like animating anymore. Let's immediately finish
175 // Ensure that we have prepared the target for animation before
226 /** Returns true if the animation target is the same as the input bounds. */
250 * Asks the target to directly (without any intermediate steps, like scheduling animation)
253 * @return Whether the target still wants to be animated and successfully finished the
254 * operation. If it returns false, the animation will immediately be cancelled. The target
279 animateBounds(final AnimateBoundsUser target, Rect from, Rect to, int animationDuration) argument
[all...]
/frameworks/base/tools/aapt/tests/plurals/
H A Drun.sh10 -I out/target/common/obj/APPS/framework-res_intermediates/package-export.apk \
/frameworks/compile/libbcc/lib/Support/
H A DDisassembler.cpp84 const llvm::Target* target = local
87 if (target == nullptr) {
88 ALOGE("Invalid target triple for disassembler: %s (%s)!",
94 target->createMCSubtargetInfo(pTriple, /* CPU */"", /* Features */"");;
101 disassembler = target->createMCDisassembler(*subtarget_info);
103 mc_inst_info = target->createMCInstrInfo();
105 mc_reg_info = target->createMCRegInfo(pTriple);
107 asm_info = target->createMCAsmInfo(pTriple);
115 inst_printer = target->createMCInstPrinter(asm_info->getAssemblerDialect(),
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLearning_MulticlassPA.java72 public void TrainOneSample(List<IntFloat> sample, int target) { argument
76 target);
/frameworks/native/cmds/installd/
H A Dstring_helpers.h28 static inline bool StringStartsWith(const std::string& target, argument
30 return target.compare(0, strlen(prefix), prefix) == 0;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec4 void glBindTexture ( GLenum target, GLuint texture )
17 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
18 void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
19 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
20 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
46 void glHint ( GLenum target, GLenum mode )
68 void glMultiTexCoord4f ( GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q )
69 void glMultiTexCoord4x ( GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q )
95 void glTexEnvf ( GLenum target, GLenum pname, GLfloat param )
96 void glTexEnvfv ( GLenum target, GLenu
[all...]
/frameworks/base/core/java/android/net/
H A DDhcpResults.java104 DhcpResults target = (DhcpResults)obj;
107 Objects.equals(serverAddress, target.serverAddress) &&
108 Objects.equals(vendorInfo, target.vendorInfo) &&
109 leaseDuration == target.leaseDuration &&
110 mtu == target.mtu;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphExporter.java109 InputPort target = source.getTarget();
113 getDotName(target.getFilter().getName()) + ":" +
114 getDotName(target.getName()) + "_IN;\n" );
130 InputPort target = filter.getConnectedInputPort(portName);
131 if(target != null) {
/frameworks/compile/mclinker/tools/mcld/
H A DAndroid.mk28 # Collect target specific code generation libraries
45 # Add target specific code generation libraries
70 # zlib's libnames are different for the host and target.
71 # For the target, it is the standard libz
100 # zlib's libnames are different for the host and target.
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h388 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer);
389 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer);
390 typedef void (GL_APIENTRYP PFNGLBINDRENDERBUFFERPROC) (GLenum target, GLuint renderbuffer);
391 typedef void (GL_APIENTRYP PFNGLBINDTEXTUREPROC) (GLenum target, GLuint texture);
397 typedef void (GL_APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const void *data, GLenum usage);
398 typedef void (GL_APIENTRYP PFNGLBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, const void *data);
399 typedef GLenum (GL_APIENTRYP PFNGLCHECKFRAMEBUFFERSTATUSPROC) (GLenum target);
406 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
407 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
408 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLin
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp104 target().sortRelocation(*section);
109 target().emitSectionData(*section, region);
130 target().orderSymbolTable(pModule);
133 target().emitInterp(pOutput);
136 target().emitDynNamePools(pModule, pOutput);
141 target().emitRegNamePools(pModule, pOutput);
146 ELFSegmentFactory::iterator seg, segEnd = target().elfSegmentTable().end();
148 for (seg = target().elfSegmentTable().begin(); seg != segEnd; ++seg) {
161 emitShStrTab(target().getOutputFormat()->getShStrTab(), pModule, pOutput);
221 header->e_ident[llvm::ELF::EI_VERSION] = target()
[all...]
/frameworks/native/opengl/include/GLES/
H A Dgl.h607 GL_API void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params);
617 GL_API void GL_APIENTRY glMultiTexCoord4f (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
626 GL_API void GL_APIENTRY glTexEnvf (GLenum target, GLenum pname, GLfloat param);
627 GL_API void GL_APIENTRY glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params);
628 GL_API void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);
629 GL_API void GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params);
635 GL_API void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
636 GL_API void GL_APIENTRY glBindTexture (GLenum target, GLuint texture);
638 GL_API void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage);
639 GL_API void GL_APIENTRY glBufferSubData (GLenum target, GLintpt
[all...]
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h388 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer);
389 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer);
390 typedef void (GL_APIENTRYP PFNGLBINDRENDERBUFFERPROC) (GLenum target, GLuint renderbuffer);
391 typedef void (GL_APIENTRYP PFNGLBINDTEXTUREPROC) (GLenum target, GLuint texture);
397 typedef void (GL_APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const void *data, GLenum usage);
398 typedef void (GL_APIENTRYP PFNGLBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, const void *data);
399 typedef GLenum (GL_APIENTRYP PFNGLCHECKFRAMEBUFFERSTATUSPROC) (GLenum target);
406 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
407 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
408 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLin
[all...]
/frameworks/base/opengl/java/android/opengl/
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...]
/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/core/java/android/content/
H A DIntentSender.java31 * A description of an Intent and target action to perform with it.
138 * @param code Result code to supply back to the IntentSender's target.
164 * @param code Result code to supply back to the IntentSender's target.
319 IBinder target = in.readStrongBinder();
320 return target != null ? new IntentSender(target) : null;
363 public IntentSender(IIntentSender target) { argument
364 mTarget = target;
368 public IntentSender(IBinder target) { argument
369 mTarget = IIntentSender.Stub.asInterface(target);
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DTestedFrameLayout.java139 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { argument
146 public boolean onNestedPreFling(View target, float velocityX, float velocityY) { argument
153 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { argument
162 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, argument
168 public boolean onNestedFling(View target, float velocityX, float velocityY, boolean consumed) { argument
174 public void onNestedScrollAccepted(View child, View target, int axes) { argument
185 public void onStopNestedScroll(View target) { argument

Completed in 786 milliseconds

1234567891011>>