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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/cmds/bmgr/
bmgr 1 # Script to start "bmgr" on the device, which has a very rudimentary
  /frameworks/base/cmds/ime/
ime 1 # Script to start "pm" on the device, which has a very rudimentary
  /frameworks/base/cmds/input/
input 1 # Script to start "input" on the device, which has a very rudimentary
  /frameworks/base/cmds/pm/
pm 1 # Script to start "pm" on the device, which has a very rudimentary
  /frameworks/base/cmds/svc/
svc 1 # Script to start "am" on the device, which has a very rudimentary
  /frameworks/base/core/java/android/content/res/
package.html 5 in the package, plus important device configuration details
  /frameworks/base/docs/html/guide/topics/sensors/
index.jd 10 <p>The accelerometer sensors allow you to detect the various movements of the device.</p>
  /frameworks/base/tools/localize/
Perforce_test.cpp 20 int err = Perforce::GetResourceFileNames("43019", "//device", apps, &results, true);
27 if (results[0] != "//device/apps/common/res/values/strings.xml") {
30 if (results[1] != "//device/apps/Contacts/res/values/strings.xml") {
45 int err = Perforce::GetFile("//device/Makefile", "296", &result, true);
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
readme.txt 1 The contacts in this example were created on a device that is not synchronized with the server
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
ILaunchController.java 27 * Launches an application on a device or emulator
30 * @param device the device or emulator to launch the application on
32 public void launchApp(DelayedLaunchInfo launchInfo, IDevice device);
ActivityLaunchAction.java 47 * Launches the activity on targeted device
50 * @param device the Android device to perform action on
54 public boolean doLaunchAction(DelayedLaunchInfo info, IDevice device) {
64 String msg = String.format("Starting activity %1$s on device %2$s", mActivity,
65 device);
74 device.executeShellCommand(command, new AMReceiver(info, device, mLaunchController));
92 AdtPlugin.log(e, "No command output when running: '%1$s' on device %2$s", command,
93 device);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 34 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you
35 * create a connection with the respective device or query information about
46 * BluetoothAdapter.getRemoteDevice(String)} to create one representing a device
47 * of a known MAC address (which you can get through device discovery with
51 * {@link BluetoothSocket} for communication with the remote device, using
73 * Broadcast Action: Remote device discovered.
74 * <p>Sent when a remote device is found during discovery.
83 "android.bluetooth.device.action.FOUND";
86 * Broadcast Action: Remote device disappeared.
87 * <p>Sent when a remote device that was found in the last discovery is no
    [all...]
  /external/blktrace/btt/
bno_dump.c 27 static FILE *bno_dump_open(__u32 device, char rwc)
33 mjr = device >> MINORBITS;
34 mnr = device & ((1 << MINORBITS) - 1);
51 void *bno_dump_alloc(__u32 device)
58 bdp->rfp = bno_dump_open(device, 'r');
59 bdp->wfp = bno_dump_open(device, 'w');
60 bdp->cfp = bno_dump_open(device, 'c');
  /device/htc/passion-common/
passion.mk 20 DEVICE_PACKAGE_OVERLAYS := device/htc/passion-common/overlay
36 device/htc/passion-common/media_profiles.xml:system/etc/media_profiles.xml
52 device/htc/passion-common/mahimahi-keypad.kl:system/usr/keylayout/mahimahi-keypad.kl \
53 device/htc/passion-common/h2w_headset.kl:system/usr/keylayout/h2w_headset.kl \
54 device/htc/passion-common/synaptics-rmi-touchscreen.idc:system/usr/idc/synaptics-rmi-touchscreen.idc \
55 device/htc/passion-common/vold.fstab:system/etc/vold.fstab
59 device/htc/passion-common/bcm4329.ko:system/lib/modules/bcm4329.ko
62 LOCAL_KERNEL := device/htc/passion-common/kernel
73 $(call inherit-product, device/htc/passion-common/media_a1026.mk)
76 $(call inherit-product, device/htc/common/common.mk
    [all...]
  /external/e2fsprogs/doc/
libblkid.txt 1 libblkid - a library to handle device identification and token extraction
16 needless device scans.
18 The model of the blkid cache is that each device has a number of
27 How to use libblkid? Normally, you either want to find a device with
29 device. To find a device that matches a following attribute, you
40 which holds the resulting device name (if it is found). If the value
46 "UUID=082D-26E3", and get back a device name that it can use.
52 for a particular device. This can be used to determine the filesystem
53 type, or label, or uuid for a particular device
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 101 static void SVGA_DeleteDevice(SDL_VideoDevice *device)
103 SDL_free(device->hidden);
104 SDL_free(device);
109 SDL_VideoDevice *device; local
112 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
113 if ( device ) {
114 SDL_memset(device, 0, (sizeof *device));
115 device->hidden = (struct SDL_PrivateVideoData *)
116 SDL_malloc((sizeof *device->hidden))
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_linux.c 69 struct device *dev; /* platform device handle */
71 struct pci_dev *dev; /* pci device handle */
93 * Checks to see if vendor and device IDs match a supported SDIO Host Controller.
96 bcmsdh_chipmatch(uint16 vendor, uint16 device)
106 if (device == BCM27XX_SDIOH_ID && vendor == VENDOR_BROADCOM) {
110 if (device == SDIOH_FPGA_ID && vendor == VENDOR_BROADCOM) {
114 if (device == PCIXX21_SDIOH_ID && vendor == VENDOR_TI) {
117 if (device == PCIXX21_SDIOH0_ID && vendor == VENDOR_TI) {
121 if (device == R5C822_SDIOH_ID && vendor == VENDOR_RICOH)
    [all...]
  /sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java 33 * Connects to a device using ddmlib and dumps its event log as long as the device is connected.
74 System.out.println("Usage: dumpeventlog <device s/n> <filepath>");
95 // we can't just ask for the device list right away, as the internal thread getting
109 System.err.println("Timeout getting device list!");
117 for (IDevice device : devices) {
118 if (device.getSerialNumber().equals(args[0])) {
120 grabLogFrom(device, args[1]);
136 private static void grabLogFrom(IDevice device, String filePath) throws IOException {
141 device.runEventLogService(receiver)
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 58 // Time allowed for the device to be undocked and redocked without severing
62 // Time allowed for the device to be undocked and redocked without turning
69 // Msg for device docked event
72 // Msg for device undocked event
238 BluetoothDevice device = null; local
240 device = (BluetoothDevice) msg.obj;
243 if(DEBUG) Log.d(TAG, "processMessage: " + msgType + " state: " + state + " device = "
244 + (device == null ? "null" : device.toString()));
253 mDevice = device;
374 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); local
574 BluetoothDevice device = i local
    [all...]

Completed in 402 milliseconds

1 2 3 4 5 6 7 8 91011>>