Searched refs:mCalledCounter (Results 1 – 1 of 1) sorted by relevance
157 mCalledCounter[SET_CALLBACK]++; in setCallback()180 mCalledCounter[GET_VENDOR_TAGS]++; in getVendorTags()190 mCalledCounter[IS_SET_TORCH_MODE_SUPPORTED]++; in isSetTorchModeSupported()198 mCalledCounter[GET_CAMERA_ID_LIST]++; in getCameraIdList()224 mCalledCounter[NOTIFY_DEVICE_STATE]++; in notifyDeviceStateChange()257 int mCalledCounter[METHOD_NAME_COUNT] {0}; member556 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::SET_CALLBACK], numProviders) << in TEST()558 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::GET_VENDOR_TAGS], numProviders) << in TEST()560 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::IS_SET_TORCH_MODE_SUPPORTED], in TEST()563 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::GET_CAMERA_ID_LIST], numProviders) << in TEST()[all …]