HomeSort by relevance Sort by last modified time
    Searched full:devices (Results 451 - 475 of 6373) sorted by null

<<11121314151617181920>>

  /external/chromium_org/extensions/shell/browser/
shell_audio_controller_chromeos_unittest.cc 82 // Tests that higher-priority devices are activated as soon as they're
104 // devices.
112 // Switch back to the external devices. Mark the previously-activated internal
113 // devices as being active so CrasAudioHandler doesn't complain.
121 // Tests that active audio devices are unmuted and set to 100% volume.
  /external/chromium_org/google_apis/gcm/protocol/
android_checkin.proto 6 // requests made by Android devices to the server).
23 // Android GCM on phone/tablet devices.
61 // For devices supporting multiple user profiles (which may be
73 // For devices running MCS on Chrome, build-specific characteristics
75 // This will only be populated for Chrome builds/ChromeOS devices
  /external/chromium_org/remoting/host/
curtain_mode_linux.cc 48 // are running under, so we check for the Xvfb input devices.
59 XDeviceInfo* devices; local
63 devices = XListInputDevices(display, &num_devices);
65 XDeviceInfo* device_info = &devices[i];
96 XFreeDeviceList(devices);
  /external/chromium_org/third_party/webrtc/sound/
pulseaudiosoundsystem.h 47 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices);
48 virtual bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices);
74 bool EnumerateDevices(SoundDeviceLocatorList *devices,
100 SoundDeviceLocatorList *devices,
105 SoundDeviceLocatorList *devices,
soundsysteminterface.h 27 // 1) Concurrent enumeration and opening of devices from different threads.
76 static void ClearSoundDeviceLocatorList(SoundDeviceLocatorList *devices);
83 // Enumerates the available devices. (Any pre-existing locators in the lists
85 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices) = 0;
86 virtual bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices) = 0;
  /frameworks/base/docs/html/training/wearables/apps/
bt-debugging.jd 10 <!-- Required platform, tools, add-ons, devices, knowledge, etc. -->
13 <li><a href="#SetupDevices">Set Up Devices for Debugging</a></li>
27 <h2 id="SetupDevices">Setup Devices for Debugging</h2>
79 Your wearable should show up as <code>localhost:4444</code> when running <code>adb devices</code>.
85 <p>If there are no other devices connected over TCP/IP (namely emulators), you can shorten the command
  /frameworks/base/docs/html/training/wearables/ui/
index.jd 1 page.title=Creating Custom UIs for Wear Devices
15 <p>User interfaces for wearable apps differ significantly from those built for handheld devices.
37 both round and square Android Wear devices.</p>
47 <dd>Learn how to create layouts that look good on round and square Android Wear devices.</dd>
51 <dd>Learn how to create lists that are optimized for wearable devices.</dd>
  /external/chromium_org/third_party/libjingle/source/talk/
libjingle.gyp 460 'media/devices/deviceinfo.h',
461 'media/devices/devicemanager.cc',
462 'media/devices/devicemanager.h',
463 'media/devices/dummydevicemanager.h',
464 'media/devices/filevideocapturer.cc',
465 'media/devices/filevideocapturer.h',
466 'media/devices/videorendererfactory.h',
467 'media/devices/yuvframescapturer.cc',
468 'media/devices/yuvframescapturer.h',
514 'media/devices/gtkvideorenderer.cc'
    [all...]
  /external/chromium_org/media/video/capture/mac/
video_capture_device_factory_mac.mm 21 // Some devices are not correctly supported in AVFoundation, f.i. Blackmagic,
22 // see http://crbug.com/347371. The devices are identified by a characteristic
113 // Loop through all available devices and add to |device_names|.
117 DVLOG(1) << "Enumerating video capture devices using AVFoundation";
119 // Enumerate all devices found by AVFoundation, translate the info for each
123 // Transport types are defined for Audio devices and reused for video.
142 // list and add those devices with a blacklisted name to the |device_names|.
162 // Also retrieve Blackmagic devices, if present, via DeckLink SDK API.
165 // We should not enumerate QTKit devices in Device Thread;
179 DVLOG(1) << "Enumerating video capture devices using QTKit"
    [all...]
  /frameworks/base/docs/html/about/
