Searched refs:mCalledCounter (Results 1 – 1 of 1) sorted by relevance
118 mCalledCounter[SET_CALLBACK]++; in setCallback()126 mCalledCounter[GET_VENDOR_TAGS]++; in getVendorTags()136 mCalledCounter[IS_SET_TORCH_MODE_SUPPORTED]++; in isSetTorchModeSupported()144 mCalledCounter[GET_CAMERA_ID_LIST]++; in getCameraIdList()171 mCalledCounter[NOTIFY_DEVICE_STATE]++; in notifyDeviceStateChange()185 int mCalledCounter[METHOD_NAME_COUNT] {0}; member325 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::SET_CALLBACK], numProviders) << in TEST()327 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::GET_VENDOR_TAGS], numProviders) << in TEST()329 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::IS_SET_TORCH_MODE_SUPPORTED], in TEST()332 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::GET_CAMERA_ID_LIST], numProviders) << in TEST()[all …]