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

1 2 34 5 6 7 8 91011>>

  /external/libpcap/
README.macosx 2 to the BPF devices to capture packets with libpcap and allows users with
3 write access to the BPF devices to send packets with libpcap.
5 On some systems that use BPF, the BPF devices live on the root file
6 system, and the permissions and/or ownership on those devices can be
8 devices.
10 On newer versions of FreeBSD, the BPF devices live on devfs, and devfs
12 devices to give users other than root permission to read or write those
13 devices.
15 On Mac OS X, the BPF devices live on devfs, but the OS X version of
18 those devices
    [all...]
  /frameworks/base/docs/html/training/
building-content-sharing.jd 8 <p>These classes teach you how to create apps that share data between apps and devices.</p>
best-ui.jd 9 devices. Android provides a flexible framework for UI design that allows your app to display
10 different layouts for different devices, create custom UI widgets, and even control aspects
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
package.html 6 to external speakers and destination devices.</p>
  /device/samsung/manta/dumpstate/
dumpstate.c 21 dump_file("board revision", "/sys/devices/soc0/board_rev");
22 dump_file("soc family", "/sys/devices/soc0/family");
23 dump_file("soc revision", "/sys/devices/soc0/revision");
24 dump_file("soc type", "/sys/devices/soc0/machine");
25 dump_file("soc die_id", "/sys/devices/soc0/soc_id");
26 dump_file("mmc0 name", "/sys/devices/platform/dw_mmc.0/mmc_host/mmc0/mmc0:0001/name");
27 dump_file("mmc0 cid", "/sys/devices/platform/dw_mmc.0/mmc_host/mmc0/mmc0:0001/cid");
28 dump_file("mmc0 csd", "/sys/devices/platform/dw_mmc.0/mmc_host/mmc0/mmc0:0001/csd");
  /external/chromium_org/chrome/browser/local_discovery/
