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

<<11121314151617181920>>

  /external/chromium_org/third_party/webrtc/sound/
nullsoundsystem.h 35 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices);
36 virtual bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices);
soundsystemproxy.h 28 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices);
29 virtual bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices);
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_hardware_impl.h 24 virtual int GetNumOfRecordingDevices(int& devices);
26 virtual int GetNumOfPlayoutDevices(int& devices);
  /external/kernel-headers/original/uapi/linux/
pci.h 23 * The PCI interface treats multi-function devices as independent
24 * devices. The slot/function address of each device is encoded
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_gapidibvideo.h 49 int supportRotation; /* for Pocket PC devices */
50 DWORD origRotation; /* for Pocket PC devices */
  /external/qemu/include/hw/
sysbus.h 4 /* Devices attached directly to the main system bus. */
53 /* Legacy helper function for creating devices. */
  /external/sepolicy/
device.te 55 # All devices have a uart for the hci
61 # All devices have a rpmsg device for
  /frameworks/av/services/audiopolicy/
audio_policy_conf.h 49 #define DEVICES_TAG "devices"
56 #define DEVICES_TAG "devices"
  /frameworks/base/core/java/android/hardware/input/
IInputDevicesChangedListener.aidl 21 /* Called when input devices changed, such as a device being added,
25 * device id and generation of all input devices. The client can determine what
  /frameworks/base/docs/html/tools/help/
avd-manager.jd 6 and manage Android Virtual Devices (AVDs), which are required by the
21 <p>For more information, see <a href="{@docRoot}tools/devices/managing-avds.html">Managing
  /frameworks/base/docs/html/training/cloudsync/
index.jd 21 service, making sure all your devices always stay in sync, and your valuable
36 across all of a user's devices</dd>
  /frameworks/support/v7/mediarouter/res/values-en-rGB/
strings.xml 20 <string name="mr_user_route_category_name" msgid="7498112907524977311">"Devices"</string>
23 <string name="mr_media_route_chooser_searching" msgid="7553005460920830010">"Searching for devices?"</string>
  /frameworks/support/v7/mediarouter/res/values-en-rIN/
strings.xml 20 <string name="mr_user_route_category_name" msgid="7498112907524977311">"Devices"</string>
23 <string name="mr_media_route_chooser_searching" msgid="7553005460920830010">"Searching for devices?"</string>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
pci.h 23 * The PCI interface treats multi-function devices as independent
24 * devices. The slot/function address of each device is encoded
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
raw.h 25 /* The major device number for raw devices. */
28 /* `ioctl' commands for raw devices. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pci.h 23 * The PCI interface treats multi-function devices as independent
24 * devices. The slot/function address of each device is encoded
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
raw.h 25 /* The major device number for raw devices. */
28 /* `ioctl' commands for raw devices. */
  /prebuilts/sdk/current/support/v7/mediarouter/res/values-en-rGB/
strings.xml 20 <string name="mr_user_route_category_name" msgid="7498112907524977311">"Devices"</string>
23 <string name="mr_media_route_chooser_searching" msgid="7553005460920830010">"Searching for devices?"</string>
  /prebuilts/sdk/current/support/v7/mediarouter/res/values-en-rIN/
strings.xml 20 <string name="mr_user_route_category_name" msgid="7498112907524977311">"Devices"</string>
23 <string name="mr_media_route_chooser_searching" msgid="7553005460920830010">"Searching for devices?"</string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmptyLaunchAction.java 28 public boolean doLaunchAction(DelayedLaunchInfo info, Collection<IDevice> devices) {
29 for (IDevice d : devices) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
plugin.properties 5 view.name.Devices = Devices
  /development/samples/SipDemo/
_index.html 26 the platform. Also, among devices running Android 2.3 (API level 9) or higher,
27 not all devices will offer SIP support. To ensure that your application can only
28 be installed on devices that are capable of supporting SIP, remember to add the
37 from devices that do not support SIP, remember to add the following to the
42 Google Play to filter the application from devices that do not offer SIP
  /external/chromium_org/apps/
saved_devices_service.h 55 // Tracks the devices that apps have retained access to both while running and
60 // Tracks the devices that a particular extension has retained access to.
81 // Devices with serial numbers are written to the prefs file.
83 // Other devices are ephemeral devices and cleared when the extension host
  /external/chromium_org/content/browser/devtools/
devtools_system_info_handler.cc 22 const char kDevices[] = "devices";
113 base::ListValue* devices = new base::ListValue; local
114 devices->Append(GPUDeviceToDictionary(gpu_info.gpu));
116 devices->Append(GPUDeviceToDictionary(gpu_info.secondary_gpus[ii]));
118 gpu_dict->Set(kDevices, devices);
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_device_manager.h 5 // AudioInputDeviceManager manages the audio input devices. In particular it
71 // Used by the unittests to get a list of fake devices.
78 // Enumerates audio input devices on media stream device thread.
84 // enumerated devices on IO thread.
86 scoped_ptr<StreamDeviceInfoArray> devices);

Completed in 448 milliseconds

<<11121314151617181920>>