Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/tests/
Dtest_create_utils.h34 typedef int (*test_func_t)(FILE* inputFile, int outputFileFd); typedef
36 int main(int argc, char** argv, test_func_t testFunc);
Dtest_create_utils.cpp70 int main(int argc, char** argv, test_func_t testFunc) { in main()