cloud_print_printer_list_unittest.cc 51 CloudDeviceListDelegate::DeviceList devices; local
52 EXPECT_CALL(delegate, OnDeviceListReady(_)).WillOnce(SaveArg<0>(&devices));
66 for (size_t i = 0; i != devices.size(); ++i) {
67 ids_found.insert(devices[i].id);
72 EXPECT_EQ("someID", devices[0].id);
73 EXPECT_EQ("someDisplayName", devices[0].display_name);
74 EXPECT_EQ("someDescription", devices[0].description);
75 EXPECT_EQ("printer", devices[0].type);
cloud_device_list_unittest.cc 26 "\"devices\": [{"
54 EXPECT_EQ(GURL("https://www.googleapis.com/clouddevices/v1/devices"),
65 CloudDeviceListDelegate::DeviceList devices; local
66 EXPECT_CALL(delegate, OnDeviceListReady(_)).WillOnce(SaveArg<0>(&devices));
80 for (size_t i = 0; i != devices.size(); ++i) {
81 ids_found.insert(devices[i].id);
86 EXPECT_EQ("someID", devices[0].id);
87 EXPECT_EQ("someDisplayName", devices[0].display_name);
88 EXPECT_EQ("someDescription", devices[0].description);
89 EXPECT_EQ("someType", devices[0].type)
    [all...]
  /external/chromium_org/ui/events/x/
device_list_cache_x.h 22 DeviceList() : devices(NULL), count(0) {
25 return devices[x];
27 const T& operator[](int x) const { return devices[x]; }
28 T* devices; member in struct:DeviceList
46 // Returns the list of devices associated with |display|. Uses the old X11
47 // protocol to get the list of the devices.
50 // Returns the list of devices associated with |display|. Uses the newer
51 // XINPUT2 protocol to get the list of devices. Before making this call, make
  /external/chromium_org/chrome/test/chromedriver/
embed_mobile_devices_in_cpp.py 9 mobile devices to be passed in as the only argument. The list of known devices
27 devices = '['
40 devices += line.strip()
42 devices += ']'
45 options.directory, {'kMobileDevices': devices})
  /frameworks/av/services/audiopolicy/
audio_policy.conf 7 # lists input and output devices always present on the device
9 # Devices are designated by a string that corresponds to the enum in audio.h
24 # other attributes (attached devices, default device) have to be included in the
36 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
42 # - Optionally a "devices" section:
43 # This section contains descriptors for audio devices with attributes like an address or a
44 # gain controller. The syntax for the devices section and device descriptor is as follows:
45 # devices {
71 # its name in their "devices" section instead of specifying a device type. e.g. :
77 # devices <device name
    [all...]
  /device/asus/grouper/power/
power.c 35 #define BOOST_PATH "/sys/devices/system/cpu/cpufreq/interactive/boost"
43 #define UEVENT_STRING "online@/devices/system/cpu/"
50 "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
51 "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq",
52 "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq",
53 "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq",
56 "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
57 "/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq",
58 "/sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq",
59 "/sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq"
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.0/
sdklib-22.7.0-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.1/
sdklib-22.7.1-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.3/
sdklib-22.7.3-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.8.0/
sdklib-22.8.0-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.9.2/
sdklib-22.9.2-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.0.1/
sdklib-23.0.1-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.0.2/
sdklib-23.0.2-javadoc.jar 
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager.cc 28 #include "talk/media/devices/devicemanager.h"
32 #include "talk/media/devices/deviceinfo.h"
33 #include "talk/media/devices/filevideocapturer.h"
34 #include "talk/media/devices/yuvframescapturer.h"
94 std::vector<Device> devices; local
96 if (GetAudioInputDevices(&devices) && !devices.empty()) {
99 if (GetAudioOutputDevices(&devices) && !devices.empty()) {
102 if (GetVideoCaptureDevices(&devices) && !devices.empty())
144 std::vector<Device> devices; local
287 std::vector<Device> devices; local
306 std::vector<Device> devices; local
    [all...]
  /external/chromium_org/ash/touch/
touchscreen_util.cc 14 const std::vector<ui::TouchscreenDevice>& devices) {
17 for (size_t i = 0; i < devices.size(); ++i) {
18 if (devices[i].is_internal) {
36 internal_state->set_touch_device_id(devices[internal_touchscreen].id);
41 << devices[internal_touchscreen].size.ToString();
44 for (size_t i = 0; i < devices.size(); ++i) {
45 if (internal_state && internal_state->touch_device_id() == devices[i].id)
61 if (std::abs(native_size.width() - devices[i].size.width()) <= 1 &&
62 std::abs(native_size.height() - devices[i].size.height()) <= 1) {
63 state->set_touch_device_id(devices[i].id)
    [all...]
touchscreen_util_unittest.cc 69 std::vector<ui::TouchscreenDevice> devices; local
70 AssociateTouchscreens(&displays_, devices);
78 std::vector<ui::TouchscreenDevice> devices; local
79 devices.push_back(ui::TouchscreenDevice(1, gfx::Size(800, 600), false));
80 devices.push_back(ui::TouchscreenDevice(2, gfx::Size(1024, 768), false));
82 AssociateTouchscreens(&displays_, devices);
91 std::vector<ui::TouchscreenDevice> devices; local
92 devices.push_back(ui::TouchscreenDevice(2, gfx::Size(1024, 768), false));
94 AssociateTouchscreens(&displays_, devices);
103 std::vector<ui::TouchscreenDevice> devices; local
116 std::vector<ui::TouchscreenDevice> devices; local
129 std::vector<ui::TouchscreenDevice> devices; local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/
sdklib-22.5.0-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/
sdklib-22.5.1-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.3/
sdklib-22.5.3-javadoc.jar 
  /external/chromium_org/chrome/browser/extensions/api/audio/
audio_service_chromeos.cc 105 chromeos::AudioDeviceList devices; local
106 cras_audio_handler_->GetAudioDevices(&devices);
107 for (size_t i = 0; i < devices.size(); ++i) {
108 if (!devices[i].is_input) {
110 info->id = base::Uint64ToString(devices[i].id);
111 info->name = devices[i].device_name + ": " + devices[i].display_name;
112 info->is_active = devices[i].active;
114 cras_audio_handler_->GetOutputVolumePercentForDevice(devices[i].id);
116 cras_audio_handler_->IsOutputMutedForDevice(devices[i].id)
174 chromeos::AudioDeviceList devices; local
    [all...]

Completed in 487 milliseconds

1 2 34 5 6 7 8 91011>>