HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 251 - 275 of 3127) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
context.cpp 30 const std::vector<device *> &devs) :
35 _cl_context::has_device(clover::device *dev) const {
program.hpp 41 const std::vector<clover::device *> &devs,
44 void build(const std::vector<clover::device *> &devs);
47 const std::map<clover::device *, clover::module> &binaries() const;
49 cl_build_status build_status(clover::device *dev) const;
50 std::string build_opts(clover::device *dev) const;
51 std::string build_log(clover::device *dev) const;
56 std::map<clover::device *, clover::module> __binaries;
57 std::map<clover::device *, std::string> __logs;
  /external/kernel-headers/original/linux/
idle_stats_device.h 53 void (*get_sample)(struct msm_idle_stats_device *device,
70 int msm_idle_stats_register_device(struct msm_idle_stats_device *device);
71 int msm_idle_stats_deregister_device(struct msm_idle_stats_device *device);
72 void msm_idle_stats_prepare_idle_start(struct msm_idle_stats_device *device);
73 void msm_idle_stats_abort_idle_start(struct msm_idle_stats_device *device);
74 void msm_idle_stats_idle_start(struct msm_idle_stats_device *device);
75 void msm_idle_stats_idle_end(struct msm_idle_stats_device *device,
77 void msm_idle_stats_update_event(struct msm_idle_stats_device *device,
device.h 2 * device.h - generic, centralized driver model
30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
65 int bus_for_each_dev(struct bus_type * bus, struct device * start, void * data
299 struct device { struct
    [all...]
dma-mapping.h 4 #include <linux/device.h>
33 extern u64 dma_get_required_mask(struct device *dev);
43 dma_declare_coherent_memory(struct device *dev, dma_addr_t bus_addr,
50 dma_release_declared_memory(struct device *dev)
55 dma_mark_declared_memory_occupied(struct device *dev,
  /external/libpcap/
pcap-dag.h 6 * at the same time as another type of device.
13 pcap_t *dag_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
context.cpp 30 const std::vector<device *> &devs) :
35 _cl_context::has_device(clover::device *dev) const {
program.hpp 41 const std::vector<clover::device *> &devs,
44 void build(const std::vector<clover::device *> &devs);
47 const std::map<clover::device *, clover::module> &binaries() const;
49 cl_build_status build_status(clover::device *dev) const;
50 std::string build_opts(clover::device *dev) const;
51 std::string build_log(clover::device *dev) const;
56 std::map<clover::device *, clover::module> __binaries;
57 std::map<clover::device *, std::string> __logs;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
memalloc.h 27 struct device;
30 * buffer device info
34 struct device *dev; /* generic device */
40 #define snd_dma_sbus_data(sbus) ((struct device *)(sbus))
41 #define snd_dma_continuous_data(x) ((struct device *)(unsigned long)(x))
50 #define SNDRV_DMA_TYPE_DEV 2 /* generic device continuous */
51 #define SNDRV_DMA_TYPE_DEV_SG 3 /* generic device SG-buffer */
58 struct snd_dma_device dev; /* device type */
66 * Scatter-Gather generic device page
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
memalloc.h 27 struct device;
30 * buffer device info
34 struct device *dev; /* generic device */
40 #define snd_dma_sbus_data(sbus) ((struct device *)(sbus))
41 #define snd_dma_continuous_data(x) ((struct device *)(unsigned long)(x))
50 #define SNDRV_DMA_TYPE_DEV 2 /* generic device continuous */
51 #define SNDRV_DMA_TYPE_DEV_SG 3 /* generic device SG-buffer */
58 struct snd_dma_device dev; /* device type */
66 * Scatter-Gather generic device page
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java 30 import com.android.sdklib.devices.Device;
50 * The {@linkplain DeviceMenuListener} class is responsible for generating the device
55 private final Device mDevice;
59 @Nullable Device device) {
61 mDevice = device;
72 Device current = configuration.getDevice();
75 List<Device> deviceList = chooser.getDeviceList();
83 for (Device device : deviceList)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChoiceCache.java 28 * {@link DeviceChoiceCache} maps a launch configuration name to the device selected for use
41 // verify that the device is still online
42 for (IDevice device : getOnlineDevices()) {
43 if (deviceName.equals(device.getAvdName()) ||
44 deviceName.equals(device.getSerialNumber())) {
45 return device;
49 // remove from cache if device is not online anymore
61 String device = null; local
63 device = avd.getName();
65 device = response.getDeviceToUse().getSerialNumber()
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FileSystemFactory.java 35 * Creates a new {@link FileSystem} for the specified {@code device}. When
41 * @param device the device to create the file system for
43 * @return a new {@code FileSystem} instance for the specified device
48 public static FileSystem create(BlockDevice device, boolean readOnly)
51 return FatFileSystem.read(device, readOnly);
  /external/chromium_org/device/bluetooth/
bluetooth_chromeos_unittest.cc 13 #include "device/bluetooth/bluetooth_adapter.h"
14 #include "device/bluetooth/bluetooth_adapter_chromeos.h"
15 #include "device/bluetooth/bluetooth_adapter_factory.h"
16 #include "device/bluetooth/bluetooth_device.h"
17 #include "device/bluetooth/bluetooth_device_chromeos.h"
20 using device::BluetoothAdapter;
21 using device::BluetoothAdapterFactory;
22 using device::BluetoothDevice;
68 BluetoothDevice* device) OVERRIDE {
72 last_device_ = device;
903 BluetoothDevice* device = adapter_->GetDevice( local
952 BluetoothDevice* device = adapter_->GetDevice( local
985 BluetoothDevice* device = adapter_->GetDevice( local
1029 BluetoothDevice* device = adapter_->GetDevice( local
1074 BluetoothDevice* device = adapter_->GetDevice( local
1104 BluetoothDevice* device = adapter_->GetDevice( local
1146 BluetoothDevice* device = adapter_->GetDevice( local
1180 BluetoothDevice* device = adapter_->GetDevice( local
1241 BluetoothDevice* device = adapter_->GetDevice( local
1303 BluetoothDevice* device = adapter_->GetDevice( local
1385 BluetoothDevice* device = adapter_->GetDevice( local
1448 BluetoothDevice* device = adapter_->GetDevice( local
1510 BluetoothDevice* device = adapter_->GetDevice( local
1568 BluetoothDevice* device = adapter_->GetDevice( local
1612 BluetoothDevice* device = adapter_->GetDevice( local
1657 BluetoothDevice* device = adapter_->GetDevice( local
1713 BluetoothDevice* device = adapter_->GetDevice( local
1760 BluetoothDevice* device = adapter_->GetDevice( local
1807 BluetoothDevice* device = adapter_->GetDevice( local
1854 BluetoothDevice* device = adapter_->GetDevice( local
1901 BluetoothDevice* device = adapter_->GetDevice( local
1948 BluetoothDevice* device = adapter_->GetDevice( local
1995 BluetoothDevice* device = adapter_->GetDevice( local
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
VMHostTest.java 19 import com.android.tradefed.device.DeviceNotAvailableException;
20 import com.android.tradefed.device.ITestDevice;
30 * A wrapper around {@link JarHostTest} that includes additional device setup and clean up.
45 "Failed to install vm-tests prereqs on device %s",
55 * @param device the {@link ITestDevice}
58 * @return true if test jar files are extracted and pushed to device successfully
60 private boolean installVmPrereqs(ITestDevice device, CtsBuildHelper ctsBuild)
62 cleanupDeviceFiles(device);
66 CLog.d("Creating device temp directory, including dalvik-cache.");
67 createRemoteDir(device, VM_TEST_TEMP_DIR + "/dalvik-cache" )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
common.c 48 struct udev_device *device; local
56 device = udev_device_new_from_devnum(udev, 'c', buf.st_rdev);
57 if (device == NULL) {
59 "EGL-DRI2: could not create udev device for fd %d", fd);
63 return device;
70 struct udev_device *device; local
75 device = dri2_udev_device_new_from_fd(udev, fd);
76 if (device == NULL)
79 const_device_name = udev_device_get_devnode(device);
85 udev_device_unref(device);
95 struct udev_device *device, *parent; local
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
common.c 48 struct udev_device *device; local
56 device = udev_device_new_from_devnum(udev, 'c', buf.st_rdev);
57 if (device == NULL) {
59 "EGL-DRI2: could not create udev device for fd %d", fd);
63 return device;
70 struct udev_device *device; local
75 device = dri2_udev_device_new_from_fd(udev, fd);
76 if (device == NULL)
79 const_device_name = udev_device_get_devnode(device);
85 udev_device_unref(device);
95 struct udev_device *device, *parent; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDeviceManager.java 52 public void onDeviceNameUpdated(BluetoothDevice device) {
53 CachedBluetoothDevice cachedDevice = findDevice(device);
61 * if this device isn't in the cache. Use {@link #addDevice}
65 * @param device the address of the Bluetooth device
66 * @return the cached device object for this device, or null if it has
69 CachedBluetoothDevice findDevice(BluetoothDevice device) {
71 if (cachedDevice.getDevice().equals(device)) {
81 * @param device the address of the new Bluetooth devic
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.c 67 static void AA_DeleteDevice(SDL_VideoDevice *device)
69 SDL_free(device->hidden);
70 SDL_free(device);
75 SDL_VideoDevice *device; local
78 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
79 if ( device ) {
80 SDL_memset(device, 0, (sizeof *device));
81 device->hidden = (struct SDL_PrivateVideoData *)
82 SDL_malloc((sizeof *device->hidden))
    [all...]
  /device/generic/goldfish/camera/
EmulatedBaseCamera.cpp 19 * functionality common to all emulated camera device versions ("fake",
37 struct hw_device_t* device,
48 device->tag = HARDWARE_DEVICE_TAG;
49 device->version = cameraVersion;
50 device->module = module;
51 device->close = NULL; // Must be filled in by child implementation
  /external/chromium_org/chromeos/audio/
audio_devices_pref_handler_stub.h 25 virtual double GetOutputVolumeValue(const AudioDevice* device) OVERRIDE;
26 virtual double GetInputGainValue(const AudioDevice* device) OVERRIDE;
27 virtual void SetVolumeGainValue(const AudioDevice& device,
29 virtual bool GetMuteValue(const AudioDevice& device) OVERRIDE;
30 virtual void SetMuteValue(const AudioDevice& device, bool mute_on) OVERRIDE;
cras_audio_handler.cc 112 const AudioDevice* device = GetDeviceFromId(device_id); local
113 if (!device)
115 return audio_pref_handler_->GetMuteValue(*device);
127 const AudioDevice* device = GetDeviceFromId(device_id); local
128 if (!device)
130 return audio_pref_handler_->GetMuteValue(*device);
141 const AudioDevice* device = GetDeviceFromId(device_id); local
142 return static_cast<int>(audio_pref_handler_->GetOutputVolumeValue(device));
154 const AudioDevice* device = GetDeviceFromId(device_id); local
155 return static_cast<int>(audio_pref_handler_->GetInputGainValue(device));
291 AudioDevice device; local
406 const AudioDevice* device = GetDeviceFromId(active_input_node_id_); local
421 const AudioDevice* device = GetDeviceFromId(active_output_node_id_); local
448 const AudioDevice* device = GetDeviceFromId(active_output_node_id_); local
456 const AudioDevice* device = GetDeviceFromId(active_input_node_id_); local
645 AudioDevice device = GetSanitizedAudioDevice(nodes[i]); local
    [all...]
  /external/kernel-headers/original/asm-x86/
dma-mapping_32.h 14 void *dma_alloc_coherent(struct device *dev, size_t size,
17 void dma_free_coherent(struct device *dev, size_t size,
21 dma_map_single(struct device *dev, void *ptr, size_t size,
31 dma_unmap_single(struct device *dev, dma_addr_t dma_addr, size_t size,
38 dma_map_sg(struct device *dev, struct scatterlist *sglist, int nents,
58 dma_map_page(struct device *dev, struct page *page, unsigned long offset,
66 dma_unmap_page(struct device *dev, dma_addr_t dma_address, size_t size,
74 dma_unmap_sg(struct device *dev, struct scatterlist *sg, int nhwentries,
81 dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, size_t size,
87 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size
    [all...]
  /external/libmtp/examples/
getfile.c 3 * Example program to retrieve a file off the device.
34 extern LIBMTP_mtpdevice_t *device;
47 if (LIBMTP_Get_File_To_File(device, id, to_path, progress, NULL) != 0 ) {
48 printf("\nError getting file from MTP device.\n");
49 LIBMTP_Dump_Errorstack(device);
50 LIBMTP_Clear_Errorstack(device);
83 if (LIBMTP_Get_File_To_File(device, id, file, progress, NULL) != 0 ) {
84 printf("\nError getting file from MTP device.\n");
newfolder.c 3 * Example program to create a folder on the device.
33 extern LIBMTP_mtpdevice_t *device;
46 newid = LIBMTP_Create_Folder(device, argv[1], atol(argv[2]), atol(argv[3]));
61 int newid = LIBMTP_Create_Folder(device, folder, id, 0);
64 LIBMTP_Dump_Errorstack(device);
65 LIBMTP_Clear_Errorstack(device);

Completed in 335 milliseconds

<<11121314151617181920>>