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

<<21222324252627282930>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sound.h 32 struct device;
34 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct device *dev);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
swap.h 34 /* Make the block special device PATH available to the system for swapping.
38 /* Stop using block special device PATH for swapping. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
miscdevice.h 44 struct device;
52 struct device *dev;
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
miscdevice.h 44 struct device;
52 struct device *dev;
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
miscdevice.h 44 struct device;
52 struct device *dev;
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
miscdevice.h 44 struct device;
52 struct device *dev;
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
miscdevice.h 44 struct device;
52 struct device *dev;
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
miscdevice.h 44 struct device;
52 struct device *dev;
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmptyLaunchAction.java 26 public boolean doLaunchAction(DelayedLaunchInfo info, IDevice device) {
28 String msg = String.format("%1$s installed on device",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDevicesXsd.java 32 * Public constants for the layout device description XML Schema.
43 * It must contain one or more "device" elements that each define the configurations
44 * available for a given device.
52 * A device element must contain at most one "default" element followed
59 * A "device" element also has a required "name" attribute that represents
60 * the user-interface name of this device.
62 public static final String NODE_DEVICE = "device"; //$NON-NLS-1$
111 * The "name" attribute, used by both the "device" and the "config"
  /external/libnfc-nxp/src/
phFriNfc_FelicaMap.h 88 /* NFC Device Major and Minor Version numbers*/
91 Example : NFC Device version Number : 1.0 , specifies
140 * \brief \copydoc page_ovr Initiates Reading of NDEF information from the Remote Device.
142 * The function initiates the reading of NDEF information from a Remote Device.
167 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
180 * \brief \copydoc page_ovr Initiates Writing of NDEF information to the Remote Device.
182 * The function initiates the writing of NDEF information to a Remote Device.
209 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
222 * \brief \copydoc page_ovr Initiates Writing of Empty NDEF information to the Remote Device.
224 * The function initiates the erasing of NDEF information to a Remote Device
    [all...]
phFriNfc_MifareULMap.h 157 * the list of registered items. Moreover, the lower device is set.
163 * to a different underlying device (different NFC device or device mode, or different
164 * Remote Device).
169 * \brief \copydoc page_ovr Initiates Reading of NDEF information from the Remote Device.
171 * The function initiates the reading of NDEF information from a Remote Device.
197 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
211 * \brief \copydoc page_ovr Initiates Writing of NDEF information to the Remote Device.
213 * The function initiates the writing of NDEF information to a Remote Device
    [all...]
phHciNfc_Sequence.h 175 * HCI layer and the remote device by performing the operations required
181 * the Device Interface Link .
202 * discovery sequence of device.
207 * the Device Interface Link .
228 * device for different types of emulation supported.
233 * the Device Interface Link .
255 * SmartMx device for different modes by enabling and disabling polling.
260 * the Device Interface Link .
287 * the Device Interface Link .
313 * the Device Interface Link
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 36 // there is some problems in runnings apps from a device landscape mode
38 // TODO: finish Axim Dell X30 and user landscape mode, device landscape mode
39 // TODO: finish Axim Dell X30 user portrait, device landscape stylus conversion
235 static void GAPI_DeleteDevice(SDL_VideoDevice *device)
242 SDL_free(device->hidden);
243 SDL_free(device);
248 SDL_VideoDevice *device; local
260 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
261 if ( device ) {
262 SDL_memset(device, 0, (sizeof *device))
    [all...]
  /hardware/libhardware/include/hardware/
gralloc.h 37 * Name of the graphics device to open
68 /* buffer will be used with the framebuffer device */
191 * Every device data structure must begin with hw_device_t
325 /** convenience API for opening and closing a supported device */
328 struct alloc_device_t** device) {
330 GRALLOC_HARDWARE_GPU0, (struct hw_device_t**)device);
333 static inline int gralloc_close(struct alloc_device_t* device) {
334 return device->common.close(&device->common);
339 struct framebuffer_device_t** device) {
    [all...]
  /bionic/libc/include/sys/
mount.h 41 #define MS_NODEV 4 /* Disallow access to device special files */
77 * Block device ioctls
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
82 #define BLKGETSIZE _IO(0x12, 96) /* Return device size. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
  /cts/tools/vm-tests/src/util/build/
DeviceUtil.java.template 94 public static void adbPush(IDevice device, String source, String target)
96 DeviceUtil.digestCommand(new String[] {"adb", "-s", device.getSerialNumber(), "push",
100 public static void adbExec(IDevice device, String classpath, String mainclass) {
101 DeviceUtil.digestCommand(new String[] {"adb", "-s", device.getSerialNumber(), "shell",
103 DeviceUtil.digestCommand(new String[] {"adb", "-s", device.getSerialNumber(), "shell",
  /development/ndk/platforms/android-3/include/sys/
mount.h 41 #define MS_NODEV 4 /* Disallow access to device special files */
77 * Block device ioctls
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
82 #define BLKGETSIZE _IO(0x12, 96) /* Return device size. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
  /development/simulator/wrapsim/
DevPower.c 16 * Map filename to device index.
75 wsLog("Warning: access to unknown power device '%s'\n", pathName);
89 * Read data from the device.
130 * ENOTTY (meaning a device that doesn't understand buffering).
156 * Open a power device.

Completed in 509 milliseconds

<<21222324252627282930>>