Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 9 of 9) sorted by relevance

/system/media/camera/docs/
Dmetadata_model.py57 def parent(self): member in Node
515 def _construct_inner_namespaces(self, parent, depth=0): argument
549 def _construct_entries(self, parent, depth=0): argument
592 def __init__(self, name, parent, description=""): argument
626 def __init__(self, name, parent, languages=None): argument
655 def __init__(self, name, parent, sections=[]): argument
679 def __init__(self, name, parent, description=None, kinds=[]): argument
773 def __init__(self, name, parent): argument
873 def __init__(self, name, parent): argument
952 …def __init__(self, name, parent, id=None, deprecated=False, optional=False, hidden=False, notes=No… argument
[all …]
/system/core/logd/
DLogBufferElement.cpp106 LogBuffer *parent) { in populateDroppedMessage()
193 uint64_t LogBufferElement::flushTo(SocketClient *reader, LogBuffer *parent) { in flushTo()
/system/core/sdcard/
Dsdcard.c158 struct node *parent; /* containing directory */ member
290 static void add_node_to_parent_locked(struct node *node, struct node *parent) { in add_node_to_parent_locked()
456 static void derive_permissions_locked(struct fuse* fuse, struct node *parent, in derive_permissions_locked()
541 struct node *parent, const char *name, const char* actual_name) in create_node_locked()
660 struct fuse* fuse, struct node* parent, in acquire_or_create_child_locked()
703 struct node* parent, const char* name, const char* actual_name, in fuse_reply_entry()
747 static void fuse_notify_delete(struct fuse* fuse, const __u64 parent, in fuse_notify_delete()
/system/core/include/utils/
DLruCache.h85 Entry* parent; member
/system/core/gatekeeperd/
Dgatekeeperd.cpp273 int32_t parent = um->getCredentialOwnerProfile(uid); in getSecureUserId() local
/system/extras/perfprofd/quipper/
Dperf_parser.cc554 PidTid parent = std::make_pair(event.ppid, event.ptid); in MapForkEvent() local
/system/core/logwrapper/
Dlogwrap.c293 static int parent(const char *tag, int parent_read, pid_t pid, in parent() function
/system/core/init/
Ddevices.cpp414 const char *parent; in get_character_device_symlinks() local
/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp1251 MIPSAssembler::MIPSAssembler(const sp<Assembly>& assembly, ArmToMipsAssembler *parent) in MIPSAssembler()