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}; member238 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::SET_CALLBACK], 2) << in TEST()240 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::GET_VENDOR_TAGS], 2) << in TEST()242 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::IS_SET_TORCH_MODE_SUPPORTED], 2) << in TEST()244 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::GET_CAMERA_ID_LIST], 2) << in TEST()[all …]