Esempio n. 1
0
static void hid_function_cleanup(struct android_usb_function *f)
{
	ghid_cleanup();
}
Esempio n. 2
0
    ~Controller()
    {
		ghid_removeCallback(callback_s, this);
		ghid_cleanup();
    }