Searched refs:mCalledCounter (Results 1 – 1 of 1) sorted by relevance
105 mCalledCounter[SET_CALLBACK]++; in setCallback()113 mCalledCounter[GET_VENDOR_TAGS]++; in getVendorTags()123 mCalledCounter[IS_SET_TORCH_MODE_SUPPORTED]++; in isSetTorchModeSupported()131 mCalledCounter[GET_CAMERA_ID_LIST]++; in getCameraIdList()158 mCalledCounter[NOTIFY_DEVICE_STATE]++; in notifyDeviceStateChange()172 int mCalledCounter[METHOD_NAME_COUNT] {0}; member245 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::SET_CALLBACK], numProviders) << in TEST()247 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::GET_VENDOR_TAGS], numProviders) << in TEST()249 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::IS_SET_TORCH_MODE_SUPPORTED], in TEST()252 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::GET_CAMERA_ID_LIST], numProviders) << in TEST()[all …]