Searched refs:mCalledCounter (Results 1 – 1 of 1) sorted by relevance
120 mCalledCounter[SET_CALLBACK]++; in setCallback()128 mCalledCounter[GET_VENDOR_TAGS]++; in getVendorTags()138 mCalledCounter[IS_SET_TORCH_MODE_SUPPORTED]++; in isSetTorchModeSupported()146 mCalledCounter[GET_CAMERA_ID_LIST]++; in getCameraIdList()173 mCalledCounter[NOTIFY_DEVICE_STATE]++; in notifyDeviceStateChange()206 int mCalledCounter[METHOD_NAME_COUNT] {0}; member346 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::SET_CALLBACK], numProviders) << in TEST()348 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::GET_VENDOR_TAGS], numProviders) << in TEST()350 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::IS_SET_TORCH_MODE_SUPPORTED], in TEST()576 EXPECT_EQ(provider->mCalledCounter[TestICameraProvider::SET_CALLBACK], numProviders) << in TEST()[all …]