Home
last modified time | relevance | path

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

/external/v4l-utils/utils/cec-compliance/
Dcec-test.cpp1108 std::map<std::string, __u64> mapTestFuncs; in collectTests() local
1115 if (mapTestFuncs.find(name) != mapTestFuncs.end() && in collectTests()
1116 mapTestFuncs[name] != func) { in collectTests()
1120 mapTestFuncs[name] = func; in collectTests()