Searched refs:subsystem (Results 1 - 3 of 3) sorted by relevance

/system/core/init/
H A Dueventd_keywords.h7 KEYWORD(subsystem, SECTION, 1)
H A Ddevices.cpp63 const char *subsystem; member in struct:uevent
361 uevent->subsystem = "";
379 uevent->subsystem = msg;
407 uevent->action, uevent->path, uevent->subsystem,
449 if (asprintf(&links[link_num], "/dev/usb/%s%.*s", uevent->subsystem, width, parent) > 0)
647 struct ueventd_subsystem *subsystem = local
648 ueventd_subsystem_find_by_name(uevent->subsystem);
650 if (subsystem) {
653 switch (subsystem->devname_src) {
663 ERROR("%s subsystem'
[all...]
/system/bt/doc/
H A Ddirectory_layout.md4 Each directory should be a self contained subsystem consisting
7 * src/ - All source files for the subsystem.
8 * include/ - All include files for the subsystem.
9 * test/ - All unit tests for the subsystem.

Completed in 105 milliseconds