Searched refs:mIntf (Results 1 – 3 of 3) sorted by relevance
/external/v4l2_codec2/tests/ |
D | C2VDACompIntf_test.cpp | 41 mIntf = std::shared_ptr<C2ComponentInterface>(new SimpleInterface<C2VDAComponent::IntfImpl>( in C2VDACompIntfTest() 69 std::shared_ptr<C2ComponentInterface> mIntf; member in android::C2VDACompIntfTest 90 mIntf->config_vb(params, C2_DONT_BLOCK, &failures); in checkReadOnlyFailureOnConfig() 101 ASSERT_EQ(C2_OK, mIntf->query_vb(stackParams, {}, C2_DONT_BLOCK, nullptr)); in testReadOnlyParamOnStack() 108 ASSERT_EQ(C2_OK, mIntf->query_vb(stackParams, {}, C2_DONT_BLOCK, nullptr)); in testReadOnlyParamOnStack() 118 ASSERT_EQ(C2_OK, mIntf->query_vb({}, {index}, C2_DONT_BLOCK, &heapParams)); in testReadOnlyParamOnHeap() 127 ASSERT_EQ(C2_OK, mIntf->query_vb({}, {index}, C2_DONT_BLOCK, &heapParams)); in testReadOnlyParamOnHeap() 136 ASSERT_EQ(C2_OK, mIntf->config_vb(params, C2_DONT_BLOCK, &failures)); in testWritableParam() 143 ASSERT_EQ(C2_OK, mIntf->query_vb(stackParams, {}, C2_DONT_BLOCK, nullptr)); in testWritableParam() 148 ASSERT_EQ(C2_OK, mIntf->query_vb({}, {newParam->index()}, C2_DONT_BLOCK, &heapParams)); in testWritableParam() [all …]
|
/external/v4l2_codec2/include/ |
D | C2VDAComponent.h | 301 const std::shared_ptr<C2ComponentInterface> mIntf; variable
|
/external/v4l2_codec2/ |
D | C2VDAComponent.cpp | 401 mIntf(std::make_shared<SimpleInterface<IntfImpl>>(name.c_str(), id, mIntfImpl)), in C2VDAComponent() 1500 return mIntf; in intf()
|