Searched refs:child (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/common/libwsbm/src/
H A Dwsbm_mm.c91 struct _WsbmMMNode *child; local
93 child = (struct _WsbmMMNode *)malloc(sizeof(*child));
94 if (!child)
97 child->free = 1;
98 child->size = size;
99 child->start = start;
100 child->mm = mm;
102 WSBMLISTADDTAIL(&child->ml_entry, &mm->ml_entry);
103 WSBMLISTADDTAIL(&child
111 struct _WsbmMMNode *child; local
138 struct _WsbmMMNode *child; local
[all...]
/hardware/interfaces/tests/inheritance/1.0/
H A DIFetcher.hal27 getChild(bool sendRemote) generates (IChild child);
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidTree.cpp44 for (auto &child : mChildren) {
45 child->outputRecursive(os, level + 1);
63 std::shared_ptr<HidTreeNode> HidTreeNode::addChild(std::shared_ptr<HidTreeNode> child) { argument
64 mChildren.push_back(child);
65 return child;
H A DHidTree.h45 // add child to this node
46 std::shared_ptr<HidTreeNode> addChild(std::shared_ptr<HidTreeNode> child);
H A DHidParser.cpp212 for (const auto &child : node->getChildren()) {
213 if (child->getNodeType() == HidTreeNode::TYPE_NORMAL) {
215 digest(digestVector, child, interestedUsage);
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dfuse.h544 uint64_t child; member in struct:fuse_notify_delete_out
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dfuse.h707 uint64_t child; member in struct:fuse_notify_delete_out
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dfuse.h564 uint64_t child; member in struct:fuse_notify_delete_out
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dfuse.h733 uint64_t child; member in struct:fuse_notify_delete_out

Completed in 666 milliseconds