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

12

/system/core/init/
H A Dkeywords.h40 #define KEYWORD(symbol, flags, nargs, func) K_##symbol,
H A Dinit.c553 ret = cur_command->func(cur_command->nargs, cur_command->args);
/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/adb/
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 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 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 Dsockets.c534 dis->func = remote_socket_disconnect;
H A Dadb.c804 l->disconnect.func = listener_disconnect;
/system/core/sh/
H A Deval.c956 evaltree(cmdentry.u.func, flags & EV_TESTED);
/system/core/libpixelflinger/
H A Dscanline.cpp844 switch (c->state.alpha_test.func) {
862 switch (c->state.depth_test.func) {

Completed in 4142 milliseconds

12