/device/htc/dream/ |
BoardConfig.mk | 44 include device/htc/dream-sapphire/BoardConfigCommon.mk
|
/device/htc/passion/ |
BoardConfig.mk | 33 include device/htc/passion-common/BoardConfigCommon.mk
|
setup-makefiles.sh | 17 DEVICE=passion 19 mkdir -p ../../../vendor/htc/$DEVICE 21 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g > ../../../vendor/htc/$DEVICE/$DEVICE-vendor.mk 36 # This file is generated by device/htc/__DEVICE__/setup-makefiles.sh 56 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g > ../../../vendor/htc/passion/BoardConfigVendor.mk 71 # This file is generated by device/htc/__DEVICE__/setup-makefiles.sh 79 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g > ../../../vendor/htc/passion/overlay/packages/apps/Launcher2/res/layout/all_apps.xml 96 <!-- This file is generated by device/htc/__DEVICE__/setup-makefiles.sh -- [all...] |
/device/htc/sapphire/ |
BoardConfig.mk | 44 include device/htc/dream-sapphire/BoardConfigCommon.mk
|
/external/bluetooth/bluez/audio/ |
control.c | 53 #include "../src/device.h" 54 #include "device.h" 558 error("Can't open input device: %s (%d)", 576 error("Can't write device information: %s (%d)", 593 error("Can't create uinput device: %s (%d)", 609 /* Use device name from config file if specified */ 700 error("Unable to get audio device object for %s", address); 912 struct audio_device *device = data; local 913 struct control *control = device->control; 966 struct audio_device *device = data local 996 struct audio_device *device = data; local 1026 struct audio_device *device = data; local [all...] |
/external/skia/src/core/ |
SkBitmapProcShader.cpp | 75 bool SkBitmapProcShader::setContext(const SkBitmap& device, 79 if (!this->INHERITED::setContext(device, paint, matrix)) {
|
SkBitmapShaderTemplate.h | 41 virtual bool setContext(const SkBitmap& device, const SkPaint& paint, const SkMatrix& matrix) 43 if (!this->INHERITED::setContext(device, paint, matrix))
|
/external/srec/srec/ca/ |
Android.mk | 109 # For the device
|
/external/webkit/WebCore/platform/graphics/android/ |
ImageBufferAndroid.cpp | 76 SkDevice* device = canvas->getDevice(); local 77 const SkBitmap& orig = device->accessBitmap(false);
|
/external/wpa_supplicant/ |
l2_packet_freebsd.c | 161 static int eth_get(const char *device, u8 ea[ETH_ALEN]) 184 os_memcmp(sdl->sdl_data, device, sdl->sdl_nlen) != 0)
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_freebsd.c | 164 static int eth_get(const char *device, u8 ea[ETH_ALEN]) 187 os_memcmp(sdl->sdl_data, device, sdl->sdl_nlen) != 0)
|
/frameworks/base/libs/audioflinger/ |
AudioPolicyService.h | 43 virtual status_t setDeviceConnectionState(AudioSystem::audio_devices device, 46 virtual AudioSystem::device_connection_state getDeviceConnectionState(AudioSystem::audio_devices device, 206 Mutex mLock; // prevents concurrent access to AudioPolicy manager functions changing device
|
/frameworks/base/services/java/com/android/server/ |
InputDevice.java | [all...] |
/hardware/msm7k/libcamera/ |
camera_ifc.h | 202 camera_device_type device; member in struct:__anon7625 213 camera_device_type device; member in union:__anon7626
|
/hardware/msm7k/liblights/ |
lights.c | 67 = "/sys/class/leds/red/device/grpfreq"; 70 = "/sys/class/leds/red/device/grppwm"; 73 = "/sys/class/leds/red/device/blink"; 85 * device methods 344 /** Close the lights device */ 361 /** Open a new instance of a lights device using name */ 363 struct hw_device_t** device) 401 *device = (struct hw_device_t*)dev;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitLaunchAction.java | 40 * A launch action that executes a instrumentation test run on an Android device. 56 * Launch a instrumentation test run on given Android device. 63 public boolean doLaunchAction(DelayedLaunchInfo info, IDevice device) { 65 mLaunchInfo.getRunner(), device.getSerialNumber());
|
/system/core/rootdir/ |
Android.mk | 16 # which are device-specific. However, these builds require at the moment
|
/external/bluetooth/bluez/tools/ |
csr.h | 512 int csr_open_hci(char *device); 517 int csr_open_usb(char *device); 522 int csr_open_bcsp(char *device); 527 int csr_open_h4(char *device); 532 int csr_open_3wire(char *device);
|
/external/iproute2/doc/ |
ip-cref.tex | 112 \item \verb|link| --- network device 113 \item \verb|address| --- protocol (IP or IPv6) address on a device 191 which may change only some of the device parameters given 225 \section{{\tt ip link} --- network device configuration} 228 \paragraph{Object:} A \verb|link| is a network device and the corresponding 233 \subsection{{\tt ip link set} --- change device attributes} 242 --- \verb|NAME| specifies the network device on which to operate. 246 --- change the state of the device to \verb|UP| or \verb|DOWN|. 250 --- change the \verb|NOARP| flag on the device. 253 This operation is {\em not allowed\/} if the device is in state \verb|UP| [all...] |
/external/blktrace/btt/doc/ |
btt.tex | 93 device. \texttt{blkparse} provides the ability to combine all the 144 \item Driver and device time -- the average time from when the 184 When tracking \emph{device mapper} devices, we also break down the 187 \item[Device Overhead] 211 \item[Device Merge Information] 232 \item[Device Seek Information] 316 how the larger number of data values for device (8,0) dominates in 382 \item[Per Device] Similar to the per-process display, \texttt{btt} 384 per-device criteria. Here's a portion of this area, displayed showing 401 \item[Per Device Averages] The average columns from the above charts [all...] |
/external/kernel-headers/original/linux/ |
fb.h | 380 #include <linux/device.h> 389 struct device; 769 /* assigned backlight device */ 777 struct device *device; member in struct:fb_info 778 struct class_device *class_device; /* sysfs per device attrs */ 789 /* From here on everything is device dependent */ 866 * `Generic' versions of the frame buffer device operations [all...] |
/external/bluetooth/bluez/test/ |
hciemu.c | 1094 syslog(LOG_ERR, "Can't open device hci%d: %s (%d)", 1100 syslog(LOG_ERR, "Can't get device info for hci%d: %s (%d)", 1178 "\t[-d device] use specified device\n" 1186 { "device", 1, 0, 'd' }, 1198 char *device = NULL, *snoop = NULL; local 1207 device = strdup(optarg); 1241 perror("Invalid device"); 1272 if (!device && dev >= 0) 1273 device = strdup(GHCI_DEV) [all...] |
/external/libpcap/ |
pcap-win32.c | 393 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, 411 p->adapter = PacketOpenAdapter((char*)device); 585 strstr(_strlwr((char*)device), "dag")); 735 * Restore the timeout set when the device was opened.
|
/external/ping/ |
ping.c | 408 /* Device queue overflow or OOM. Packet is not sent. */ 422 * on stuck output device even when dealine was not requested. 513 * on sends, when device is too slow or stalls. Just put limit 962 char *device; variable [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/dart/ |
SDL_dart.c | 82 int iDeviceOrd = 0; // Default device to be used 93 // First thing is to try to open a given DART device! 95 // pszDeviceType should contain the device type in low word, and device ordinal in high word! 106 // Save the device ID we got from DART! 150 // Now query this device if it supports the given freq/bits/channels! 163 { // The device cannot handle this format! 166 SDL_SetError("Audio device doesn't support requested audio format"); 169 // The device can handle this format, so initialize! 174 { // The device could not be opened [all...] |