Home | History | Annotate | Download | only in camera

Lines Matching refs:new_param

4319 status_t CameraHal::doesSetParameterNeedUpdate(const char* new_param, const char* old_param, bool& update) {
4320 if (!new_param || !old_param) {
4325 if ((strcmp(new_param, old_param) != 0)) {