HomeSort by relevance Sort by last modified time
    Searched full:plugin_clash_func (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/tests/
module-test.c 71 static SimpleFunc plugin_clash_func = NULL; variable
173 plugin_clash_func = f_a;
174 plugin_clash_func ();
177 plugin_clash_func = f_b;
178 plugin_clash_func ();

Completed in 176 milliseconds