/external/oprofile/events/x86-64/family12h/ |
events | 4 # Copyright (c) 2006-2010 Advanced Micro Devices
|
/external/oprofile/events/x86-64/family14h/ |
events | 4 # Copyright (c) 2006-2010 Advanced Micro Devices
|
/external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/ |
SDL_ahiaudio.h | 35 #include <devices/ahi.h>
|
/external/qemu/hw/ |
pci_ids.h | 45 /* Vendors and devices. Sort key: vendor first, device next. */
|
/external/skia/include/gpu/ |
SkGpuCanvas.h | 27 * Subclass of canvas that creates devices compatible with the GrContext pass
|
SkGpuDeviceFactory.h | 29 * Non-layered devices created by the factory will draw to the
|
/external/skia/samplecode/ |
SampleTextureDomain.cpp | 52 // Test that bitmap draws across separate devices also respect
|
/frameworks/base/docs/html/resources/articles/ |
faster-screen-orientation-change.jd | 20 array of devices, with very different hardware configurations. Some 21 devices, like the T-Mobile G1, can change their hardware configuration 56 various devices and devices configurations. It sometimes comes at a price,
|
/frameworks/base/media/java/android/mtp/ |
MtpDevice.java | 147 * of the data and speed of the devices. 163 * For typical devices the format is JPEG. 195 * on some devices. 227 * of the data and speed of the devices.
|
/frameworks/support/v4/java/android/support/v4/view/ |
ViewConfigurationCompat.java | 43 * Interface implementation for devices with at least v11 APIs.
|
/hardware/libhardware/include/hardware/ |
audio.h | 40 * Name of the audio devices to open 251 * used by audio flinger to enumerate what devices are supported by 303 int (*open_output_stream)(struct audio_hw_device *dev, uint32_t devices, 312 int (*open_input_stream)(struct audio_hw_device *dev, uint32_t devices,
|
/hardware/msm7k/libaudio-qdsp5v2/ |
AudioPolicyManager.h | 50 // phone state, connected devices...
|
/hardware/msm7k/libaudio-qsd8k/ |
AudioPolicyManager.h | 50 // phone state, connected devices...
|
/packages/apps/Email/res/xml/ |
senders.xml | 23 and are appropriate for *all* android platform devices. These entries must be accessible
|
/packages/apps/Settings/assets/html/en_gb/ |
tethering_help.html | 28 <span class="style1">You can turn your phone into a Wi-Fi access point, to share your phone's Internet connection with one or more computers or other devices</span>
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/actions/ |
RefreshWindowsAction.java | 40 setToolTipText("Refresh the list of devices");
|
/system/media/wilhelm/src/itf/ |
IOutputMix.c | 31 // The application can set pDeviceIDs == NULL in order to find out number of devices.
|
/development/host/windows/usb/api/ |
adb_helper_routines.cpp | 97 // interfaces exposed by one or more devices defined by our interface
100 // exposed by one or more devices.
152 // contains info on all installed devices of a specified class.
|
/development/pdk/docs/source/ |
code-lines.jd | 36 code for a given Android platform version. OEMs and other groups building devices 62 <p>OEMs and other device builders naturally want to ship devices with the 67 flagship devices to drive features, and secure protections of Android-related
|
/development/samples/WiFiDirectDemo/ |
_index.html | 25 be installed on devices that are capable of supporting Wi-Fi Direct mode, remember to add the 34 from devices that do not support Wi-Fi Direct mode, remember to add the following to the 39 Android Market to filter the application from devices that do not offer Wi-Fi Direct support. Other <code><uses-feature></code> declarations may also be
|
/docs/source.android.com/src/source/ |
code-lines.md | 56 code for a given Android platform version. OEMs and other groups building devices 91 OEMs and other device builders naturally want to ship devices with the 96 flagship devices to drive features, and secure protections of Android-related
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 70 device or devices that you wish to trace and later replay IOs upon. Note: 116 devices is not necessarily maintained. (Each device with an IO stream 122 thread handles all IOs across all devices. This approach, while 123 guaranteeing correct ordering of IOs across all devices, resulted in 187 \item Lack of IO ordering across devices. 191 and thus ensure IO ordering across devices, with some reduction in 214 \item 1-to-1 mapping of devices -- for now the devices on the replay 219 mapping -- simply include a file that is read which maps devices 220 on one machine to devices (with offsets and sizes) on the repla [all...] |
/external/bluetooth/bluez/input/ |
device.c | 93 static GSList *devices = NULL; variable 939 /* HID devices */ 984 devices = g_slist_remove(devices, idev); 1097 idev = find_device_by_path(devices, path); 1102 devices = g_slist_append(devices, idev); 1121 idev = find_device_by_path(devices, path); 1126 devices = g_slist_append(devices, idev) [all...] |
/external/bluetooth/bluez/src/ |
adapter.c | 133 GSList *connections; /* Connected devices */ 134 GSList *devices; /* Devices structure pointers */ member in struct:btd_adapter 1008 l = g_slist_find_custom(adapter->devices, dest, 1020 char **devices; local 1024 /* Devices */ 1025 devices = g_new0(char *, g_slist_length(adapter->devices) + 1); 1026 for (i = 0, l = adapter->devices; l; l = l->next, i++) { 1028 devices[i] = (char *) device_get_path(dev) 1320 char **devices, **uuids; local [all...] |
/external/bluetooth/bluez/tools/ |
hciconfig.8 | 3 hciconfig \- configure Bluetooth devices 20 is used to configure Bluetooth devices. 26 prints name and basic information about all the Bluetooth devices installed in
|