Searched refs:func (Results 1 - 25 of 37) sorted by path

12

/system/core/adb/
H A Dadb.c804 l->disconnect.func = listener_disconnect;
H A Dadb.h146 void (*func)(void* opaque, atransport* t); member in struct:adisconnect
284 /* initialize a transport object's func pointers and state */
H A Dfdevent.c514 fde->func(fde->fd, events, fde->arg);
575 fdevent *fdevent_create(int fd, fd_func func, void *arg) argument
579 fdevent_install(fde, fd, func, arg);
593 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg) argument
599 fde->func = func;
H A Dfdevent.h39 fdevent *fdevent_create(int fd, fd_func func, void *arg);
48 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg);
78 fd_func func; member in struct:fdevent
H A Dfile_sync_client.c77 int sync_ls(int fd, const char *path, sync_ls_cb func, void *cookie) argument
105 func(ltohl(msg.dent.mode),
H A Dservices.c42 void (*func)(int fd, void *cookie); member in struct:stinfo
51 sti->func(sti->fd, sti->cookie);
230 static int create_service_thread(void (*func)(int, void *), void *cookie) argument
243 sti->func = func;
387 sti->func = subproc_waiter_service;
H A Dsockets.c534 dis->func = remote_socket_disconnect;
H A Dsysdeps.h70 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg) argument
72 thread->tid = _beginthread( (win_thread_func_t)func, 0, arg );
186 fdevent *fdevent_create(int fd, fd_func func, void *arg);
188 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg);
205 fd_func func; member in struct:fdevent
H A Dsysdeps_win32.c1829 fdevent *fdevent_create(int fd, fd_func func, void *arg) argument
1833 fdevent_install(fde, fd, func, arg);
1847 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg) argument
1852 fde->func = func;
1931 fde->func(fde->fd, events, fde->arg);
H A Dtransport.c91 dis->func( dis->opaque, t );
98 dump_packet(const char* name, const char* func, apacket* p) argument
131 name, func, cmd, arg0, arg1, len);
H A Dtransport_local.c302 void* (*func)(void *);
305 func = client_socket_thread;
308 func = server_socket_thread;
316 func = qemu_socket_thread;
319 func = server_socket_thread;
326 if(adb_thread_create(&thr, func, (void *)port)) {
/system/core/fastboot/
H A Dengine.c96 int (*func)(Action *a, int status, char *resp); member in struct:Action
217 a->func = cb_default;
519 a->func = invert ? cb_reject : cb_require;
539 a->func = cb_display;
558 a->func = cb_save;
570 a->func = cb_do_nothing;
615 status = a->func(a, status, status ? fb_get_error() : "");
619 status = a->func(a, status, status ? fb_get_error() : "");
623 status = a->func(a, status, status ? fb_get_error() : resp);
629 status = a->func(
[all...]
/system/core/include/pixelflinger/
H A Dpixelflinger.h285 // alpha func
286 void (*alphaFuncx)(void* c, GGLenum func, GGLclampx ref);
288 // depth func
289 void (*depthFunc)(void* c, GGLenum func);
/system/core/include/private/pixelflinger/
H A Dggl_context.h316 uint16_t func; member in struct:android::alpha_test_state_t
321 uint16_t func; member in struct:android::depth_test_state_t
/system/core/init/
H A Dinit.c553 ret = cur_command->func(cur_command->nargs, cur_command->args);
H A Dinit.h31 int (*func)(int nargs, char **args); member in struct:command
125 void service_for_each(void (*func)(struct service *svc));
127 void (*func)(struct service *svc));
129 void (*func)(struct service *svc));
H A Dinit_parser.c60 #define KEYWORD(symbol, flags, nargs, func) \
61 [ K_##symbol ] = { #symbol, func, nargs + 1, flags, },
65 int (*func)(int nargs, char **args); member in struct:__anon370
76 #define kw_func(kw) (keyword_info[kw].func)
464 void service_for_each(void (*func)(struct service *svc))
470 func(svc);
475 void (*func)(struct service *svc))
482 func(svc);
488 void (*func)(struct service *svc))
495 func(sv
[all...]
H A Dinit_parser.h27 void (*func)(struct action *act));
31 void queue_builtin_action(int (*func)(int nargs, char **args), char *name);
H A Dkeywords.h40 #define KEYWORD(symbol, flags, nargs, func) K_##symbol,
H A Dparser.c40 RAW(" %p", cmd->func);
H A Dsignal_handler.c113 cmd->func(cmd->nargs, cmd->args);
/system/core/libnl_2/
H A Dhandlers.c58 nl_recvmsg_msg_cb_t func, void *arg)
60 cb->cb_set[type] = func;
69 nl_recvmsg_err_cb_t func, void *arg)
71 cb->cb_err = func;
57 nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, \ nl_recvmsg_msg_cb_t func, void *arg) argument
68 nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, \ nl_recvmsg_err_cb_t func, void *arg) argument
/system/core/libpixelflinger/codeflinger/
H A Dmips_disassem.c211 if ( (i.RType.func == OP_ADDU && i.RType.rt == 0) ||
212 (i.RType.func == OP_OR && i.RType.rt == 0) ) {
219 if (i.RType.func == OP_SRL && (i.RType.rs & 1) == 1) {
224 if (i.RType.func == OP_SRLV && (i.RType.shamt & 1) == 1) {
231 db_printf("%s", spec_name[i.RType.func]);
232 switch (i.RType.func) {
307 if (i.RType.func == OP_MUL)
309 spec2_name[i.RType.func & 0x3f],
315 spec2_name[i.RType.func & 0x3f],
322 if (i.RType.func
[all...]
H A Dmips_opcode.h64 unsigned func: 6; member in struct:__anon425::__anon428
73 unsigned func: 6; member in struct:__anon425::__anon429
101 unsigned func: 6; member in struct:__anon425::__anon432
111 unsigned func: 6; member in struct:__anon425::__anon433
193 * Values for the 'func' field when 'op' == OP_SPECIAL.
256 * Values for the 'func' field when 'op' == OP_SPECIAL2.
263 * Values for the 'func' field when 'op' == OP_SPECIAL3.
270 * Values for the 'shamt' field when OP_SPECIAL3 && func OP_BSHFL.
277 * Values for the 'func' field when 'op' == OP_BCOND.
/system/core/libpixelflinger/
H A Dpicker.cpp115 p |= GGL_BUILD_NEEDS(c->state.alpha_test.func, P_ALPHA_TEST);
121 p |= GGL_BUILD_NEEDS(c->state.depth_test.func, P_DEPTH_TEST);

Completed in 80 milliseconds

12