HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 326 - 350 of 782) sorted by null

<<11121314151617181920>>

  /frameworks/base/services/jni/
com_android_server_LightsService.cpp 54 hw_device_t* device; local
55 err = module->methods->open(module, name, &device);
57 return (light_device_t*)device;
  /external/bluetooth/bluez/audio/
device.c 49 #include "../src/device.h"
54 #include "device.h"
536 struct audio_device *device = data; local
554 state = state2str(device->priv->state);
577 struct btd_device *device,
588 dev->btd_dev = btd_device_ref(device);
654 void audio_device_unregister(struct audio_device *device)
656 unix_device_removed(device);
658 if (device->headset)
659 headset_unregister(device);
    [all...]
gsta2dpsink.h 55 gchar *device; member in struct:_GstA2dpSink
  /external/libpcap/
pcap-bpf.c 61 #include <sys/device.h>
121 * "ps_drop" counts packets dropped inside the BPF device
527 static const char device[] = "/dev/bpf"; local
530 char device[sizeof "/dev/bpf0000000000"]; local
536 * and create the BPF device entries, if they don't
544 if ((fd = open(device, O_RDWR)) == -1 &&
545 (errno != EACCES || (fd = open(device, O_RDONLY)) == -1))
547 "(cannot open device) %s: %s", device, pcap_strerror(errno));
553 (void)snprintf(device, sizeof(device), "/dev/bpf%d", n++)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 179 LayoutDevice device; field in class:ConfigurationComposite.ConfigState
186 if (device != null) {
187 sb.append(device.getName());
209 device = d;
210 FolderConfiguration config = device.getConfigs().get(values[1]);
239 if (device != null) {
240 sb.append(device.getName());
340 int cols = 10; // device*2+config*2+locale*2+separator*2+theme+createBtn
369 // ---- 2nd line: device/config/locale/theme Combos, create button.
481 if (mState.device == null)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 50 static void QZ_DeleteDevice (SDL_VideoDevice *device);
103 SDL_VideoDevice *device;
106 device = (SDL_VideoDevice*) SDL_malloc (sizeof (*device) );
109 if (device == NULL || hidden == NULL)
112 SDL_memset (device, 0, sizeof (*device) );
115 device->hidden = hidden;
117 device->VideoInit = QZ_VideoInit;
118 device->ListModes = QZ_ListModes
    [all...]
  /hardware/msm7k/libaudio/
AudioHardware.cpp 244 // even if the new device selected is the same as current one.
360 static status_t set_volume_rpc(uint32_t device,
366 LOGD("rpc_snd_set_volume(%d, %d, %d)\n", device, method, volume);
369 if (device == -1UL) return NO_ERROR;
373 LOGE("Can not open snd device");
377 * device, # Any hardware device enum, including
386 args.device = device;
435 static status_t do_route_audio_rpc(uint32_t device,
833 int device; local
1095 int device; local
    [all...]
  /bionic/libc/kernel/common/linux/
ipmi_smi.h 18 #include <linux/device.h>
  /cts/tools/host/src/com/android/cts/
TestCase.java 190 * Run the test case over device given.
192 * @param device The device to run the test case over.
194 public void run(final TestDevice device) throws DeviceDisconnectedException,
201 mCurrentTest.run(device);
207 * Run the the specific test contained in the test case over device given.
209 * @param device The device to run the test over.
212 public void run(final TestDevice device, final Test test)
216 mCurrentTest.run(device);
    [all...]
  /cts/tools/host/test/com/android/cts/
DeviceManagerTests.java 20 * Test the device manager.
96 * Test getting device list.
128 * Test the default status of test device.
137 * Test allocating device by the specified ID.
141 TestDevice device; local
150 device = dm.allocateFreeDeviceById("fake device");
156 device = dm.allocateFreeDeviceById(d3SerialNumber);
157 assertEquals(d3SerialNumber, device.getSerialNumber());
  /dalvik/libdex/
Android.mk 41 ## Build the device version of libdex
44 ifneq ($(SDK_ONLY),true) # SDK_only doesn't need device version
  /external/blktrace/btt/
trace_queue.c 29 if (remapper_dev(q_iop->t.device))
  /external/grub/stage2/
serial.h 1 /* serial.h - serial device interface */
81 /* Return the port number for the UNITth serial device. */
84 /* Initialize a serial device. */
89 /* Set the file name of a serial device (or a pty device). This is a
91 void serial_set_device (const char *device);
  /external/grub/util/
grub-install.in 72 --recheck probe a device map even if it already exists
74 INSTALL_DEVICE can be a GRUB device name or a system device filename.
85 # Convert an OS device to the corresponding GRUB drive.
88 # First, check if the device file exists.
92 echo "$1: Not found or not a block device." 1>&2
96 # Break the device name into the disk part and the partition part.
192 # Find the real file/device that file points at
215 # Find block device on which the file resides.
217 # For now, this uses the program `df' to get the device name, but i
    [all...]
mkbimage 282 device_map=$dir/device.map
375 device='(hd0)'
378 device='(fd0)'
383 $device ${image}
386 ${GRUB_PATH}grub --device-map=$device_map --batch<<EOT
387 geometry $device $cylinders $heads $sectors
389 setup $device
390 geometry $geo_option -w $type_option $device $cylinders $heads $sectors
  /external/ppp/pppd/include/
pcap-int.h 64 char *device; member in struct:pcap_md
  /external/qemu/
monitor.c 55 * 'B' block device name
245 static void do_commit(Monitor *mon, const char *device)
249 all_devices = !strcmp(device, "all");
252 !strcmp(bdrv_get_device_name(drives_table[i].bdrv), device))
420 monitor_printf(mon, "device is not removable\n");
424 monitor_printf(mon, "device is locked\n");
439 monitor_printf(mon, "device not found\n");
445 static void do_change_block(Monitor *mon, const char *device,
451 bs = bdrv_find(device);
453 monitor_printf(mon, "device not found\n")
    [all...]
  /external/skia/include/core/
SkColorShader.h 42 virtual bool setContext(const SkBitmap& device, const SkPaint& paint,
  /external/skia/src/core/
SkComposeShader.cpp 91 bool SkComposeShader::setContext(const SkBitmap& device,
95 if (!this->INHERITED::setContext(device, paint, matrix))
98 // we preconcat our localMatrix (if any) with the device matrix
108 return fShaderA->setContext(device, paint, tmpM) &&
109 fShaderB->setContext(device, paint, tmpM);
SkSpriteBlitter.h 31 virtual void setup(const SkBitmap& device, int left, int top,
  /external/skia/src/images/
SkFlipPixelRef.cpp 18 const SkRegion& SkFlipPixelRef::beginUpdate(SkBitmap* device) {
23 device->setConfig(fConfig, fFlipper.width(), fFlipper.height());
24 device->setPixels(writeAddr);
29 SkFlipPixelRef::CopyBitsFromAddr(*device, copyBits, readAddr);
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
ipmi_smi.h 18 #include <linux/device.h>
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
ipmi_smi.h 18 #include <linux/device.h>
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
ipmi_smi.h 18 #include <linux/device.h>
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
ipmi_smi.h 18 #include <linux/device.h>

Completed in 2284 milliseconds

<<11121314151617181920>>