/external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
SDL_vglvideo.c | 106 static void VGL_DeleteDevice(SDL_VideoDevice *device) 108 SDL_free(device->hidden); 109 SDL_free(device); 114 SDL_VideoDevice *device; local 117 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); 118 if ( device ) { 119 SDL_memset(device, 0, (sizeof *device)); 120 device->hidden = (struct SDL_PrivateVideoData *) 121 SDL_malloc((sizeof *device->hidden)) [all...] |
/bionic/libc/kernel/arch-sh/asm/ |
device.h | 12 #include <asm-generic/device.h>
|
/bionic/libc/kernel/common/linux/ |
transport_class.h | 15 #include <linux/device.h> 22 int (*setup)(struct transport_container *, struct device *, 24 int (*configure)(struct transport_container *, struct device *, 26 int (*remove)(struct transport_container *, struct device *,
|
/bootable/diskinstaller/ |
installer_img_layout.conf | 0 device {
|
/development/cmds/monkey/ |
monkey | 1 # Script to start "monkey" on the device, which has a very rudimentary
|
/development/ndk/platforms/android-3/include/linux/ |
transport_class.h | 15 #include <linux/device.h> 22 int (*setup)(struct transport_container *, struct device *, 24 int (*configure)(struct transport_container *, struct device *, 26 int (*remove)(struct transport_container *, struct device *,
|
/device/htc/common/ |
common.mk | 20 # Sets an HTC-specific device-agnostic overlay 21 DEVICE_PACKAGE_OVERLAYS := device/htc/common/overlay 23 # Sets copy files for all HTC-specific device 24 PRODUCT_COPY_FILES += device/htc/common/ecclist_for_mcc.conf:system/etc/ecclist_for_mcc.conf
|
/device/htc/passion/ |
full_passion.mk | 18 # device-specific aspects (drivers) with a device-agnostic 25 #$(call inherit-product, device/sample/products/backup_overlay.mk) 26 $(call inherit-product, device/htc/passion/passion_us.mk)
|
/device/samsung/crespo/ |
recovery.fstab | 1 # mount point fstype device
|
/device/samsung/crespo4g/ |
recovery.fstab | 1 # mount point fstype device
|
/external/bluetooth/bluez/serial/ |
serial.conf | 9 # Address for device node
|
/external/bluetooth/bluez/src/ |
hcid.conf | 28 device { 29 # Local device name 30 # %d - device id 34 # Local device class
|
/external/bluetooth/bluez/test/ |
test-network | 14 make_option("-i", "--device", action="store", 40 device = adapter.FindDevice(address) variable 42 network = dbus.Interface(bus.get_object("org.bluez", device), 47 print "Connected %s to %s" % (device, address)
|
/external/bluetooth/bluez/tools/ |
hid2hci.8 | 39 Sets the mode to switch the device into 42 Specifies the 4 digit vendor ID assigned to the device being switched 45 Specifies the 4 digit product ID assigned to the device being switched 48 Which vendor method to use for switching the device.
|
/external/e2fsprogs/lib/blkid/ |
blkid.pc.in | 7 Description: Block device id library
|
/external/e2fsprogs/lib/ext2fs/ |
finddev.c | 2 * finddev.c -- this routine attempts to find a particular device in 77 static int scan_dir(char *dirname, dev_t device, struct dir_list **list, 102 if (S_ISBLK(st.st_mode) && st.st_rdev == device) { 121 * This function finds the pathname to a block device with a given 122 * device number. It returns a pointer to allocated memory to the 125 char *ext2fs_find_block_device(dev_t device) 144 scan_dir(current->name, device, &new_list, &ret_path); 169 dev_t device; local 178 device = strtoul(argv[1], &tmp, 0); 180 fprintf(stderr, errmsg, "device number", argv[1]) [all...] |
/external/e2fsprogs/misc/ |
blkid.8.in | 10 blkid \- command\-line utility to locate/print block device attributes 37 .I device ... 45 a block device holds, and also attributes (tokens, NAME=value pairs) 49 has two main forms of operation: either searching for a device with a 70 Look up one device that matches the search parameter specified using 74 parameter, then the device with the highest priority is returned, and/or 75 the first device found at a given priority. Device types in order of 76 decreasing priority are Device Mapper, EVMS, LVM, MD, and finally regular 93 .I device [all...] |
/external/iptables/extensions/ |
libip6t_mac.man | 4 Note that this only makes sense for packets coming from an Ethernet device
|
libipt_mac.man | 4 Note that this only makes sense for packets coming from an Ethernet device
|
/external/qemu/ |
android-rebuild.sh | 6 # assume that the device tree is in TOP
|
/external/srec/config/en.us/ |
adb_pull_system_usr_srec_change_sample_rate2.sh | 1 # Run this from Ubuntu to copy files from device
|
adb_pull_system_usr_srec_set_get_param.sh | 1 # Run this from Ubuntu to copy files from device
|
run-change-sample-rate2.sh | 3 # mv is not supported on Android device
|
run-set-get-param.sh | 3 # mv is not supported on Android device
|
/frameworks/base/cmds/am/ |
am | 1 # Script to start "am" on the device, which has a very rudimentary
|