Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/tests/
H A DC2Param_test.cpp1248 static_assert(canCallSetPort(binp3), "should be able to"); in TEST_F()
1249 static_assert(canCallSetPort(binp1), "should be able to"); in TEST_F()
1250 static_assert(!canCallSetPort(inp1), "should not be able to (const)"); in TEST_F()
1252 static_assert(!canCallSetPort(binp2), "should not be able to (type)"); in TEST_F()
1474 static_assert(canCallSetPort(bins3), "should be able to"); in TEST_F()
1475 static_assert(canCallSetPort(bins1), "should be able to"); in TEST_F()
1476 static_assert(!canCallSetPort(ins1), "should not be able to (const)"); in TEST_F()
1839 static_assert(canCallSetPort(*binp3), "should be able to"); in TEST_F()
1840 static_assert(canCallSetPort(*binp1), "should be able to"); in TEST_F()
2064 static_assert(canCallSetPort(*bins3), "should be able to"); in TEST_F()
[all …]