HomeSort by relevance Sort by last modified time
    Searched full:subsystem (Results 26 - 50 of 1344) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/device/hid/
input_service_linux.cc 63 std::string GetParentDeviceName(udev_device* device, const char* subsystem) {
65 udev_device_get_parent_with_subsystem_devtype(device, subsystem, NULL);
114 const char* subsystem = udev_device_get_subsystem(device); local
115 if (!subsystem)
117 if (strcmp(subsystem, kSubsystemHid) == 0) {
118 info.subsystem = InputServiceLinux::InputDeviceInfo::SUBSYSTEM_HID;
120 } else if (strcmp(subsystem, kSubsystemInput) == 0) {
121 info.subsystem = InputServiceLinux::InputDeviceInfo::SUBSYSTEM_INPUT;
153 : subsystem(SUBSYSTEM_UNKNOWN),
input_service_linux.h 28 enum Subsystem { SUBSYSTEM_HID, SUBSYSTEM_INPUT, SUBSYSTEM_UNKNOWN };
35 Subsystem subsystem; member in struct:device::InputServiceLinux::InputDeviceInfo
  /external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
Callstacker.vcxproj 55 <SubSystem>Console</SubSystem>
70 <SubSystem>Console</SubSystem>
  /external/sepolicy/
radio.te 1 # phone subsystem
  /external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
Callstacker.vcxproj 55 <SubSystem>Console</SubSystem>
70 <SubSystem>Console</SubSystem>
  /external/chromium_org/third_party/opus/src/win32/VS2010/
opus_demo.vcxproj 92 <SubSystem>Console</SubSystem>
108 <SubSystem>Console</SubSystem>
127 <SubSystem>Console</SubSystem>
147 <SubSystem>Console</SubSystem>
test_opus_api.vcxproj 95 <SubSystem>Console</SubSystem>
111 <SubSystem>Console</SubSystem>
129 <SubSystem>Console</SubSystem>
148 <SubSystem>Console</SubSystem>
test_opus_decode.vcxproj 96 <SubSystem>Console</SubSystem>
113 <SubSystem>Console</SubSystem>
132 <SubSystem>Console</SubSystem>
152 <SubSystem>Console</SubSystem>
test_opus_encode.vcxproj 96 <SubSystem>Console</SubSystem>
113 <SubSystem>Console</SubSystem>
132 <SubSystem>Console</SubSystem>
152 <SubSystem>Console</SubSystem>
  /external/libopus/win32/VS2010/
opus_demo.vcxproj 92 <SubSystem>Console</SubSystem>
108 <SubSystem>Console</SubSystem>
127 <SubSystem>Console</SubSystem>
147 <SubSystem>Console</SubSystem>
test_opus_api.vcxproj 95 <SubSystem>Console</SubSystem>
111 <SubSystem>Console</SubSystem>
129 <SubSystem>Console</SubSystem>
148 <SubSystem>Console</SubSystem>
test_opus_decode.vcxproj 96 <SubSystem>Console</SubSystem>
113 <SubSystem>Console</SubSystem>
132 <SubSystem>Console</SubSystem>
152 <SubSystem>Console</SubSystem>
test_opus_encode.vcxproj 96 <SubSystem>Console</SubSystem>
113 <SubSystem>Console</SubSystem>
132 <SubSystem>Console</SubSystem>
152 <SubSystem>Console</SubSystem>
  /external/libpng/projects/vstudio/zlib/
zlib.vcxproj 100 <SubSystem>Windows</SubSystem>
116 <SubSystem>Windows</SubSystem>
136 <SubSystem>Windows</SubSystem>
158 <SubSystem>Windows</SubSystem>
  /external/qemu/distrib/sdl-1.2.15/VisualCE/testtimer/
testtimer.vcproj 69 AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE"
76 SubSystem="0"
149 AdditionalOptions=" /subsystem:windowsce,5.01"
155 SubSystem="0"
228 AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE"
235 SubSystem="0"
309 AdditionalOptions=" /subsystem:windowsce,5.01"
315 SubSystem="0"
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_WasInit.3 11 \fBSDL_WasInit\fP allows you to see which SDL subsytems have been \fIinitialized\fR\&. \fBflags\fR is a bitwise OR\&'d combination of the subsystems you wish to check (see \fI\fBSDL_Init\fP\fR for a list of subsystem flags)\&.
35 /* Just check for one specfic subsystem */
  /external/qemu/distrib/sdl-1.2.15/src/timer/
SDL_systimer.h 30 /* Initialize the system dependent timer subsystem */
33 /* Quit the system dependent timer subsystem */
  /external/chromium_org/chrome/test/base/
testing_profile_manager.h 49 // register the TestingProfile with the profile subsystem as well. The
50 // subsystem owns the Profile and returns a weak pointer.
66 // register the TestingProfile with the profile subsystem as well.
67 // The subsystem owns the Profile and returns a weak pointer.
70 // Deletes a TestingProfile from the profile subsystem.
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/
SDL_cdrom.c 64 /* Check to see if the CD-ROM subsystem has been initialized */
78 SDL_SetError("CD-ROM subsystem not initialized");
139 /* Check if the CD-ROM subsystem has been initialized */
180 /* Check if the CD-ROM subsystem has been initialized */
244 /* Check if the CD-ROM subsystem has been initialized */
257 /* Check if the CD-ROM subsystem has been initialized */
279 /* Check if the CD-ROM subsystem has been initialized */
300 /* Check if the CD-ROM subsystem has been initialized */
319 /* Check if the CD-ROM subsystem has been initialized */
328 /* Check if the CD-ROM subsystem has been initialized *
    [all...]
  /external/e2fsprogs/lib/ss/
execute_cmd.c 77 * ss-internal index for subsystem control info structure
117 * Fills in the argc, argv values in the subsystem entry and
121 * ss-internal index for subsystem control info structure
152 * Executes a parsed command list within the subsystem.
155 * ss-internal index for subsystem control info structure
184 * Parses and executes a command line within a subsystem.
187 * ss-internal index for subsystem control info structure
  /external/chromium_org/content/browser/
udev_linux.h 58 // subsystem and devtype parameter for
62 : subsystem(subsystem_in),
65 const char* subsystem; member in struct:content::UdevLinux::UdevMonitorFilter
  /external/zlib/src/contrib/vstudio/vc10/
minizip.vcxproj 142 <SubSystem>Console</SubSystem>
171 <SubSystem>Console</SubSystem>
203 <SubSystem>Console</SubSystem>
230 <SubSystem>Console</SubSystem>
259 <SubSystem>Console</SubSystem>
    [all...]
  /system/core/init/
devices.c 65 const char *subsystem; member in struct:uevent
392 uevent->subsystem = "";
408 } else if(!strncmp(msg, "SUBSYSTEM=", 10)) {
410 uevent->subsystem = msg;
437 uevent->action, uevent->path, uevent->subsystem,
478 if (asprintf(&links[link_num], "/dev/usb/%s%.*s", uevent->subsystem, width, parent) > 0)
686 struct ueventd_subsystem *subsystem = local
687 ueventd_subsystem_find_by_name(uevent->subsystem);
689 if (subsystem) {
692 switch (subsystem->devname_src)
    [all...]
  /device/lge/hammerhead/dumpstate/
dumpstate.c 23 run_command("SUBSYSTEM TOMBSTONES", 5, SU_PATH, "root", "ls", "-l", "/data/tombstones/ramdump", NULL);
  /docs/source.android.com/src/devices/tech/input/
index.jd 19 <p>The Android input subsystem supports many different device classes,

Completed in 1002 milliseconds

12 3 4 5 6 7 8 91011>>