Home
last modified time | relevance | path

Searched defs:func (Results 1 – 9 of 9) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
Dsmp.h17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) argument
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_ena… argument
Dpci.h19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
Dinterrupt.h103 void (*func)(unsigned long); member
107 #define DECLARE_TASKLET(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), … argument
109 #define DECLARE_TASKLET_DISABLED(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_… argument
Dworkqueue.h24 void (*func)(void *); member
Dinit.h101 #define __setup(str, func) argument
/development/ndk/platforms/android-L/include/linux/
Dpci.h22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
Dpg.h26 char func; member
Dwireless.h96 #define IW_HANDLER(id, func) [IW_IOCTL_IDX(id)] = func argument
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java85 public void glAlphaFunc(int func, float ref) { in glAlphaFunc()
89 public void glAlphaFuncx(int func, int ref) { in glAlphaFuncx()
184 public void glDepthFunc(int func) { in glDepthFunc()
581 public void glStencilFunc(int func, int ref, int mask) { in glStencilFunc()