OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:goldfish_switch_add
(Results
1 - 4
of
4
) sorted by null
/external/qemu/hw/
goldfish_device.h
50
void *
goldfish_switch_add
(char *name, uint32_t (*writefn)(void *opaque, uint32_t state), void *writeopaque, int id);
android_arm.c
164
sw =
goldfish_switch_add
("test", NULL, NULL, 0);
166
goldfish_switch_add
("test2", switch_test_write, sw, 1);
android_mips.c
256
sw =
goldfish_switch_add
("test", NULL, NULL, 0);
258
goldfish_switch_add
("test2", switch_test_write, sw, 1);
goldfish_switch.c
145
void *
goldfish_switch_add
(char *name, uint32_t (*writefn)(void *opaque, uint32_t state), void *writeopaque, int id)
function
Completed in 27 milliseconds