/external/libppp/src/ |
atm.h | 30 struct device; 32 extern struct device *atm_Create(struct physical *); 33 extern struct device *atm_iov2device(int, struct physical *,
|
exec.h | 30 struct device; 32 extern struct device *exec_Create(struct physical *); 33 extern struct device *exec_iov2device(int, struct physical *,
|
udp.h | 30 struct device; 32 extern struct device *udp_Create(struct physical *); 33 extern struct device *udp_iov2device(int, struct physical *,
|
ether.h | 30 struct device; 34 extern struct device *ether_Create(struct physical *); 35 extern struct device *ether_iov2device(int, struct physical *, struct iovec *,
|
i4b.h | 30 struct device; 34 extern struct device *i4b_Create(struct physical *); 35 extern struct device *i4b_iov2device(int, struct physical *,
|
netgraph.h | 30 struct device; 34 extern struct device *ng_Create(struct physical *); 35 extern struct device *ng_iov2device(int, struct physical *, struct iovec *,
|
tty.h | 30 struct device; 34 extern struct device *tty_Create(struct physical *); 35 extern struct device *tty_iov2device(int, struct physical *,
|
tcp.h | 31 extern struct device *tcp_Create(struct physical *); 32 extern struct device *tcp_iov2device(int, struct physical *,
|
/bionic/libc/kernel/arch-mips/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/external/kernel-headers/original/asm-mips/ |
device.h | 2 * Arch specific extensions to struct device 6 #include <asm-generic/device.h>
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
device.h | 19 #include <asm-generic/device.h>
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
UnknownFileSystemException.java | 25 * system being used on a block device. 32 private final BlockDevice device; field in class:UnknownFileSystemException 37 * @param device the {@code BlockDevice} whose file system could not 40 public UnknownFileSystemException(BlockDevice device) { 42 this.device = device; 52 return this.device;
|
/device/sample/products/ |
backup_overlay.mk | 22 PRODUCT_PACKAGE_OVERLAYS := device/sample/overlays/backup
|
location_overlay.mk | 22 PRODUCT_PACKAGE_OVERLAYS := device/sample/overlays/location
|
/external/chromium_org/device/bluetooth/ |
bluetooth_service_record.cc | 5 #include "device/bluetooth/bluetooth_service_record.h" 7 namespace device { namespace 15 } // namespace device
|
/external/chromium_org/device/bluetooth/test/ |
mock_bluetooth_profile.cc | 5 #include "device/bluetooth/test/mock_bluetooth_profile.h" 7 namespace device { namespace 15 } // namespace device
|
mock_bluetooth_socket.cc | 5 #include "device/bluetooth/test/mock_bluetooth_socket.h" 7 namespace device { namespace 12 } // namespace device
|
/external/chromium_org/device/nfc/ |
nfc_peer.cc | 5 #include "device/nfc/nfc_peer.h" 7 namespace device { namespace 15 } // namespace device
|
nfc_tag.cc | 5 #include "device/nfc/nfc_tag.h" 7 namespace device { namespace 15 } // namespace device
|
/external/libmtp/examples/ |
format.c | 3 * Example program that formats the device storage. 51 LIBMTP_mtpdevice_t *device; local 57 device = LIBMTP_Get_First_Device(); 58 if (device == NULL) { 63 printf("I will now format your device. This means that\n"); 69 ret = LIBMTP_Format_Storage(device, device->storage); 76 printf("Failed to format device.\n"); 77 LIBMTP_Dump_Errorstack(device); 78 LIBMTP_Clear_Errorstack(device); [all...] |