Home | History | Annotate | Download | only in camera

Lines Matching refs:new_param

3199 status_t CameraHal::doesSetParameterNeedUpdate(const char* new_param, const char* old_param, bool& update) {
3200 if (!new_param || !old_param) {
3205 if ((strcmp(new_param, old_param) != 0)) {