Searched refs:C2CompIntfTest (Results 1 – 1 of 1) sorted by relevance
47 class C2CompIntfTest : public ::testing::Test { class49 C2CompIntfTest() {} in C2CompIntfTest() function in android::C2CompIntfTest50 ~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()[all …]