Home
last modified time | relevance | path

Searched refs:new_hint (Results 1 – 2 of 2) sorted by relevance

/device/google/marlin/power/
Dutils.c269 struct hint_data *new_hint = in perform_hint_action() local
272 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()
/device/generic/goldfish/camera/
DEmulatedCamera.cpp675 const char* new_hint = new_param.get(CameraParameters::KEY_RECORDING_HINT); in setParameters() local
676 if (!StringsEqual(old_hint, new_hint)) { in setParameters()