• Home
  • Raw
  • Download

Lines Matching refs:C2CompIntfTest

47 class C2CompIntfTest : public ::testing::Test {  class
49 C2CompIntfTest() {} in C2CompIntfTest() function in android::C2CompIntfTest
50 ~C2CompIntfTest() override {} in ~C2CompIntfTest()
199 template <typename T> c2_status_t C2CompIntfTest::queryOnStack(T *const p) { in queryOnStack()
205 c2_status_t C2CompIntfTest::queryOnHeap( in queryOnHeap()
214 template <typename T> void C2CompIntfTest::getValue(T *const param) { in getValue()
220 void C2CompIntfTest::queryParamAsExpected(const T &expected) { in queryParamAsExpected()
241 template <typename T> void C2CompIntfTest::querySupportedParam() { in querySupportedParam()
248 template <typename T> void C2CompIntfTest::queryUnsupportedParam() { in queryUnsupportedParam()
263 c2_status_t C2CompIntfTest::config( in config()
278 void C2CompIntfTest::configReadOnlyParam(const T &newParam) { in configReadOnlyParam()
291 void C2CompIntfTest::configWritableParamValidValue(const T &newParam, c2_status_t *configResult) { in configWritableParamValidValue()
314 void C2CompIntfTest::configWritableParamInvalidValue(const T &newParam) { in configWritableParamInvalidValue()
329 void C2CompIntfTest::getTestValues( in getTestValues()
343 void C2CompIntfTest::getTestValues( in getTestValues()
465 void C2CompIntfTest::testReadOnlyParam(const T &preParam, const T &newParam) { in testReadOnlyParam()
472 void C2CompIntfTest::testWritableParam( in testWritableParam()
512 template <typename T> void C2CompIntfTest::testUnsupportedParam() { in testUnsupportedParam()
516 template <typename T> void C2CompIntfTest::testSupportedParam() { in testSupportedParam()
532 void C2CompIntfTest::checkParamPermission( in checkParamPermission()
563 void C2CompIntfTest::outputResults(const std::string &name) { in outputResults()
630 void C2CompIntfTest::testMain(std::shared_ptr<C2ComponentInterface> intf, in testMain()
670 TEST_F(C2CompIntfTest, C2V4L2CodecIntf) { in TEST_F() argument