HomeSort by relevance Sort by last modified time
    Searched full:set_device (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/usb/
usb_apitest.cc 60 void set_device(UsbDevice* device) { device_ = device; } function in class:__anon4850::MockUsbDeviceHandle
71 mock_handle->set_device(this);
  /external/grub/stage2/
disk_io.c 931 /* XX used for device completion in 'set_device' and 'print_completions' */
943 set_device (char *device) function
1183 if (! (filename = set_device (filename)))
1200 if ((filename = set_device (filename)) == 0)
1362 if (*buf == '/' || (ptr = set_device (buf)) || incomplete)
    [all...]
builtins.c 816 if (! set_device (drive))
1060 set_device (device);
1367 set_device (device);
    [all...]
shared.h 929 char *set_device (char *device);
  /external/e2fsprogs/ext2ed/
main.c 117 strcpy(buf, "set_device ");
119 set_device(buf);
ext2ed.h 260 extern void set_device (char *command_line);
general_com.c 148 void set_device (char *command_line) function
init.c 81 add_user_command (&general_commands,"setdevice","Selects the filesystem block device (e.g. /dev/hda1)",set_device);
  /hardware/libhardware/include/hardware/
audio.h 201 * Currently unused - set_device() corresponds to set_parameters() with key
206 int (*set_device)(struct audio_stream *stream, audio_devices_t device); member in struct:audio_stream
  /device/samsung/manta/voicefx/
eS305VoiceProcessing.cpp 75 int (* set_device)(adnc_pfx_effect_t *fx, uint32_t device); member in struct:adnc_pfx_ops_s
900 if (effect->ops->set_device) {
901 effect->ops->set_device(effect, *(uint32_t *)pCmdData);
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 81 int (* set_device)(preproc_effect_t *fx, uint32_t device); member in struct:preproc_ops_s
    [all...]
  /external/grub/
ChangeLog 380 * stage2/disk_io.c (set_device): Use CH instead of *DEVICE to
416 (set_device): Likewise.
453 (set_device): Use GRUB_INVALID_DRIVE instead of 0xFF.
687 * stage2/disk_io.c (set_device) [SUPPORT_NETBOOT]: Added support
898 * stage2/disk_io.c (set_device): If '(n' is given, add 'd' into
    [all...]

Completed in 127 milliseconds