HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 1 - 25 of 2099) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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>
  /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/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...]
  /hardware/msm7k/libaudio-qdsp5v2/
AudioPolicyManager.cpp 26 // Max volume for streams when playing over bluetooth SCO device while in call: -18dB
54 uint32_t device = 0; local
57 device = mDeviceForStrategy[strategy];
58 ALOGV("getDeviceForStrategy() from cache strategy %d, device %x", strategy, device);
59 return device;
66 device = getDeviceForStrategy(STRATEGY_MEDIA, false);
78 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT;
79 if (device) break;
82 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_HEADSET
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothA2dp.aidl 28 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
32 int getConnectionState(in BluetoothDevice device);
33 boolean setPriority(in BluetoothDevice device, int priority);
34 int getPriority(in BluetoothDevice device);
35 boolean isA2dpPlaying(in BluetoothDevice device);
  /bionic/libc/kernel/common/linux/
clk.h 21 struct device;
24 struct clk *clk_get(struct device *dev, const char *id);
  /build/target/board/generic_armv5/
device.mk 17 include build/target/board/generic/device.mk
  /development/ndk/platforms/android-3/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /external/libpcap/
pcap-septel.h 6 * card code at the same time as another type of device.
14 pcap_t *septel_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfile.java 38 boolean connect(BluetoothDevice device);
40 boolean disconnect(BluetoothDevice device);
42 int getConnectionStatus(BluetoothDevice device);
44 boolean isPreferred(BluetoothDevice device);
46 int getPreferred(BluetoothDevice device);
48 void setPreferred(BluetoothDevice device, boolean preferred);
52 /** Display order for device profile settings. */
57 * @param device the Bluetooth device (to distinguish between PAN roles)
59 int getNameResource(BluetoothDevice device);
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);

Completed in 1032 milliseconds

1 2 3 4 5 6 7 8 91011>>