Searched refs:new_hint (Results 1 – 2 of 2) sorted by relevance
269 struct hint_data *new_hint = in perform_hint_action() local272 if (new_hint) { in perform_hint_action()279 new_hint->hint_id = hint_id; in perform_hint_action()280 new_hint->perflock_handle = lock_handle; in perform_hint_action()282 if (add_list_node(&active_hint_list_head, new_hint) == NULL) { in perform_hint_action()283 free(new_hint); in perform_hint_action()
675 const char* new_hint = new_param.get(CameraParameters::KEY_RECORDING_HINT); in setParameters() local676 if (!StringsEqual(old_hint, new_hint)) { in setParameters()