Searched refs:EFFECT_NONE (Results 1 – 6 of 6) sorted by relevance
564 static const char EFFECT_NONE[]; variable
31 EFFECT_NONE = 0, enumerator
118 const char CameraParameters::EFFECT_NONE[] = "none"; member in android::hardware::camera::common::V1_0::helper::CameraParameters
1486 (effect_type <= EFFECT_NONE) || (effect_type >= EFFECT_COUNT)) { in platform_get_effect_config_data()1606 (effect_type <= EFFECT_NONE) || (effect_type >= EFFECT_COUNT)) {
2232 (effect_type <= EFFECT_NONE) || (effect_type >= EFFECT_COUNT)) { in platform_get_effect_config_data()2260 (effect_type <= EFFECT_NONE) || (effect_type >= EFFECT_COUNT)) { in platform_set_effect_config_data()
2667 (strcmp(CameraParameters::EFFECT_NONE, effect) == 0)); in TEST_P()