Searched refs:subscribeToAllVendorParams (Results 1 – 4 of 4) sorted by relevance
270 status_t subscribeToAllVendorParams(
887 int32_t subscribeToAllVendorParams; in configure() local888 if (msg->findInt32("x-*", &subscribeToAllVendorParams) && subscribeToAllVendorParams) { in configure()889 if (config->subscribeToAllVendorParams(comp, C2_MAY_BLOCK) != OK) { in configure()
1769 status_t CCodecConfig::subscribeToAllVendorParams( in subscribeToAllVendorParams() function in android::CCodecConfig
330 ASSERT_EQ(OK, mConfig.subscribeToAllVendorParams(mConfigurable, C2_MAY_BLOCK)); in TEST_F()