HomeSort by relevance Sort by last modified time
    Searched refs:goldfish_switch_add (Results 1 - 3 of 3) 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);
goldfish_switch.c 144 void *goldfish_switch_add(char *name, uint32_t (*writefn)(void *opaque, uint32_t state), void *writeopaque, int id) function

Completed in 40 milliseconds