/external/grub/lib/ |
device.h | 0 /* device.h - Define macros and declare prototypes for device.c */ 37 extern int check_device (const char *device);
|
/external/kernel-headers/original/linux/ |
platform_device.h | 14 #include <linux/device.h> 19 struct device dev; 30 extern struct device platform_bus;
|
/external/qemu/android/ |
globals.h | 18 /* this structure is setup when loading the virtual device 24 /* a pointer to the android virtual device information 30 /* the hardware configuration for this specific virtual device */
|
/external/quake/quake/src/QW/client/ |
snd_android.c | 13 Try to find a sound device to mix for. 41 Send sound to device if buffer isn't really the dma buffer 52 Reset the sound device for exiting
|
/external/srec/audio/test/AudioInRecord/src/ |
AudioInRecord.c | 61 printf("Opening the AudioIn device: "); 66 printf("ERROR: Unable to open audio device\n\n"); 70 printf("Starting the AudioIn device: "); 75 printf("ERROR: Unable to start audio device\n\n"); 76 printf("Closing the AudioIn device: "); 81 printf("ERROR: Unable to close audio device\n\n"); 102 printf("Stopping the AudioIn device: "); 107 printf("ERROR: Unable to stop audio device\n\n"); 108 printf("Closing the AudioIn device: "); 113 printf("ERROR: Unable to close audio device\n\n") [all...] |
/external/webkit/Source/WebKit/android/wds/client/ |
AdbConnection.cpp | 30 #include "Device.h" 177 // Clear the current device list 185 // Try to send the device list request 187 LOGE("Failed to get device list from adb"); 195 log_errno("Failure to read payload size of device list"); 210 log_errno("Failure reading the device list"); 223 Device::DeviceType t = Device::DEVICE; 226 t = Device::EMULATOR [all...] |
/frameworks/base/core/tests/hosttests/src/android/net/ |
DownloadManagerHostTests.java | 31 * Host-based tests of the DownloadManager API. (Uses a device-based app to actually invoke the 49 // must be accessible by the device during a test run. Correspondingly, 96 * Spawns a device-based function to initiate a download on the device, reboots the device, 118 * Spawns a device-based function to initiate a download on the device, reboots the device three 151 * Spawns a device-based function to test download while WiFi is enabled/disabled multiple times 167 * Spawns a device-based function to test switching on/off both airplane mode and WiF [all...] |
/frameworks/base/libs/rs/ |
rsDevice.h | 28 class Device { 30 Device(); 31 ~Device();
|
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
DeviceDisconnectedReceiver.java | 45 UsbDevice device = (UsbDevice)intent.getParcelableExtra(UsbManager.EXTRA_DEVICE); local 46 String deviceName = device.getDeviceName(); 49 // close our activity if the device it is displaying is disconnected
|
/frameworks/base/services/jni/ |
com_android_server_UsbHostManager.cpp | 58 struct usb_device *device = usb_device_open(devname); local 59 if (!device) { 68 const usb_device_descriptor* deviceDesc = usb_device_get_device_descriptor(device); 70 uint16_t vendorId = usb_device_get_vendor_id(device); 71 uint16_t productId = usb_device_get_product_id(device); 76 usb_descriptor_iter_init(device, &iter); 99 usb_device_close(device); 101 // handle generic device notification 148 struct usb_device* device = usb_device_open(deviceNameStr); local 151 if (!device) [all...] |
/packages/apps/Settings/assets/html/en_us/ |
tethering_wifi_help.html | 21 <span class="style1">You can turn your Android device into a portable Wi-Fi hotspot, to share your Android device's Internet connection with one or more computers or other devices</span> 23 <li>When your device is serving as a Wi-Fi hotspot, you can't use your phone's applications to access the Internet via its Wi-Fi connection (but of course you remain connected to the Internet via your mobile data network)</li><br>
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
mca.h | 15 #include <linux/device.h> 42 struct device dev; 62 struct device dev;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
mca.h | 15 #include <linux/device.h> 42 struct device dev; 62 struct device dev;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
mca.h | 15 #include <linux/device.h> 42 struct device dev; 62 struct device dev;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
mca.h | 15 #include <linux/device.h> 42 struct device dev; 62 struct device dev;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
mca.h | 15 #include <linux/device.h> 42 struct device dev; 62 struct device dev;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
mca.h | 15 #include <linux/device.h> 42 struct device dev; 62 struct device dev;
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
mca.h | 15 #include <linux/device.h> 42 struct device dev; 62 struct device dev;
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
mca.h | 15 #include <linux/device.h> 42 struct device dev; 62 struct device dev;
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
mca.h | 15 #include <linux/device.h> 42 struct device dev; 62 struct device dev;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
IAndroidLaunchAction.java | 30 * @param device the Android device to perform action on 34 boolean doLaunchAction(DelayedLaunchInfo info, IDevice device);
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/actions/ |
Action.java | 42 * @param device the device to execute the action on. 44 void execute(IChimpDevice device) throws Exception;
|
TypeAction.java | 21 * Action to type in a string on the device. 43 public void execute(IChimpDevice device) { 44 device.type(whatToType);
|
/external/libnfc-nxp/inc/ |
phNfcTypes.h | 148 Unknown device type. */ 150 Serial device type. */ 152 USB device type. */ 154 I2C device type. */ 156 SPI device type. */ 158 Parallel device type. */ 311 * device. 334 * \brief Information related to the NFC Device 336 * The <em> Device Information Structure </em> holds information 339 * HCI verison supported and vendor name. Refer to the NFC Device [all...] |
/frameworks/base/docs/html/guide/developing/building/ |
building-eclipse.jd | 13 <li><a href="#RunningOnDeviceEclipse">Running on a Device</a></li> 26 Eclipse invokes ADB and installs your application to a device or emulator, so you do not have to 34 <p>This document shows you how to run your application on an emulator or a real device 54 <li>Install and start the application on an emulator (or device), based on the Deployment 58 device target. For information on how automatic target mode selects a deployment target, see 65 application with the normal Run option, Eclipse installs the application on the device and launches the main activity.</p> 77 <h2 id="RunningOnDeviceEclipse">Running on a device</h2> 79 <p>Before you can run your application on a device, you must perform some basic setup for your 80 device:</p> 87 <li>Enable USB Debugging on your device. You can find the setting on most Android devices b [all...] |