Searched defs:func (Results 1 – 9 of 9) sorted by relevance
/development/ndk/platforms/android-3/include/linux/ |
D | smp.h | 17 #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
|
D | pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
|
D | interrupt.h | 103 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
|
D | workqueue.h | 24 void (*func)(void *); member
|
D | init.h | 101 #define __setup(str, func) argument
|
/development/ndk/platforms/android-L/include/linux/ |
D | pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
|
D | pg.h | 26 char func; member
|
D | wireless.h | 96 #define IW_HANDLER(id, func) [IW_IOCTL_IDX(id)] = func argument
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 85 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()
|