Searched defs:parent_id (Results 1 - 8 of 8) sorted by relevance

/external/libmtp/examples/
H A Dsendfile.c55 uint32_t parent_id = 0; local
65 parent_id = parse_path (to_path,files,folders);
66 if (parent_id == -1) {
75 genfile->parent_id = parent_id;
H A Dpathutils.c93 uint32_t parent_id = lookup_folder_id(folders,parent,""); local
98 if (file->parent_id == parent_id) {
H A Dsendtr.c192 uint32_t parent_id = 0; local
202 parent_id = parse_path (parent,files,folders);
203 if (parent_id == -1) {
343 trackmeta->parent_id = parent_id;
/external/iproute2/tc/
H A Dtc_class.c32 __u32 parent_id; member in struct:graph_node
162 static void graph_node_add(__u32 parent_id, __u32 id, void *data, argument
168 node->parent_id = parent_id;
176 if (parent_id == TC_H_ROOT)
235 if (cls->id == child->parent_id) {
/external/v8/src/debug/
H A Ddebug-interface.h168 int parent_id) {}
167 PromiseEventOccurred(debug::PromiseDebugActionType type, int id, int parent_id) argument
H A Ddebug.cc1976 int parent_id) {
1985 debug_delegate_->PromiseEventOccurred(type, id, parent_id);
2265 v8::debug::PromiseDebugActionType type, int id, int parent_id) {
1975 OnAsyncTaskEvent(debug::PromiseDebugActionType type, int id, int parent_id) argument
2264 PromiseEventOccurred( v8::debug::PromiseDebugActionType type, int id, int parent_id) argument
/external/libmtp/src/
H A Dlibmtp.c3085 * @param parent_id look for this ID
3090 uint32_t parent_id)
3096 ret = ptp_object_want(params, parent_id, PTPOBJECT_MTPPROPLIST_LOADED, &ob);
4213 new->parent_id = 0;
4254 file->parent_id = ob->oi.ParentObject;
4413 * and/or <code>parent_id</code> field of the returned <code>LIBMTP_file_t</code>
4604 new->parent_id = 0;
4872 * and/or <code>parent_id</code> field of the returned <code>LIBMTP_track_t</code>
4921 * and/or <code>parent_id</code> field of the returned <code>LIBMTP_track_t</code>
4992 track->parent_id
3088 get_suggested_storage_id(LIBMTP_mtpdevice_t *device, uint64_t fitsize, uint32_t parent_id) argument
7368 LIBMTP_Create_Folder(LIBMTP_mtpdevice_t *device, char *name, uint32_t parent_id, uint32_t storage_id) argument
[all...]
/external/e2fsprogs/lib/blkid/
H A Dprobe.h565 __u32 parent_id; member in struct:hfsplus_catalog_key

Completed in 277 milliseconds