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

<<11121314151617181920>>

  /external/bluetooth/bluez/audio/
Android.mk 11 device.c \
  /external/bluetooth/bluez/test/
attest.c 80 static int open_device(char *device)
85 fd = open(device, O_RDWR | O_NOCTTY | O_NONBLOCK);
141 printf("Usage:\n\tattest <device> | <bdaddr> [channel]\n");
169 printf("Opening device %s\n", argv[1]);
  /external/kernel-headers/original/linux/
serio.h 22 #include <linux/device.h>
48 struct device dev;
  /external/libpcap/
pcap-septel.c 50 /* This code is required when compiling for a Septel device only. */
202 * Get a handle for a live capture from the given Septel device. Always pass a NULL device
209 pcap_t *septel_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf) {
214 snprintf(ebuf, PCAP_ERRBUF_SIZE, "malloc %s: %s", device, pcap_strerror(errno));
266 const char description[512]= "Intel/Septel device";
  /external/skia/src/core/
SkDevice.cpp 105 void SkDevice::drawDevice(const SkDraw& draw, SkDevice* device,
107 draw.drawSprite(device->accessBitmap(false), x, y, paint);
  /external/skia/src/gl/
SkGLCanvas.cpp 56 SkDevice* device = this->createDevice(SkBitmap::kARGB_8888_Config, width, local
58 this->setDevice(device)->unref();
  /external/srec/portable/
Android.mk 62 # For the device
  /external/srec/srec/AcousticModels/
Android.mk 59 # For the device
  /external/srec/srec/AcousticState/
Android.mk 58 # For the device
  /external/srec/srec/Grammar/
Android.mk 63 # For the device
  /external/srec/srec/Nametag/
Android.mk 63 # For the device
  /external/srec/srec/Recognizer/
Android.mk 66 # For the device
  /external/srec/srec/Semproc/
Android.mk 66 # For the device
  /external/srec/srec/Session/
Android.mk 60 # For the device
  /external/srec/srec/Vocabulary/
Android.mk 60 # For the device
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 96 * This key event should put the device to sleep (and engage keyguard if necessary)
363 /** Screen turned off because of a device admin */
556 * affect the power state of the device, for example, the power keys.
752 * wake up the device?
754 * @param device The device the movement came from.
755 * @param classes The input classes associated with the device.
759 public boolean isWakeRelMovementTq(int device, int classes,
764 * wake up the device?
766 * @param device The device the movement came from
    [all...]
  /frameworks/base/libs/audioflinger/
AudioDumpInterface.h 0 /* //device/servers/AudioFlinger/AudioDumpInterface.h
58 uint32_t device() { return mDevice; } function in class:android::AudioStreamOutDump
69 uint32_t mDevice; // current device this output is routed to
101 uint32_t device() { return mDevice; } function in class:android::AudioStreamInDump
109 uint32_t mDevice; // current device this output is routed to
  /frameworks/base/libs/binder/
Android.mk 15 # we have the common sources, plus some device-specific stuff
  /frameworks/base/media/libmedia/
IAudioPolicyService.cpp 59 AudioSystem::audio_devices device,
65 data.writeInt32(static_cast <uint32_t>(device));
73 AudioSystem::audio_devices device,
78 data.writeInt32(static_cast <uint32_t>(device));
258 AudioSystem::audio_devices device = static_cast <AudioSystem::audio_devices>(data.readInt32()); local
261 reply->writeInt32(static_cast <uint32_t>(setDeviceConnectionState(device, state, device_address)));
267 AudioSystem::audio_devices device = static_cast <AudioSystem::audio_devices>(data.readInt32()); local
269 reply->writeInt32(static_cast <uint32_t>(getDeviceConnectionState(device, device_address)));
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 38 // - keep track of current system state (removable device connections, phone state, user requests...).
47 // applicable to each output as a function of platform specific settings and current output route (destination device). It
64 // indicate a change in device connection status
65 virtual status_t setDeviceConnectionState(AudioSystem::audio_devices device,
68 // retreive a device connection status
69 virtual AudioSystem::device_connection_state getDeviceConnectionState(AudioSystem::audio_devices device,
75 // force using a specific device category for the specified usage
77 // retreive current device category forced for a given usage
100 // request an input appriate for record from the supplied device with supplied parameters.
180 // for each output (destination device) it is attached to
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
ChunkHandler.java 202 Device device = client.getDeviceImpl(); local
203 int newPort = provider.getPort(device, appName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 25 AndroidJUnitLaunchAction_LaunchInstr_2s=Launching instrumentation %1$s on device %2$s
  /bionic/libc/kernel/common/linux/mmc/
card.h 56 struct device dev;
  /bootable/diskinstaller/libdiskconfig/
diskconfig.h 84 char *device; member in struct:disk_info
  /external/blktrace/btt/
trace_issue.c 35 if (!remapper_dev(d_iop->t.device))

Completed in 882 milliseconds

<<11121314151617181920>>