Searched refs:func (Results 1 - 25 of 97) sorted by last modified time

1234

/frameworks/wilhelm/src/
H A Dassert.c30 void __assert2(const char *file, int line, const char *func, const char *failedexpr) argument
33 failedexpr, file, line, func);
/frameworks/rs/api/
H A Dgen_runtime.cpp774 Function* func = iter->second; local
775 if (!func->writeFiles(headerFile, versionOfTestFiles)) {
1105 Permutation::Permutation(Function* func, Specification* spec, int i1, int i2, int i3, int i4) argument
1106 : mFunction(func),
/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;
H A DrsCppStructs.h105 * @param[in] func Error handler function
107 void setErrorHandler(ErrorHandlerFunc_t func);
120 * @param[in] func Message handler function
122 void setMessageHandler(MessageHandlerFunc_t func);
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMath.cpp33 #define EXPORT_F32_FN_F32(func) \
34 float __attribute__((overloadable)) SC_##func(float v) { \
35 return func(v); \
38 #define EXPORT_F32_FN_F32_F32(func) \
39 float __attribute__((overloadable)) SC_##func(float t, float v) { \
40 return func(t, v); \
H A DrsCpuRuntimeMathFuncs.cpp27 #define IMPORT_F32_FN_F32(func) \
28 extern float SC_##func##f(float v); \
29 float __attribute__((overloadable)) func(float v) {return SC_##func##f(v);}
31 #define IMPORT_F32_FN_F32_F32(func) \
32 extern float SC_##func##f(float t, float v); \
33 float __attribute__((overloadable)) func(float t, float v) {return SC_##func##f(t, v);}
H A DrsCpuScriptGroup.cpp61 ScriptGroupRootFunc_t func; local
62 func = (ScriptGroupRootFunc_t)sl->fnPtrs[ct];
100 func(p, xstart, xend, istep, ostep);
/frameworks/native/cmds/atrace/
H A Datrace.cpp497 char* func = strtok(myFuncs, ","); local
498 while (func) {
499 String8 fancyFunc = String8::format("\n%s\n", func);
501 if (!found || func[0] == '\0') {
503 "to trace.\n", func);
506 func = strtok(NULL, ",");
537 char* func = strtok(myFuncs, ","); local
538 while (func) {
539 ok &= appendStr(k_ftraceFilterPath, func);
540 func
[all...]
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h53 void for_each_pid(for_each_pid_func func, const char *header);
56 void for_each_tid(for_each_tid_func func, const char *header);
59 void for_each_userid(for_each_userid_func func, const char *header);
H A Dutils.c56 void for_each_userid(void (*func)(int), const char *header) { argument
61 func(0);
73 func(userid);
114 for_each_pid_func *func = arg; local
115 func(pid, cmdline);
118 void for_each_pid(for_each_pid_func func, const char *header) { argument
119 __for_each_pid(for_each_pid_helper, header, func);
126 for_each_tid_func *func = arg; local
135 func(pid, pid, cmdline);
164 func(pi
170 for_each_tid(for_each_tid_func func, const char *header) argument
[all...]
/frameworks/native/cmds/installd/
H A Dinstalld.c161 int (*func)(char **arg, char reply[REPLY_MAX]); member in struct:cmdinfo
267 ret = cmds[i].func(arg + 1, reply);
/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
H A Dbinder.h26 void (*func)(struct binder_state *bs, void *ptr); member in struct:binder_death
73 void binder_loop(struct binder_state *bs, binder_handler func);
H A Dservice_manager.c234 si->death.func = (void*) svcinfo_death;
/frameworks/native/include/binder/
H A DBinder.h54 object_cleanup_func func);
H A DBpBinder.h55 object_cleanup_func func);
73 IBinder::object_cleanup_func func);
87 IBinder::object_cleanup_func func; member in struct:android::BpBinder::ObjectManager::entry_t
H A DDebug.h35 debugPrintFunc func = 0, void* cookie = 0);
40 debugPrintFunc func = 0, void* cookie = 0);
H A DIBinder.h135 object_cleanup_func func) = 0;
H A DTextOutput.h80 TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func);
161 inline TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func) argument
163 return (*func)(to);
/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
H A DBpBinder.cpp45 IBinder::object_cleanup_func func)
50 e.func = func;
79 if (e.func != NULL) {
80 e.func(mObjects.keyAt(i), e.object, e.cleanupCookie);
288 object_cleanup_func func)
292 mObjects.attach(objectID, object, cleanupCookie, func);
43 attach( const void* objectID, void* object, void* cleanupCookie, IBinder::object_cleanup_func func) argument
286 attachObject( const void* objectID, void* object, void* cleanupCookie, object_cleanup_func func) argument
/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);
H A Dglext.h667 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
707 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h411 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
476 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
477 GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask);
H A Dgl2ext.h1796 typedef void (GL_APIENTRYP PFNGLALPHAFUNCQCOMPROC) (GLenum func, GLclampf ref);
1798 GL_APICALL void GL_APIENTRY glAlphaFuncQCOM (GLenum func, GLclampf ref);

Completed in 294 milliseconds

1234