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.h36 typedef int (*test_func_t)(FILE *inputFile, int outputFileFd); typedef
38 int main(int argc, char **argv, test_func_t testFunc);
Dtest_create_utils.cpp75 int main(int argc, char **argv, test_func_t testFunc) in main()