index.jd 9 <p>Android powers hundreds of millions of mobile devices in more than 190
12 Android devices for the first time and start looking for apps, games,
34 <blockquote>Every day more than 1 million new Android devices are activated worldwide.</blockquote>
60 <blockquote>Easily optimize a single binary for phones, tablets, and other devices.</blockquote>
65 devices&mdash;from phones to tablets and beyond.</p>
86 device or create virtual devices that emulate any hardware configuration.</p>
104 devices or focus on specific segments, devices, or ranges of hardware
119 <p>Preinstalled on hundreds of millions of Android devices around the world,
149 than 100 devices with a single app binary, then iterate rapidly to ensur
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpClient.java 39 * This class helps an application manage a list of connected MTP or PTP devices.
40 * It listens for MTP devices being attached and removed from the USB host bus
58 // List of MTP devices we should not try to open for which we are currently
61 // List of MTP devices we should not try to open.
62 // We add devices to this list if the user canceled a permission request or we were
120 * An interface for being notified when MTP or PTP devices are attached
121 * or removed. In the current implementation, only PTP devices are supported.
186 // don't try to open devices that we have decided to ignore
222 * notifications when MTP or PTP devices are added or removed.
253 // Query the USB manager since devices might have attache
    [all...]
  /hardware/qcom/audio/hal/msm8960/
