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

  /device/huawei/angler/power/
utils.c 268 struct list_node *found_node; local
273 found_node = find_node(&active_hint_list_head,
276 if (found_node) {
279 (struct hint_data *)(found_node->data);
286 if (found_node->data) {
288 free(found_node->data);
291 remove_list_node(&active_hint_list_head, found_node);
  /device/lge/bullhead/power/
utils.c 263 struct list_node *found_node; local
268 found_node = find_node(&active_hint_list_head,
271 if (found_node) {
274 (struct hint_data *)(found_node->data);
281 if (found_node->data) {
283 free(found_node->data);
286 remove_list_node(&active_hint_list_head, found_node);
  /device/google/marlin/power/
utils.c 253 struct list_node *found_node = find_node(&active_hint_list_head, local
255 if (found_node) {
306 struct list_node *found_node; local
311 found_node = find_node(&active_hint_list_head,
314 if (found_node) {
317 (struct hint_data *)(found_node->data);
324 if (found_node->data) {
326 free(found_node->data);
329 remove_list_node(&active_hint_list_head, found_node);
  /external/libxml2/
xmlreader.c     [all...]

Completed in 152 milliseconds