HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 426 - 450 of 782) sorted by null

<<11121314151617181920>>

  /dalvik/dexdump/
Android.mk 35 ## Build the device command line tool dexdump
38 ifneq ($(SDK_ONLY),true) # SDK_only doesn't need device version
  /dalvik/libnativehelper/
Android.mk 19 # Common definitions for host and device.
51 # Build for the target (device).
  /device/htc/dream-sapphire/
BoardConfigCommon.mk 61 BOARD_EGL_CFG := device/htc/dream-sapphire/egl.cfg
68 TARGET_RELEASETOOLS_EXTENSIONS := device/htc/common
  /device/htc/passion-common/
BoardConfigCommon.mk 53 BOARD_EGL_CFG := device/htc/passion-common/egl.cfg
74 TARGET_RELEASETOOLS_EXTENSIONS := device/htc/common
  /external/blktrace/
blkrawverify.c 117 fprintf(ofp, " %8s: (%u,%u)\n\n", "device", MAJOR(bit->device),
118 MINOR(bit->device));
231 else if (bit->device != save_device) {
240 save_device = bit->device;
286 fprintf(stderr,"FATAL: Need device name(s)\n");
  /external/bluetooth/bluez/compat/
bnep.c 141 printf("%s %s %s\n", ci[i].device,
187 strncpy(req.device, dev, 16);
188 req.device[15] = '\0';
193 strncpy(dev, req.device, 16);
253 * dev - Network device (contains actual dev name on return)
  /external/bluetooth/bluez/tools/
csr_bcsp.c 49 int csr_open_bcsp(char *device)
55 if (!device)
56 device = "/dev/ttyS0";
58 fd = open(device, O_RDWR | O_NOCTTY);
  /external/bluetooth/glib/gio/
glocalfileinfo.h 41 dev_t device; member in struct:__anon1239
  /external/grub/util/
grub-image 99 # This requires running as root, and using the loop device.
131 cat <<EOF | $grub_shell --batch --device-map=/dev/null
132 device (fd0) $image
grub-image.in 99 # This requires running as root, and using the loop device.
131 cat <<EOF | $grub_shell --batch --device-map=/dev/null
132 device (fd0) $image
grub-install 72 --recheck probe a device map even if it already exists
74 INSTALL_DEVICE can be a GRUB device name or a system device filename.
85 # Convert an OS device to the corresponding GRUB drive.
88 # First, check if the device file exists.
92 echo "$1: Not found or not a block device." 1>&2
96 # Break the device name into the disk part and the partition part.
192 # Find the real file/device that file points at
215 # Find block device on which the file resides.
217 # For now, this uses the program `df' to get the device name, but i
    [all...]
  /external/skia/include/core/
SkColorFilter.h 104 virtual bool setContext(const SkBitmap& device, const SkPaint& paint,
  /external/skia/include/images/
SkFlipPixelRef.h 40 const SkRegion& beginUpdate(SkBitmap* device);
  /external/skia/src/core/
SkShader.cpp 90 bool SkShader::setContext(const SkBitmap& device,
96 fDeviceConfig = SkToU8(device.getConfig());
234 bool SkColorShader::setContext(const SkBitmap& device, const SkPaint& paint,
236 if (!this->INHERITED::setContext(device, paint, matrix)) {
  /external/skia/src/effects/
SkLayerRasterizer.cpp 121 SkBitmap device; local
133 device.setConfig(SkBitmap::kA8_Config, mask->fBounds.width(), mask->fBounds.height(), mask->fRowBytes);
134 device.setPixels(mask->fImage);
136 draw.fBitmap = &device;
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 0 /* //device/libs/android_runtime/android_media_AudioSystem.cpp
122 android_media_AudioSystem_setDeviceConnectionState(JNIEnv *env, jobject thiz, jint device, jint state, jstring device_address)
125 int status = check_AudioSystem_Command(AudioSystem::setDeviceConnectionState(static_cast <AudioSystem::audio_devices>(device),
133 android_media_AudioSystem_getDeviceConnectionState(JNIEnv *env, jobject thiz, jint device, jstring device_address)
136 int state = static_cast <int>(AudioSystem::getDeviceConnectionState(static_cast <AudioSystem::audio_devices>(device),
  /frameworks/base/media/libmedia/
AudioSystem.cpp 503 status_t AudioSystem::setDeviceConnectionState(audio_devices device,
510 return aps->setDeviceConnectionState(device, state, device_address);
513 AudioSystem::device_connection_state AudioSystem::getDeviceConnectionState(audio_devices device,
519 return aps->getDeviceConnectionState(device, device_address);
561 // (e.g voice call stream @ 8kHz could use BT SCO device and be routed to
687 bool AudioSystem::isOutputDevice(audio_devices device)
689 if ((popCount(device) == 1 ) &&
690 ((device & ~AudioSystem::DEVICE_OUT_ALL) == 0)) {
697 bool AudioSystem::isInputDevice(audio_devices device)
699 if ((popCount(device) == 1 ) &
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/mmc/
mmc.h 17 #include <linux/device.h>
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/mmc/
mmc.h 17 #include <linux/device.h>
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/mmc/
mmc.h 17 #include <linux/device.h>
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/mmc/
mmc.h 17 #include <linux/device.h>
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/mmc/
mmc.h 17 #include <linux/device.h>
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/mmc/
mmc.h 17 #include <linux/device.h>
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothManager.java 70 // If a device was picked from the device picker or was in discoverable mode
175 * scanning state had really changed (in that case the device
279 public void showError(BluetoothDevice device, int titleResId, int messageResId) {
280 CachedBluetoothDevice cachedDevice = mCachedDeviceManager.findDevice(device);
283 if (device != null) name = device.getName();
320 // If the device was in discoverABLE mode recently
328 // If the device was discoverING recently
336 // If the device was picked in the device picker recentl
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/
HierarchyViewer.java 20 import com.android.hierarchyviewer.device.DeviceBridge;

Completed in 1541 milliseconds

<<11121314151617181920>>