HomeSort by relevance Sort by last modified time
    Searched full:device (Results 576 - 600 of 4136) sorted by null

<<21222324252627282930>>

  /external/qemu/android/avd/
info.h 18 /* An Android Virtual Device (AVD for short) corresponds to a
20 * device, as well as information about its hardware capabilities,
31 * disk image and configuration files for the virtual device.
43 * (Windows), given that the content directory of a single virtual device
124 /* Return the name of the Android Virtual Device
156 /* Returns the name of the virtual device's skin */
159 /* Returns the root skin directory for this device */
162 /* Returns the content path of the virtual device */
  /external/qemu/distrib/sdl-1.2.12/src/audio/mme/
SDL_mmeaudio.c 48 static void Audio_DeleteDevice(SDL_AudioDevice *device)
50 if ( device ) {
51 if ( device->hidden ) {
52 SDL_free(device->hidden);
53 device->hidden = NULL;
55 SDL_free(device);
56 device = NULL;
165 /* Open the audio device */
  /external/qemu/hw/
baum.h 25 /* usb device */
28 /* char device */
  /external/quake/
cleanupdevicesdcard.sh 3 # Copy Quake's data files from perforce to the Android device's sd card.
41 echo "Removing Quake files and directories from the device's sdcard"
  /external/webkit/WebKit/android/wds/client/
Device.cpp 27 #include "Device.h"
29 bool Device::sendRequest(const char* req) const {
DeviceList.h 31 class Device;
33 typedef android::Vector<Device*> DeviceList;
  /frameworks/base/core/java/android/app/backup/
package.html 4 applications. If a user wipes the data on their device or upgrades to a new Android-powered
5 device, all applications that have enabled backup will restore the user's previous data.</p>
  /frameworks/base/core/java/android/bluetooth/
HeadsetBase.java 28 * The base RFCOMM (service) connection for a headset or handsfree device.
77 public HeadsetBase(PowerManager pm, BluetoothAdapter adapter, BluetoothDevice device,
82 mRemoteDevice = device;
83 mAddress = device.getAddress();
93 public HeadsetBase(PowerManager pm, BluetoothAdapter adapter, BluetoothDevice device,
98 mRemoteDevice = device;
99 mAddress = device.getAddress();
252 * disconnect was initiated by the remote device.
  /frameworks/base/core/java/android/view/
OrientationEventListener.java 29 * the orientation of the device has changed.
44 * Returned from onOrientationChanged when the device orientation cannot be determined
45 * (typically when the device is in a close to flat position).
85 * {@link #onOrientationChanged} when the device orientation changes.
161 * Called when the orientation of the device has changed.
163 * orientation is 0 degrees when the device is oriented in its natural position,
166 * {@link #ORIENTATION_UNKNOWN} is returned when the device is close to flat
169 * @param orientation The new orientation of the device.
  /frameworks/base/core/jni/android/graphics/
PorterDuff.cpp 20 // To change this file, either edit the include, or device/tools/gluemaker/main.cpp,
21 // or one of the auxilary file specifications in device/tools/gluemaker.
Rasterizer.cpp 20 // To change this file, either edit the include, or device/tools/gluemaker/main.cpp,
21 // or one of the auxilary file specifications in device/tools/gluemaker.
  /frameworks/base/docs/html/guide/topics/wireless/
index.jd 9 wireless stack that provides Wi-Fi network access. Almost all information from the device supplicant
16 <p>The Android platform includes support for the Bluetooth network stack, which allows a device to
  /frameworks/base/graphics/java/android/graphics/
ColorFilter.java 19 // To change this file, either edit the include, or device/tools/gluemaker/main.cpp,
20 // or one of the auxilary file specifications in device/tools/gluemaker.
LightingColorFilter.java 19 // To change this file, either edit the include, or device/tools/gluemaker/main.cpp,
20 // or one of the auxilary file specifications in device/tools/gluemaker.
Rasterizer.java 19 // To change this file, either edit the include, or device/tools/gluemaker/main.cpp,
20 // or one of the auxilary file specifications in device/tools/gluemaker.
Xfermode.java 19 // To change this file, either edit the include, or device/tools/gluemaker/main.cpp,
20 // or one of the auxilary file specifications in device/tools/gluemaker.
  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneSubInfo.aidl 26 * Retrieves the unique device ID, e.g., IMEI for GSM phones.
31 * Retrieves the software version number for the device, e.g., IMEI/SV
  /hardware/libhardware/include/hardware/
copybit.h 34 * Name of the graphics device to open
141 * Every device data structure must begin with hw_device_t
204 /** convenience API for opening and closing a device */
207 struct copybit_device_t** device) {
209 COPYBIT_HARDWARE_COPYBIT0, (struct hw_device_t**)device);
212 static inline int copybit_close(struct copybit_device_t* device) {
213 return device->common.close(&device->common);
  /packages/apps/Stk/src/com/android/stk/
BootCompletedReceiver.java 26 * device boots.
34 // make sure the app icon is removed every time the device boots.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
ioctls.h 88 #define SIOCGIFMAP 0x8970 /* Get device parameters */
89 #define SIOCSIFMAP 0x8971 /* Set device parameters */
93 #define SIOCADDDLCI 0x8980 /* Create new DLCI device */
94 #define SIOCDELDLCI 0x8981 /* Delete DLCI device */
96 /* Device private ioctl calls. */
98 /* These 16 ioctls are available to devices via the do_ioctl() device
99 vector. Each device should include this file and redefine these
100 names as their own. Because these are device dependent it is a good
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmioc.h 18 #define ATMIOC_PHYCOM 0x00 /* PHY device common ioctls, globally unique */
24 #define ATMIOC_SARCOM 0x50 /* SAR device common ioctls, globally unique */
if.h 47 #define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/
56 #define IFF_802_1Q_VLAN 0x1 /* 802.1Q VLAN device. */
57 #define IFF_EBRIDGE 0x2 /* Ethernet bridging device. */
109 * Device mapping structure. I'd just gone off and designed a
131 unsigned int type; /* Type of physical device or protocol */
188 #define ifr_map ifr_ifru.ifru_map /* device map */
189 #define ifr_slave ifr_ifru.ifru_slave /* slave device */
195 #define ifr_settings ifr_ifru.ifru_settings /* Device/proto settings*/
if_tun.h 2 * Universal TUN/TAP device driver.
28 /* TUN device flags */
netfilter_decnet.h 18 /* Input device. */
20 /* Output device. */
pci.h 25 * devices. The slot/function address of each device is encoded
37 #define PCIIOC_CONTROLLER (PCIIOC_BASE | 0x00) /* Get controller for PCI device. */

Completed in 1309 milliseconds

<<21222324252627282930>>