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

/hardware/google/av/codec2/tests/
H A DC2ComponentInterface_test.cpp97 const std::vector<std::shared_ptr<C2ParamDescriptor>> &supportedParams);
534 const std::vector<std::shared_ptr<C2ParamDescriptor>> &supportedParams) {
537 if (!isSupportedParam(*param, supportedParams)) {
620 checkParamPermission<TParam_>(&result, supportedParams); \
634 std::vector<std::shared_ptr<C2ParamDescriptor>> supportedParams; local
635 ASSERT_EQ(C2_OK, mIntf->querySupportedParams_nb(&supportedParams));
532 checkParamPermission( int *const result, const std::vector<std::shared_ptr<C2ParamDescriptor>> &supportedParams) argument

Completed in 25 milliseconds