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

<<11121314151617181920>>

  /frameworks/base/core/res/res/raw-th-xlarge/
incognito_mode_start_page.html 3 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
  /frameworks/base/core/res/res/raw-uk/
incognito_mode_start_page.html 3 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
  /frameworks/base/core/res/res/raw-uk-xlarge/
incognito_mode_start_page.html 3 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
  /frameworks/base/core/res/res/raw-zh-rCN/
incognito_mode_start_page.html 3 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
  /frameworks/base/core/res/res/raw-zh-rCN-xlarge/
incognito_mode_start_page.html 3 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
  /frameworks/base/core/res/res/raw-zh-rTW/
incognito_mode_start_page.html 3 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
  /frameworks/base/core/res/res/raw-zh-rTW-xlarge/
incognito_mode_start_page.html 3 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
  /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/services/java/com/android/server/usb/
UsbHostManager.java 83 /* returns true if the USB device should not be accessible by applications */
114 Slog.w(TAG, "device already on mDevices list: " + deviceName);
149 // a device does not set bNumEndpoints correctly
154 UsbDevice device = new UsbDevice(deviceName, vendorID, productID, local
156 mDevices.put(deviceName, device);
157 mSettingsManager.deviceAttached(device);
161 /* Called from JNI in monitorUsbHostBus to report USB device removal */
164 UsbDevice device = mDevices.remove(deviceName); local
165 if (device != null) {
166 mSettingsManager.deviceDetached(device);
199 UsbDevice device = mDevices.get(deviceName); local
    [all...]
  /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 *,
  /prebuilt/ndk/android-ndk-r5/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-r6/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-r6/platforms/android-3/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);
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 31 status_t AudioPolicyManagerBase::setDeviceConnectionState(AudioSystem::audio_devices device,
36 LOGV("setDeviceConnectionState() device: %x, state %d, address %s", device, state, device_address);
38 // connect/disconnect only 1 device at a time
39 if (AudioSystem::popCount(device) != 1) return BAD_VALUE;
47 if (AudioSystem::isOutputDevice(device)) {
50 if (AudioSystem::isA2dpDevice(device)) {
51 LOGE("setDeviceConnectionState() invalid device: %x", device);
58 // handle output device connectio
434 uint32_t device = getDeviceForStrategy(strategy); local
680 uint32_t device = getDeviceForInputSource(inputSource); local
1559 uint32_t device = 0; local
1636 uint32_t device = 0; local
1850 uint32_t device; local
1920 device); local
2290 uint32_t AudioPolicyManagerBase::AudioOutputDescriptor::device() function in class:android_audio_legacy::AudioPolicyManagerBase::AudioOutputDescriptor
2292 uint32_t device = 0; local
    [all...]
  /device/ti/panda/
device.mk 18 LOCAL_KERNEL := device/ti/panda/kernel
25 device/ti/panda/init.omap4pandaboard.rc:root/init.omap4pandaboard.rc \
26 device/ti/panda/init.omap4pandaboard.usb.rc:root/init.omap4pandaboard.usb.rc \
27 device/ti/panda/ueventd.omap4pandaboard.rc:root/ueventd.omap4pandaboard.rc \
28 device/ti/panda/media_profiles.xml:system/etc/media_profiles.xml \
42 device/ti/panda/overlay
54 $(call inherit-product-if-exists, vendor/ti/panda/device-vendor.mk)
  /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');
  /external/chromium/chrome/browser/policy/
device_policy_identity_strategy.h 24 // Sets (GAIA) auth credentials of the owner of the device during device
30 // Sets the device's credentials when they have been read from disk after
36 // Initiates a policy fetch after a successful device registration. This
37 // function should be called only after the device token has been fetched
53 // The e-mail and auth token of the device owner. Set by |SetCredentials()|.
61 // The device identifier to be sent with requests. (This is actually more like

Completed in 1338 milliseconds

<<11121314151617181920>>