Searched refs:canCallSetPort (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp751 #define canCallSetPort(x) decltype(_canCallSetPort<std::remove_reference<decltype(x)>::type>(0))::value macro
981 static_assert(canCallSetPort(binp3), "should be able to");
982 static_assert(canCallSetPort(binp1), "should be able to");
983 static_assert(!canCallSetPort(inp1), "should not be able to (const)");
984 static_assert(!canCallSetPort(inp2), "should not be able to (const & type)");
985 static_assert(!canCallSetPort(binp2), "should not be able to (type)");
1184 static_assert(canCallSetPort(bins3), "should be able to");
1185 static_assert(canCallSetPort(bins1), "should be able to");
1186 static_assert(!canCallSetPort(ins1), "should not be able to (const)");
1187 static_assert(!canCallSetPort(ins
[all...]

Completed in 23 milliseconds