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

<<21222324252627282930>>

  /frameworks/base/core/java/android/view/
Surface.aidl 0 /* //device/java/android/android/view/Surface.aidl
  /frameworks/base/core/jni/
GraphicsRegisterGlue.h 0 /* //device/libs/android_runtime/GraphicsRegisterGlue.h
  /frameworks/base/docs/html/sdk/
oem-usb.jd 8 <li><a href="{@docRoot}guide/developing/device.html">Developing on a Device</a></li>
14 <p>If you are developing on Windows and would like to connect an Android-powered device
17 where you can download the appropriate USB driver for your device. However, this list is
21 Refer to <a href="{@docRoot}guide/developing/device.html#setting-up">Setting up a Device</a> to
22 start development with a device.</p>
24 <p class="note"><strong>Note:</strong> If your device is one of the Android Developer Phones
62 support tab to select your products/device. Different regions will have different links.</td>
  /frameworks/base/graphics/java/android/graphics/
Rect.aidl 0 /* //device/java/android/android/graphics/Rect.aidl
Region.aidl 0 /* //device/java/android/android/graphics/Rect.aidl
  /frameworks/base/libs/usb/tests/AccessoryChat/
README.txt 10 android device with USB host support
  /frameworks/base/libs/utils/
README 5 the Linux interface. That way the actual device runs as "light" as
  /frameworks/base/telephony/java/android/telephony/
NeighboringCellInfo.aidl 0 /* //device/java/android/android/content/Intent.aidl
ServiceState.aidl 0 /* //device/java/android/android/content/Intent.aidl
  /frameworks/base/voip/java/android/net/sip/
package.html 16 {@link android.net.sip.SipProfile} objects, representing the local device and the peer
17 device. You can create a {@link android.net.sip.SipProfile} using the {@link
32 to verify that the device supports VOIP calling and {@link
33 android.net.sip.SipManager#isApiSupported isApiSupported()} to verify that the device supports the
  /packages/apps/Email/res/xml/
providers_product.xml 6 Entries that are device, product or carrier-specific should be added as overlays
senders_product.xml 6 Entries that are device, product or carrier-specific should be added as overlays
stores_product.xml 6 Entries that are device, product or carrier-specific should be added as overlays
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fstab.h 51 #define FSTAB_RW "rw" /* read/write device */
53 #define FSTAB_RO "ro" /* read-only device */
54 #define FSTAB_SW "sw" /* swap device */
59 char *fs_spec; /* block special device name */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netrom.h 25 char device[16]; member in struct:nr_route_struct
  /prebuilt/windows/sdl/lib/pkgconfig/
sdl.pc 3 prefix=/home/digit/android/device/prebuilt/windows/sdl
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ProfilesLoader.java 20 import com.android.hierarchyviewer.device.Window;
21 import com.android.hierarchyviewer.device.DeviceBridge;
32 public static double[] loadProfiles(IDevice device, Window window, String params) {
40 DeviceBridge.getDeviceLocalPort(device)));
WindowsLoader.java 20 import com.android.hierarchyviewer.device.DeviceBridge;
21 import com.android.hierarchyviewer.device.Window;
33 public static Window[] loadWindows(IDevice device, int protocol, int server) {
44 DeviceBridge.getDeviceLocalPort(device)));
  /system/core/adb/
usb_windows.c 29 /** Structure usb_handle describes our connection to the usb device via
31 is expected in each subsequent call that is accessing the device.
56 /// Class ID assigned to the device by androidusb.sys
68 /// Checks if there is opened usb handle in handle_list for this device.
71 /// Checks if there is opened usb handle in handle_list for this device.
78 /// Checks if interface (device) matches certain criteria
95 /// Opens usb interface (device) by interface (device) name.
113 /// Gets interface (device) name for an opened usb handle
151 // Check if device is already in the lis
    [all...]
  /system/core/debuggerd/
getevent.c 19 static int open_device(const char *device)
30 fd = open(device, O_RDWR);
45 //fprintf(stderr, "could not get device name for %s, %s\n", device, strerror(errno));
49 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno));
53 //fprintf(stderr, "could not get idstring for %s, %s\n", device, strerror(errno));
71 device_names[nfds] = strdup(device);
77 int close_device(const char *device)
81 if(strcmp(device_names[i], device) == 0) {
  /system/core/libzipfile/
Android.mk 19 # build device static library
  /system/extras/tests/bionic/libc/
Android.mk 23 # device executable.
28 define device-test
43 # same as 'device-test' but builds a host executable instead
85 $(call device-test, $(sources))
103 $(call device-test, $(sources))
111 $(call device-test, $(sources))
123 $(call device-test, $(sources))
140 $(call device-test, $(sources))
211 #$(call device-test, $(sources))
  /external/bluetooth/bluez/audio/
gateway.c 49 #include "device.h"
76 int gateway_close(struct audio_device *device);
357 static int get_records(struct audio_device *device)
362 return bt_search_service(&device->src, &device->dst, &uuid,
363 get_record_cb, device, NULL);
386 int gateway_close(struct audio_device *device)
388 struct gateway *gw = device->gateway;
408 change_state(device, GATEWAY_STATE_DISCONNECTED);
416 struct audio_device *device = data local
454 struct audio_device *device = data; local
485 struct audio_device *device = data; local
518 struct audio_device *device = data; local
    [all...]
  /external/libpcap/
pcap-snoop.c 198 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
226 (void)strncpy(sr.sr_ifname, device, sizeof(sr.sr_ifname));
241 * XXX hack - map device name to link layer type
243 if (strncmp("et", device, 2) == 0 || /* Challenge 10 Mbit */
244 strncmp("ec", device, 2) == 0 || /* Indigo/Indy 10 Mbit,
246 strncmp("ef", device, 2) == 0 || /* O200/2000 10/100 Mbit */
247 strncmp("eg", device, 2) == 0 || /* Octane/O2xxx/O3xxx Gigabit */
248 strncmp("gfe", device, 3) == 0 || /* GIO 100 Mbit */
249 strncmp("fxp", device, 3) == 0 || /* Challenge VME Enet */
250 strncmp("ep", device, 2) == 0 || /* Challenge 8x10 Mbit EPLEX *
    [all...]
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 57 framebuffer_device_t device; member in struct:fb_context_t
365 hw_device_t** device)
379 dev->device.common.tag = HARDWARE_DEVICE_TAG;
380 dev->device.common.version = 0;
381 dev->device.common.module = const_cast<hw_module_t*>(module);
382 dev->device.common.close = fb_close;
383 dev->device.setSwapInterval = fb_setSwapInterval;
384 dev->device.post = fb_post;
385 dev->device.setUpdateRect = 0;
386 dev->device.compositionComplete = fb_compositionComplete
    [all...]

Completed in 658 milliseconds

<<21222324252627282930>>