Searched refs:func (Results 26 - 50 of 97) sorted by relevance

1234

/frameworks/native/libs/binder/
H A DBinder.cpp140 object_cleanup_func func)
160 e->mObjects.attach(objectID, object, cleanupCookie, func);
138 attachObject( const void* objectID, void* object, void* cleanupCookie, object_cleanup_func func) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DarmVCM4P10_TransformResidual4x4_s.S29 .func armVCM4P10_TransformResidual4x4
H A DomxVCM4P10_DeblockLuma_I.S29 .func omxVCM4P10_DeblockLuma_I
H A DomxVCM4P10_TransformDequantChromaDCFromPair_s.S29 .func omxVCM4P10_TransformDequantChromaDCFromPair
H A DarmVCM4P10_Average_4x_Align_unsafe_s.S29 .func armVCM4P10_Average_4x4_Align0_unsafe
61 .func armVCM4P10_Average_4x4_Align2_unsafe
105 .func armVCM4P10_Average_4x4_Align3_unsafe
H A DarmVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.S29 .func armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe
H A DarmVCM4P10_DeblockingLuma_unsafe_s.S29 .func armVCM4P10_DeblockingLumabSLT4_unsafe
72 .func armVCM4P10_DeblockingLumabSGE4_unsafe
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.S29 .func armVCM4P10_InterpolateLuma_Copy4x4_unsafe
H A DarmVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.S29 .func armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.S29 .func omxVCM4P10_FilterDeblockingChroma_HorEdge_I
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.S29 .func omxVCM4P10_FilterDeblockingLuma_HorEdge_I
/frameworks/native/include/binder/
H A DBinder.h54 object_cleanup_func func);
H A DIBinder.h135 object_cleanup_func func) = 0;
/frameworks/av/media/libstagefright/
H A DDataSource.cpp146 void DataSource::RegisterSniffer_l(SnifferFunc func) { argument
149 if (*it == func) {
154 gSniffers.push_back(func);
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java670 private static void logEglError(String func) { argument
671 Slog.e(TAG, func + " failed: error " + EGL14.eglGetError(), new Throwable());
674 private static boolean checkGlErrors(String func) { argument
675 return checkGlErrors(func, true);
678 private static boolean checkGlErrors(String func, boolean log) { argument
683 Slog.e(TAG, func + " failed: error " + error, new Throwable());
/frameworks/native/cmds/servicemanager/
H A Dbinder.c202 uintptr_t ptr, size_t size, binder_handler func)
234 if (func) {
242 res = func(bs, txn, &msg, &reply);
268 death->func(bs, death->ptr);
369 void binder_loop(struct binder_state *bs, binder_handler func) argument
394 res = binder_parse(bs, 0, (uintptr_t) readbuf, bwr.read_consumed, func);
201 binder_parse(struct binder_state *bs, struct binder_io *bio, uintptr_t ptr, size_t size, binder_handler func) argument
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup.cpp61 ScriptGroupRootFunc_t func; local
62 func = (ScriptGroupRootFunc_t)sl->fnPtrs[ct];
100 func(p, xstart, xend, istep, ostep);
/frameworks/av/include/media/stagefright/
H A DDataSource.h113 static void RegisterSniffer_l(SnifferFunc func);
/frameworks/base/rs/java/android/renderscript/
H A DProgramStore.java346 * @param func function used for depth testing
350 public Builder setDepthFunc(DepthFunc func) { argument
351 mDepthFunc = func;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec2 void glAlphaFunc ( GLenum func, GLclampf ref )
3 void glAlphaFuncx ( GLenum func, GLclampx ref )
23 void glDepthFunc ( GLenum func )
91 void glStencilFunc ( GLenum func, GLint ref, GLuint mask )
H A DGLES20.spec35 void glDepthFunc ( GLenum func )
101 void glStencilFunc ( GLenum func, GLint ref, GLuint mask )
102 void glStencilFuncSeparate ( GLenum face, GLenum func, GLint ref, GLuint mask )
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.cpp63 friend inline Formatter& operator<<(Formatter& to, FormaterManipFunc func) { argument
64 return (*func)(to);
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java279 // C function void glAlphaFunc ( GLenum func, GLclampf ref )
282 int func,
286 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
289 int func,
488 // C function void glDepthFunc ( GLenum func )
491 int func
1114 // C function void glStencilFunc ( GLenum func, GLint ref, GLuint mask )
1117 int func,
281 glAlphaFunc( int func, float ref ) argument
288 glAlphaFuncx( int func, int ref ) argument
1116 glStencilFunc( int func, int ref, int mask ) argument
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java266 int func,
271 int func,
408 int func
850 int func,
265 glAlphaFunc( int func, float ref ) argument
270 glAlphaFuncx( int func, int ref ) argument
849 glStencilFunc( int func, int ref, int mask ) argument
/frameworks/rs/cpp/
H A DRenderScript.cpp603 void RS::setErrorHandler(ErrorHandlerFunc_t func) { argument
604 mErrorFunc = func;
607 void RS::setMessageHandler(MessageHandlerFunc_t func) { argument
608 mMessageFunc = func;

Completed in 109 milliseconds

1234