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

<<11121314151617181920>>

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 20 import com.android.hierarchyviewer.device.DeviceBridge;
21 import com.android.hierarchyviewer.device.Window;
38 public static ViewHierarchyScene loadScene(IDevice device, Window window) {
53 DeviceBridge.getDeviceLocalPort(device)));
  /external/blktrace/
blkparse_fmt.c 198 fprintf(ofp,"%3d,%-3d", MAJOR(t->device), MINOR(t->device));
204 fprintf(ofp, strcat(format, "d"), MAJOR(t->device));
207 fprintf(ofp, strcat(format, "d"), MINOR(t->device));
294 * For remaps we have to modify the device using the remap structure
299 t->device = r.device_to;
306 MAJOR(t->device), MINOR(t->device), pci->cpu, t->sequence,
blktrace.h 116 t->device = be32_to_cpu(t->device);
  /external/bluetooth/bluez/test/
agent.c 105 printf("Pincode request for device %s\n", path);
150 printf("Passkey request for device %s\n", path);
377 const char *device)
390 dbus_message_append_args(msg, DBUS_TYPE_STRING, &device,
524 "\tagent [--adapter adapter-path] [--path agent-path] <passkey> [<device>]\n"
543 char *adapter_path = NULL, *agent_path = NULL, *device = NULL; local
587 device = strdup(argv[1]);
602 if (device) {
604 capabilities, device) < 0) {
636 if (!__io_terminated && !device)
    [all...]
  /frameworks/base/libs/audioflinger/
A2dpAudioInterface.cpp 63 LOGV("A2dpAudioInterface::openOutputStream() open HW device: %x", devices);
232 uint32_t device, int *pFormat, uint32_t *pChannels, uint32_t *pRate)
238 LOGD("A2dpAudioStreamOut::set %x, %d, %d, %d\n", device, lFormat, lChannels, lRate);
259 mDevice = device;
351 int device; local
368 if (param.getInt(key, device) == NO_ERROR) {
369 if (AudioSystem::isA2dpDevice((AudioSystem::audio_devices)device)) {
370 mDevice = device;
AudioHardwareGeneric.cpp 273 int device; local
276 if (param.getInt(key, device) == NO_ERROR) {
277 mDevice = device;
345 LOGE("Attempt to read from unopened device");
381 int device; local
384 if (param.getInt(key, device) == NO_ERROR) {
385 mDevice = device;
  /packages/experimental/procstatlog/
procstatlog.c 50 // /proc/diskstats - per device: "/proc/diskstats:mmcblk0"
53 // /proc/yaffs - per device/line: "/proc/yaffs:userdata:nBlockErasures"
175 char *line, *device = NULL; local
179 if (strncmp(line, "Device ", 7) == 0) {
180 device = strchr(line, '"');
181 if (device != NULL) {
182 char *end = strchr(++device, '"');
184 device_len = strlen(device);
188 if (device == NULL) continue;
196 unspace(data->name + 12, device, device_len)
    [all...]
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 45 * Connects to a device using ddmlib and analyze its event log.
120 // should not be any other device.
237 // we can't just ask for the device list right away, as the internal thread getting
251 printAndExit("Timeout getting device list!", true /* terminate*/);
258 for (IDevice device : devices) {
259 if (device.getSerialNumber().equals(mInputDevice)) {
260 grabLogFrom(device);
303 private void grabLogFrom(IDevice device) throws IOException {
305 if (mParser.init(device) == false) {
306 printAndExit("Failed to get event-log-tags from " + device.getSerialNumber()
    [all...]
  /cts/tools/host/src/com/android/cts/
TestPackage.java 40 * For batch mode, there is just one command sent to the device
41 * for the whole package, and the device will feed back the result
45 * received the feedback from device. The following two variables
649 * @param device The {@link TestDevice} will run the test.
651 public void setTestDevice(final TestDevice device) {
652 mDevice = device;
653 device.setRuntimeListener(this);
654 device.setStatus(TestDevice.STATUS_BUSY);
945 * Kill the device process.
982 * Run the java package contained within this package over device
    [all...]
  /external/qemu/
net-android.c 136 /* network device redirectors */
1249 * Allocate TAP device, returns opened fd.
1273 /* Check if IP device was opened */
1314 /* Assign ppa according to the unit number returned by tun device */
2506 char device[64]; local
    [all...]
net.c 131 /* network device redirectors */
1164 * Allocate TAP device, returns opened fd.
1188 /* Check if IP device was opened */
1229 /* Assign ppa according to the unit number returned by tun device */
1259 syslog(LOG_ERR, "Can't link TAP device to IP");
1264 syslog (LOG_ERR, "Can't link TAP device to ARP");
1289 fprintf(stderr, "Cannot allocate TAP device\n");
2444 char device[64]; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/win32/
SDL_syscdrom.c 135 char device[3]; local
138 /* Open the requested device */
140 device[0] = *SDL_cdlist[drive];
141 device[1] = ':';
142 device[2] = '\0';
143 mci_open.lpstrElementName = device;
  /external/iproute2/doc/
ip-tunnels.tex 36 will create tunnel device with name \verb|MY-TUNNEL|. Now you may configure
78 Q: In 2.0.36 I used to load \verb|tunnel| device module and \verb|ipip| module.
106 \item {\bf In 2.0} you could compile tunnel device into kernel
113 tunnel device \verb|tunl0| and another tunnels may be created with command
132 {\bf 2.2} interprets this command equally for all device
148 Mode & Description & Base device \\
161 This command creates new tunnel device with name \verb|<NAME>|.
186 that base device or fallback tunnel cannot be replicated.\footnote{
197 After tunnel device is created you should configure it as you did
220 reachable over device \verb|tunl0|. With IPv6 the situation is much simpler
    [all...]
  /external/openssl/crypto/dso/
dso_win32.c 298 const char *device; int devicelen; member in struct:file_st
353 result->device = start;
419 if(!result->devicelen) result->device = NULL;
444 else if(file_split->device)
484 else if(file_split->device)
486 strncpy(&result[offset], file_split->device,
591 if (!filespec1_split->node && !filespec1_split->device)
595 filespec1_split->device = filespec2_split->device;
  /external/qemu/hw/
bt-hid.c 109 struct bt_scatternet_s *net = s->btdev.device.net;
349 * so just pass it on to the device. */
450 hid->btdev.device.page_scan = !hid->connected;
451 hid->btdev.device.inquiry_scan = !hid->connected;
541 /* Device class */
546 (1 << 19); /* Capturing device (?) */
556 s->btdev.device.lmp_name = s->usbdev->devname;
559 s->btdev.device.handle_destroy = bt_hid_destroy;
561 s->btdev.device.class[0] = (class >> 0) & 0xff;
562 s->btdev.device.class[1] = (class >> 8) & 0xff
    [all...]
bt-l2cap.c 102 int (*new_channel)(struct bt_l2cap_device_s *device,
391 struct bt_l2cap_device_s *device, int psm)
393 struct bt_l2cap_psm_s *ret = device->first_psm;
414 /* Device supports this use-case. */
    [all...]
  /external/tcpdump/
tcpdump.c 453 register char *cp, *infile, *cmdbuf, *device, *RFileName, *WFileName, *WFileNameAlt; local
486 device = NULL;
606 device = devpointer->name;
610 device = optarg;
870 if (device == NULL) {
871 device = pcap_lookupdev(ebuf);
872 if (device == NULL)
876 if(strlen(device) == 1) //we assume that an ASCII string is always longer than 1 char
878 fprintf(stderr, "%s: listening on %ws\n", program_name, device);
882 fprintf(stderr, "%s: listening on %s\n", program_name, device);
    [all...]
  /external/bluetooth/bluez/include/bluetooth/
sdp_lib.h 120 * create an L2CAP connection to a Bluetooth device
125 * Address of the local device to use to make the connection
129 * Address of the SDP server device
446 int sdp_device_record_register_binary(sdp_session_t *session, bdaddr_t *device, uint8_t *data, uint32_t size, uint8_t flags, uint32_t *handle);
447 int sdp_device_record_register(sdp_session_t *session, bdaddr_t *device, sdp_record_t *rec, uint8_t flags);
453 int sdp_device_record_unregister_binary(sdp_session_t *session, bdaddr_t *device, uint32_t handle);
454 int sdp_device_record_unregister(sdp_session_t *session, bdaddr_t *device, sdp_record_t *rec);
462 int sdp_device_record_update_binary(sdp_session_t *session, bdaddr_t *device, uint32_t handle, uint8_t *data, uint32_t size);
463 int sdp_device_record_update(sdp_session_t *session, bdaddr_t *device, const sdp_record_t *rec);
  /frameworks/base/core/java/android/view/
KeyEvent.java 231 * This mask is set if the device woke because of this key event.
466 * @param device The device ID that generated the key event.
467 * @param scancode Raw device scan code of the event.
471 int device, int scancode) {
478 mDeviceId = device;
495 * @param device The device ID that generated the key event.
496 * @param scancode Raw device scan code of the event.
501 int device, int scancode, int flags)
    [all...]
  /frameworks/base/include/media/
AudioSystem.h 278 // device connection states used for setDeviceConnectionState()
291 // device categories used for setForceUse()
343 static status_t setDeviceConnectionState(audio_devices device, device_connection_state state, const char *device_address);
344 static device_connection_state getDeviceConnectionState(audio_devices device, const char *device_address);
376 static bool isOutputDevice(audio_devices device);
377 static bool isInputDevice(audio_devices device);
378 static bool isA2dpDevice(audio_devices device);
379 static bool isBluetoothScoDevice(audio_devices device);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 21 import com.android.hierarchyviewer.device.DeviceBridge;
22 import com.android.hierarchyviewer.device.Window;
246 for (IDevice device : DeviceBridge.getDevices()) {
247 DeviceBridge.setupDeviceForward(device);
248 devicesTableModel.addDevice(device);
    [all...]
  /external/bluetooth/bluez/audio/
sink.c 41 #include "device.h"
48 #include "../src/device.h"
176 struct audio_device *device = user_data; local
177 struct sink *sink = device->sink;
179 debug("Sink: disconnect %s", device->path);
587 "Device Already Connected");
608 struct audio_device *device = data; local
609 struct sink *sink = device->sink;
616 "Device not Connected");
647 struct audio_device *device = data local
681 struct audio_device *device = data; local
716 struct audio_device *device = data; local
736 struct audio_device *device = data; local
    [all...]
  /build/core/
product.mk 26 $(shell test -d device && find device -maxdepth 6 -name AndroidProducts.mk) \
  /device/htc/sapphire/
AndroidBoard.mk 33 include device/htc/dream-sapphire/AndroidBoardCommon.mk
  /external/blktrace/btt/
trace_complete.c 37 fprintf(ofp, "%3d,%-3d: ", MAJOR(iop->t.device), MINOR(iop->t.device));

Completed in 1393 milliseconds

<<11121314151617181920>>