HomeSort by relevance Sort by last modified time
    Searched refs:new_hint (Results 1 - 4 of 4) sorted by null

  /device/huawei/angler/power/
utils.c 230 struct hint_data *new_hint = local
233 if (new_hint) {
240 new_hint->hint_id = hint_id;
241 new_hint->perflock_handle = lock_handle;
243 if (add_list_node(&active_hint_list_head, new_hint) == NULL) {
244 free(new_hint);
  /device/lge/bullhead/power/
utils.c 225 struct hint_data *new_hint = local
228 if (new_hint) {
235 new_hint->hint_id = hint_id;
236 new_hint->perflock_handle = lock_handle;
238 if (add_list_node(&active_hint_list_head, new_hint) == NULL) {
239 free(new_hint);
  /device/google/marlin/power/
utils.c 268 struct hint_data *new_hint = local
271 if (new_hint) {
278 new_hint->hint_id = hint_id;
279 new_hint->perflock_handle = lock_handle;
281 if (add_list_node(&active_hint_list_head, new_hint) == NULL) {
282 free(new_hint);
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 673 const char* new_hint = new_param.get(CameraParameters::KEY_RECORDING_HINT); local
674 if (!StringsEqual(old_hint, new_hint)) {
    [all...]

Completed in 647 milliseconds