/prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/ |
sdklib-22.4.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/ |
sdklib-22.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/ |
sdklib-22.5.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.3/ |
sdklib-22.5.3.jar | |
/external/bluetooth/bluedroid/stack/hid/ |
hidh_api.c | 339 /* Find an entry for this device in hh_cb.devices array */ 345 if((hh_cb.devices[i].in_use) && 346 (!memcmp(addr, hh_cb.devices[i].addr, BD_ADDR_LEN))) 354 if( !hh_cb.devices[i].in_use) 362 if (!hh_cb.devices[i].in_use) 364 hh_cb.devices[i].in_use = TRUE; 365 memcpy( hh_cb.devices[i].addr, addr, sizeof( BD_ADDR ) ) ; 366 hh_cb.devices[i].state = HID_DEV_NO_CONN; 367 hh_cb.devices[i].conn_tries = 0 ; 371 hh_cb.devices[i].attr_mask = attr_mask [all...] |
/external/chromium_org/chrome/browser/media/ |
chrome_webrtc_getmediadevices_browsertest.cc | 34 // Integration test for WebRTC getMediaDevices. It always uses fake devices. 36 // test that labels are cleared or not depending on if access to devices has 54 // Always use fake devices. 59 // This is used for media devices and sources. 68 // There's no fake audio output devices supported yet. We can't test audio 69 // output devices on bots with no output devices, so skip testing for that 70 // on such bots. We cache the result since querying for devices can take 83 std::vector<MediaDeviceInfo>* devices, 146 // group ID support for video input devices 194 std::vector<MediaDeviceInfo> devices; local 217 std::vector<MediaDeviceInfo> devices; local 237 std::vector<MediaDeviceInfo> devices; local 274 std::vector<MediaDeviceInfo> devices; local [all...] |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/ |
sdklib-22.2.0.jar | |
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/res/values-v11/ |
styles.xml | 5 AppBaseTheme from res/values/styles.xml on API 11+ devices.
|
/developers/build/templates/CardStream/_MODULE_/src/template/res/values-v11/ |
styles.xml | 5 AppBaseTheme from res/values/styles.xml on API 11+ devices.
|
/development/ndk/platforms/android-17/samples/Teapot/res/values-v11/ |
styles.xml | 5 AppBaseTheme from res/values/styles.xml on API 11+ devices.
|
/development/ndk/platforms/android-18/samples/MoreTeapots/res/values-v11/ |
styles.xml | 5 AppBaseTheme from res/values/styles.xml on API 11+ devices.
|
/development/samples/AndroidBeamDemo/ |
_index.html | 3 application must be installed on two devices that have NFC capabilities, running Android 4.0 or later.</p>
|
/development/samples/ControllerSample/res/values-v11/ |
styles.xml | 5 AppBaseTheme from res/values/styles.xml on API 11+ devices.
|
/development/samples/browseable/BasicNotifications/ |
_index.jd | 8 NotificationCompat API is used for compatibility with older devices, running Android
|
/development/samples/browseable/BatchStepSensor/res/values-v11/ |
styles.xml | 5 AppBaseTheme from res/values/styles.xml on API 11+ devices.
|
/development/samples/browseable/MediaRecorder/ |
_index.jd | 9 can be easily replaced with a SurfaceView to run on older devices.
|
/development/tutorials/MoarRam/res/values-v11/ |
styles.xml | 5 AppBaseTheme from res/values/styles.xml on API 11+ devices.
|
/device/asus/flo/sepolicy/ |
thermald.te | 24 # Access /sys/devices/system/cpu/ 27 # Some files in /sys/devices/system/cpu may pop in and out of existance, 32 # /sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq 33 # /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq
|
/device/lge/mako/sepolicy/ |
thermald.te | 24 # Access /sys/devices/system/cpu/ 27 # Some files in /sys/devices/system/cpu may pop in and out of existance, 32 # /sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq 33 # /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq
|
/device/samsung/manta/recovery/ |
Android.mk | 4 # Edify extension functions for doing bootloader updates on manta devices.
|
/external/chromium_org/build/android/pylib/utils/ |
parallelizer_test.py | 90 devices = [ParallelizerTestObject(True) for _ in xrange(0, 10)] 91 self.assertTrue(all(d.doReturnTheThing() for d in devices)) 92 ParallelizerTestObject.parallel(devices).doSetTheThing(False).pFinish(1) 93 self.assertTrue(not any(d.doReturnTheThing() for d in devices)) 96 devices = [ParallelizerTestObject(True) for _ in xrange(0, 10)] 98 devices).doReturnTheThing().pGet(1) 104 devices = [ParallelizerTestObject(Exception('thing %d' % i)) 106 p = ParallelizerTestObject.parallel(devices).doRaiseTheThing() 118 devices = [ 125 p = ParallelizerTestObject.parallel(devices) [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
media_devices_selection_handler.h | 14 // Handler for media devices selection in content settings. 29 const content::MediaStreamDevices& devices) OVERRIDE; 31 const content::MediaStreamDevices& devices) OVERRIDE; 47 const content::MediaStreamDevices& devices);
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
dial.html | 2 discovery requests on the local network to discover DIAL-capable devices and 3 maintains a list of devices that have responded. Adding an onDeviceList 13 updated list of devices.</p> 29 <p>These can be combined to poll for devices to prime the device menu, then
|
/external/chromium_org/device/usb/ |
usb_service.h | 39 // Get all of the devices attached to the system, inserting them into 40 // |devices|. Clears |devices| before use. The result will be sorted by id 42 virtual void GetDevices(std::vector<scoped_refptr<UsbDevice> >* devices) = 0;
|
/external/chromium_org/third_party/webrtc/sound/ |
soundsystemproxy.cc | 16 SoundDeviceLocatorList *devices) { 17 return wrapped_ ? wrapped_->EnumeratePlaybackDevices(devices) : false; 21 SoundDeviceLocatorList *devices) { 22 return wrapped_ ? wrapped_->EnumerateCaptureDevices(devices) : false;
|