Searched refs:func (Results 1 - 25 of 56) sorted by relevance

123

/frameworks/base/cmds/dumpstate/
H A Ddumpstate.h42 void for_each_pid(void (*func)(int, const char *), const char *header);
/frameworks/base/media/libstagefright/
H A DDataSource.cpp77 void DataSource::RegisterSniffer(SnifferFunc func) { argument
82 if (*it == func) {
87 gSniffers.push_back(func);
/frameworks/base/include/utils/
H A DDebug.h56 debugPrintFunc func = 0, void* cookie = 0);
61 debugPrintFunc func = 0, void* cookie = 0);
H A DTextOutput.h77 TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func);
156 inline TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func) argument
158 return (*func)(to);
/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp32 test_func func; member in struct:Test
90 t->result = t->func();
/frameworks/base/core/jni/
H A Dandroid_bluetooth_common.h109 const char *func,
117 const char *func,
126 const char *func,
135 const char *func,
145 const char *func,
H A Dandroid_bluetooth_common.cpp125 const char *func,
134 msg = dbus_message_new_method_call(BLUEZ_DBUS_BASE_IFC, path, ifc, func);
182 const char *func,
191 path, ifc, func,
209 const char *func,
223 msg = dbus_message_new_method_call(BLUEZ_DBUS_BASE_IFC, path, ifc, func);
255 const char *func,
262 path, ifc, func,
272 const char *func,
279 path, ifc, func,
115 dbus_func_args_async_valist(JNIEnv *env, DBusConnection *conn, int timeout_ms, void (*user_cb)(DBusMessage *, void *, void*), void *user, void *nat, const char *path, const char *ifc, const char *func, int first_arg_type, va_list args) argument
174 dbus_func_args_async(JNIEnv *env, DBusConnection *conn, int timeout_ms, void (*reply)(DBusMessage *, void *, void*), void *user, void *nat, const char *path, const char *ifc, const char *func, int first_arg_type, ...) argument
203 dbus_func_args_timeout_valist(JNIEnv *env, DBusConnection *conn, int timeout_ms, DBusError *err, const char *path, const char *ifc, const char *func, int first_arg_type, va_list args) argument
250 dbus_func_args_timeout(JNIEnv *env, DBusConnection *conn, int timeout_ms, const char *path, const char *ifc, const char *func, int first_arg_type, ...) argument
268 dbus_func_args(JNIEnv *env, DBusConnection *conn, const char *path, const char *ifc, const char *func, int first_arg_type, ...) argument
285 dbus_func_args_error(JNIEnv *env, DBusConnection *conn, DBusError *err, const char *path, const char *ifc, const char *func, int first_arg_type, ...) argument
[all...]
/frameworks/base/include/binder/
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 DBinder.h52 object_cleanup_func func);
H A DIBinder.h142 object_cleanup_func func) = 0;
/frameworks/base/cmds/servicemanager/
H A Dbinder.h50 void (*func)(struct binder_state *bs, void *ptr); member in struct:binder_death
95 void binder_loop(struct binder_state *bs, binder_handler func);
H A Dbinder.c195 uint32_t *ptr, uint32_t size, binder_handler func)
226 if (func) {
234 res = func(bs, txn, &msg, &reply);
259 death->func(bs, death->ptr);
357 void binder_loop(struct binder_state *bs, binder_handler func) argument
382 res = binder_parse(bs, 0, readbuf, bwr.read_consumed, func);
194 binder_parse(struct binder_state *bs, struct binder_io *bio, uint32_t *ptr, uint32_t size, binder_handler func) argument
/frameworks/base/libs/binder/
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
H A DBinder.cpp138 object_cleanup_func func)
153 e->mObjects.attach(objectID, object, cleanupCookie, func);
136 attachObject( const void* objectID, void* object, void* cleanupCookie, object_cleanup_func func) argument
/frameworks/base/graphics/java/android/renderscript/
H A DProgramStore.java117 public void setDepthFunc(DepthFunc func) { argument
118 mDepthFunc = func;
H A DScript.java106 public Invokable addInvokable(String func) { argument
108 i.mName = func;
/frameworks/base/tools/localize/
H A DXLIFFFile.h54 void Filter(bool (*func)(const string&,const TransUnit&,void*), void* cookie);
55 void Map(void (*func)(const string&,TransUnit*,void*), void* cookie);
/frameworks/base/include/media/stagefright/
H A DDataSource.h67 static void RegisterSniffer(SnifferFunc func);
/frameworks/base/libs/rs/
H A DrsProgramFragmentStore.cpp129 void ProgramFragmentStore::setDepthFunc(RsDepthFunc func) argument
133 switch(func) {
273 void rsi_ProgramFragmentStoreDepthFunc(Context *rsc, RsDepthFunc func) argument
275 rsc->mStateFragmentStore.mPFS->setDepthFunc(func);
/frameworks/base/opengl/libagl/
H A Dstate.cpp260 void glStencilFunc(GLenum func, GLint ref, GLuint mask) { argument
262 if (func < GL_NEVER || func > GL_ALWAYS) {
283 void glAlphaFunc(GLenum func, GLclampf ref) argument
285 glAlphaFuncx(func, gglFloatToFixed(ref));
578 void glDepthFunc(GLenum func) { argument
580 c->rasterizer.procs.depthFunc(c, func);
588 void glAlphaFuncx(GLenum func, GLclampx ref) { argument
590 c->rasterizer.procs.alphaFuncx(c, func, ref);
/frameworks/base/libs/utils/
H A DThreads.cpp168 int (*func)(void*);
176 result = (*(pDetails->func))(pDetails->arg);
193 pDetails->func = fn;
269 void androidSetCreateThreadFunc(android_create_thread_fn func) argument
271 gCreateThreadFn = func;
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dufunction.h55 #define STD_BINARY_FUNCTOR(name, rv, func) \
57 { inline rv operator()(const T& a, const T& b) const { return func; } };
58 #define STD_UNARY_FUNCTOR(name, rv, func) \
60 { inline rv operator()(const T& a) const { return func; } };
61 #define STD_CONVERSION_FUNCTOR(name, func) \
63 { inline D operator()(const S& a) const { return func; } };
/frameworks/base/cmds/installd/
H A Dinstalld.c103 int (*func)(char **arg, char reply[REPLY_MAX]); member in struct:cmdinfo
200 ret = cmds[i].func(arg + 1, reply);
/frameworks/base/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 )
/frameworks/base/libs/ui/
H A DEventRecurrence.cpp230 status_t (*func)(const char16_t*,size_t,int*,int,int,bool)=parse_int)
256 err = func(p, (str+i-p), list+commaIndex, rangeMin,
266 err = func(p, (str+i-p), list+commaIndex, rangeMin, rangeMax, zeroOK);

Completed in 400 milliseconds

123