Searched refs:dev (Results 26 - 32 of 32) sorted by relevance

12

/development/build/tools/
H A Dwindows_sdk.mk18 ifeq ($(strip $(shell which i586-mingw32msvc-gcc 2>/dev/null)),)
21 ifeq ($(strip $(shell which unix2dos todos 2>/dev/null)),)
H A Dmk_sdk_repo_xml.sh16 echo "DEBUG: " $@ > /dev/stderr
/development/ndk/platforms/android-3/include/linux/
H A Dskbuff.h110 struct net_device *dev; member in struct:sk_buff
H A Dblkdev.h21 #include <linux/backing-dev.h>
H A Dcoda.h243 cdev_t dev; member in struct:coda_open_out
/development/tools/emulator/system/gps/
H A Dgps_qemu.c921 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) argument
929 struct gps_device_t *dev = malloc(sizeof(struct gps_device_t)); local
930 memset(dev, 0, sizeof(*dev));
932 dev->common.tag = HARDWARE_DEVICE_TAG;
933 dev->common.version = 0;
934 dev->common.module = (struct hw_module_t*)module;
935 // dev->common.close = (int (*)(struct hw_device_t*))close_lights;
936 dev->get_gps_interface = gps__get_gps_interface;
938 *device = (struct hw_device_t*)dev;
[all...]
/development/ndk/platforms/android-3/include/linux/mtd/
H A Dmtd.h42 u_int dev; member in struct:erase_info

Completed in 965 milliseconds

12