Searched refs:subscribeToAllVendorParams (Results 1 – 4 of 4) sorted by relevance
279 status_t subscribeToAllVendorParams(
1417 int32_t subscribeToAllVendorParams; in configure() local1418 if (msg->findInt32("x-*", &subscribeToAllVendorParams) && subscribeToAllVendorParams) { in configure()1419 if (config->subscribeToAllVendorParams(comp, C2_MAY_BLOCK) != OK) { in configure()
2156 status_t CCodecConfig::subscribeToAllVendorParams( in subscribeToAllVendorParams() function in android::CCodecConfig
388 ASSERT_EQ(OK, mConfig.subscribeToAllVendorParams(mConfigurable, C2_MAY_BLOCK)); in TEST_F()