Searched refs:func (Results 51 - 75 of 98) sorted by relevance

1234

/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.cpp236 int32_t sessionID, int32_t cseq, HandleRTSPResponseFunc func) {
240 mResponseHandlers.add(id, func);
432 HandleRTSPResponseFunc func = mResponseHandlers.valueAt(index); local
435 status_t err = (this->*func)(sessionID, data);
235 registerResponseHandler( int32_t sessionID, int32_t cseq, HandleRTSPResponseFunc func) argument
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.h167 int32_t sessionID, int32_t cseq, HandleRTSPResponseFunc func);
/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
1130 // C function void glStencilFunc ( GLenum func, GLint ref, GLuint mask )
1133 int func,
281 glAlphaFunc( int func, float ref ) argument
288 glAlphaFuncx( int func, int ref ) argument
1132 glStencilFunc( int func, int ref, int mask ) argument
H A DGLErrorWrapper.java76 public void glAlphaFunc(int func, float ref) { argument
78 mgl.glAlphaFunc(func, ref);
82 public void glAlphaFuncx(int func, int ref) { argument
84 mgl.glAlphaFuncx(func, ref);
219 public void glDepthFunc(int func) { argument
221 mgl.glDepthFunc(func);
718 public void glStencilFunc(int func, int ref, int mask) { argument
720 mgl.glStencilFunc(func, ref, mask);
/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/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.cpp34 ApplyFunctionType func; member in struct:ApplyFunctionTriple
69 return ApplyFunctions[type].func(pRelocation, pLDInfo, *this);
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp51 void assert_fail(const char *file, int line, const char *func, const char *expr) { argument
53 file, line, func);
58 void assert_eq_fail(const char *file, int line, const char *func, argument
61 file, line, func);
495 void (*func)(); member in struct:FunctionTableEntry
513 (*function_table[i].func)();
/frameworks/native/opengl/tools/glgen/specs/gles11/
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 )
H A DGLES11Ext.spec14 void glAlphaFuncxOES ( GLenum func, GLclampx ref )
/frameworks/base/cmds/installd/
H A Dinstalld.c132 int (*func)(char **arg, char reply[REPLY_MAX]); member in struct:cmdinfo
233 ret = cmds[i].func(arg + 1, reply);
/frameworks/base/core/java/android/content/
H A DContentProvider.java981 * @param func Interface implementing the function that will actually
988 final Bundle opts, final T args, final PipeDataWriter<T> func)
996 func.writeDataToPipe(fds[1], uri, mimeType, opts, args);
987 openPipeHelper(final Uri uri, final String mimeType, final Bundle opts, final T args, final PipeDataWriter<T> func) argument
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp36 ApplyFunctionType func; member in struct:ApplyFunctionTriple
72 return ApplyFunctions[type].func(pRelocation, pLDInfo, *this);
/frameworks/native/cmds/dumpstate/
H A Dutils.c51 void for_each_pid(void (*func)(int, const char *), const char *header) { argument
79 func(pid, cmdline);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DarmVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.S14 .func armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S14 .func omxVCM4P10_DequantTransformResidualFromPairAndAdd
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.S14 .func omxVCM4P10_FilterDeblockingChroma_VerEdge_I
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.S14 .func omxVCM4P10_FilterDeblockingLuma_VerEdge_I
H A DarmVCM4P10_Interpolate_Chroma_s.S26 .func armVCM4P10_Interpolate_Chroma
/frameworks/base/cmds/servicemanager/
H A Dservice_manager.c189 si->death.func = svcinfo_death;
/frameworks/native/opengl/include/GLES/
H A Dgl.h593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
657 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
722 GL_API void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp345 GLMessage_Function func = glmsg->function(); local
346 if (func != GLMessage::glGetActiveAttrib && func != GLMessage::glGetActiveUniform) {
352 if (func == GLMessage::glGetActiveAttrib) {
H A Dgltrace_api.h58 void GLTrace_glDepthFunc(GLenum func);
123 void GLTrace_glStencilFunc(GLenum func, GLint ref, GLuint mask);
124 void GLTrace_glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask);
271 void GLTrace_glAlphaFuncQCOM(GLenum func, GLclampf ref);
293 void GLTrace_glAlphaFunc(GLenum func, GLclampf ref);
322 void GLTrace_glAlphaFuncx(GLenum func, GLclampx ref);
394 void GLTrace_glAlphaFuncxOES(GLenum func, GLclampx ref);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h474 GLAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
475 GLAPI void APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
495 GLAPI void APIENTRY glDepthFunc (GLenum func);
563 GLAPI void APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java93 // C function void glAlphaFunc ( GLenum func, GLclampf ref )
96 int func,
100 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
103 int func,
302 // C function void glDepthFunc ( GLenum func )
305 int func
939 // C function void glStencilFunc ( GLenum func, GLint ref, GLuint mask )
942 int func,
95 glAlphaFunc( int func, float ref ) argument
102 glAlphaFuncx( int func, int ref ) argument
941 glStencilFunc( int func, int ref, int mask ) argument
/frameworks/native/libs/utils/
H A DVectorImpl.cpp155 static int sortProxy(const void* lhs, const void* rhs, void* func) argument
157 return (*(VectorImpl::compar_t)func)(lhs, rhs);

Completed in 7187 milliseconds

1234