OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:found_node
(Results
1 - 3
of
3
) sorted by null
/external/libweave/src/notification/
xml_node.cc
68
const XmlNode*
found_node
= nullptr;
local
71
found_node
= child.get();
73
found_node
= child->FindChildHelper(rest_of_path, false, children);
76
found_node
= child->FindChildHelper(name_path, true, children);
79
if (
found_node
) {
81
return
found_node
;
82
children->push_back(
found_node
);
/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
);
Completed in 2989 milliseconds