platform.c 112 /* Array to store sound devices */
115 /* Playback sound devices */
132 /* Capture sound devices */
586 snd_device_t platform_get_output_snd_device(void *platform, audio_devices_t devices)
593 ALOGV("%s: enter: output devices(%#x)", __func__, devices);
594 if (devices == AUDIO_DEVICE_NONE ||
595 devices & AUDIO_DEVICE_BIT_IN) {
596 ALOGV("%s: Invalid output devices (%#x)", __func__, devices);
    [all...]
  /frameworks/base/docs/html/training/tv/start/
start.jd 30 modify your existing apps to also run on TV devices or create new apps based on what you already
42 minimum required changes to enable an app to run on TV devices.
49 This section discusses how to modify an existing app to run on TV devices, or create a new one.
50 These are the main components you must use to create an app that runs on TV devices:
55 declare an activity that is intended to run on TV devices.</li>
58 available for TV devices that provide widgets for building user interfaces.</li>
80 In order to access new APIs for TV devices, you must create a project or modify an existing
88 <p>An application intended to run on TV devices must declare a launcher activity for TV
132 your app, it is not visible to users running the Google Play store on TV devices. Also, if your
153 to {@code true}, your app will run only on devices that use the Leanback UI
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
ContextCompat.java 53 * on the navigation or system bar. On devices with the older hardware button configuration
82 * on the navigation or system bar. On devices with the older hardware button configuration
116 * external storage devices where the application's OBB files (if there are
129 * External storage devices returned here are considered a permanent part of
132 * not include transient devices, such as USB flash drives.
134 * An application may store data on any or all of the returned devices. For
143 * devices is not available. To request external storage access in a
175 * external storage devices where the application can place persistent files
188 * External storage devices returned here are considered a permanent part of
191 * not include transient devices, such as USB flash drives
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothScanner.java 31 * Listens for unconfigured or problematic devices to show up on
105 * may require network setup, but not specify it. With these devices we can get
106 * more confidence if we check if the device appears in a list of devices
125 public void onScanningStopped(ArrayList<Device> devices) {
140 * Starts listening. Will call onto listener with any devices we have
191 public ArrayList<Device> devices; field in class:BluetoothScanner.ClientRecord
196 devices = new ArrayList<Device>();
260 newClient.devices.add(target);
348 for (int devPtr = client.devices.size() - 1; devPtr > -1; devPtr--) {
349 Device d = client.devices.get(devPtr)
    [all...]
  /docs/source.android.com/src/source/
faqs.jd 39 mobile phones and other devices.</p>
67 devices running Android actually make it to market.</p>
75 <p>We aim to release great devices into a competitive marketplace. We
79 on a small number of "flagship" devices and develops the next version of
81 devices absorb much of the product risk and blaze a trail for the broad OEM
82 community, who follow up with many more devices that take advantage of the
84 according to the actual needs of real-world devices.</p>
90 devices. This branch is kept suitable for release at all times.</p>
135 manufacturer begins mass producing devices, and we turn to releasing the
148 around the same time the devices reach users.</p
    [all...]
  /device/moto/shamu/
init.shamu.rc 114 write /sys/bus/msm_subsys/devices/subsys0/restart_level "related"
115 write /sys/bus/msm_subsys/devices/subsys0/recovery_policy "skip_restart"
117 write /sys/bus/msm_subsys/devices/subsys1/restart_level "related"
118 write /sys/bus/msm_subsys/devices/subsys1/recovery_policy "skip_restart"
120 write /sys/bus/msm_subsys/devices/subsys2/restart_level "related"
121 write /sys/bus/msm_subsys/devices/subsys2/recovery_policy "skip_restart"
123 write /sys/bus/msm_subsys/devices/subsys3/restart_level "related"
124 write /sys/bus/msm_subsys/devices/subsys3/recovery_policy "skip_restart"
147 chown bluetooth net_bt_stack /sys/devices/platform/msm_serial_hs.0/clock
148 chmod 0660 /sys/devices/platform/msm_serial_hs.0/cloc
    [all...]
  /external/chromium_org/chrome/browser/media/
media_stream_capture_indicator.cc 125 // Stores usage counts for all the capture devices associated with a single
149 const content::MediaStreamDevices& devices);
152 void AddDevices(const content::MediaStreamDevices& devices);
155 void RemoveDevices(const content::MediaStreamDevices& devices);
183 const content::MediaStreamDevices& devices)
185 devices_(devices),
216 const content::MediaStreamDevices& devices) {
218 weak_factory_.GetWeakPtr(), devices));
222 const content::MediaStreamDevices& devices) {
223 for (content::MediaStreamDevices::const_iterator it = devices.begin()
    [all...]
  /docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/
index.jd 53 <a href="/devices/tech/test_infra/tradefed/fundamentals/machine_setup.html"
55 <a href="/devices/tech/test_infra/tradefed/fundamentals/devices.html"
56 >Working with Devices</a> will explain how to run tests with a physical device, with an emulator, or
58 <a href="/devices/tech/test_infra/tradefed/fundamentals/lifecycle.html"
61 <a href="/devices/tech/test_infra/tradefed/fundamentals/options.html"
65 <p>Finally, the <a href="/devices/tech/test_infra/tradefed/full_example.html"
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_api.cc 22 // How often to poll for devices.
28 // The maximum number of devices retained at once in the registry.
83 void DialAPI::OnDialDeviceEvent(const DialRegistry::DeviceList& devices) {
86 base::Bind(&DialAPI::SendEventOnUIThread, this, devices));
95 void DialAPI::SendEventOnUIThread(const DialRegistry::DeviceList& devices) {
99 for (DialRegistry::DeviceList::const_iterator it = devices.begin();
100 it != devices.end(); ++it) {
dial_registry.h 26 // Keeps track of devices that have responded to discovery requests and notifies
27 // the observer with an updated, complete set of active devices. The registry's
47 virtual void OnDialDeviceEvent(const DeviceList& devices) = 0;
122 // Remove devices from the registry that have expired, i.e. not responded
142 // Incremented each time we modify the registry of active devices.
161 // A map used to track known devices by their device_id.
164 // A map used to track known devices sorted by label. We iterate over this to
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model.h 40 // opened tabs of other devices.
87 // Build the tabs items from other devices.
103 // Build the tab item for other devices with parameters needed to restore it.
111 // Add the favicon for a local or other devices' tab asynchronously,
121 // Converts |command_id| of menu item to index in local or other devices'
122 // TabNavigationItems, and returns the corresponding local or other devices'
151 // from other devices, and the first |command_id| is
  /external/chromium_org/components/storage_monitor/
portable_device_watcher_win.h 28 // about the attached/detached media transfer protocol (MTP) devices.
63 typedef std::vector<DeviceDetails> Devices;
92 // devices are found.
109 // Helpers to enumerate existing MTP storage devices.
111 void OnDidEnumerateAttachedDevices(const Devices* devices,
135 // The notifications object to use to signal newly attached devices.
  /external/chromium_org/device/hid/
hid_service_win.cc 27 // Setup API is required to enumerate HID devices.
137 // Find disconnected devices.
139 for (DeviceMap::const_iterator it = devices().begin(); it != devices().end();
146 // Remove disconnected devices.
302 void HidServiceWin::GetDevices(std::vector<HidDeviceInfo>* devices) {
304 HidService::GetDevices(devices);
  /external/chromium_org/extensions/common/api/
bluetooth.idl 86 // For classic Bluetooth devices, this list is obtained from EIR data and
87 // SDP tables. For Low Energy devices, this list is obtained from AD and
88 // GATT primary services. For dual mode devices this may be obtained from
119 // Get a list of Bluetooth devices known to the system, including paired
120 // and recently discovered devices.
124 // Start discovery. Newly discovered devices will be returned via the
125 // onDeviceAdded event. Previously discovered devices already known to

Completed in 2225 milliseconds

<<11121314151617181920>>