Home
last modified time | relevance | path

Searched refs:outer_foreach_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/rs/driver/
DrsdCore.h30 typedef void (*outer_foreach_t)(const void *, typedef
63 outer_foreach_t mForEachLaunch[32];
DrsdCore.cpp46 static void initForEach(outer_foreach_t* forEachLaunch);
367 static void initForEach(outer_foreach_t* forEachLaunch) { in initForEach()