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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/libs/audioflinger/
AudioPolicyManagerBase.cpp 31 status_t AudioPolicyManagerBase::setDeviceConnectionState(AudioSystem::audio_devices device,
36 LOGV("setDeviceConnectionState() device: %x, state %d, address %s", device, state, device_address);
38 // connect/disconnect only 1 device at a time
39 if (AudioSystem::popCount(device) != 1) return BAD_VALUE;
47 if (AudioSystem::isOutputDevice(device)) {
50 if (AudioSystem::isA2dpDevice(device)) {
51 LOGE("setDeviceConnectionState() invalid device: %x", device);
58 // handle output device connectio
426 uint32_t device = getDeviceForStrategy(strategy); local
656 uint32_t device = getDeviceForInputSource(inputSource); local
1346 uint32_t device = 0; local
1400 uint32_t device = 0; local
1609 uint32_t device; local
1852 uint32_t AudioPolicyManagerBase::AudioOutputDescriptor::device() function in class:android::AudioPolicyManagerBase::AudioOutputDescriptor
1854 uint32_t device = 0; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventRedirector.java 50 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
70 mManager.getCachedDeviceManager().onDeviceAppeared(device, rssi, btClass, name);
73 mManager.getCachedDeviceManager().onDeviceDisappeared(device);
76 mManager.getCachedDeviceManager().onDeviceNameUpdated(device);
82 cachedDeviceMgr.onBondingStateChanged(device, bondState);
84 if (device.isBluetoothDock()) {
87 mManager.removeDockAutoConnectSetting(device.getAddress());
89 // if the device is undocked, remove it from the list as
91 if (!device.getAddress().equals(getDockedDeviceAddress(context))) {
92 cachedDeviceMgr.onDeviceDisappeared(device);
189 BluetoothDevice device = i.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); local
    [all...]
  /cts/tools/host/src/com/android/cts/
SignatureCheckPackage.java 68 * Run the package over the device.
70 * @param device The device to run the package.
75 public void run(final TestDevice device, final String javaPkgName,
82 ArrayList<String> result = startSignatureTest(device);
101 * @param device the device under test.
104 public ArrayList<String> startSignatureTest(TestDevice device)
110 device.setRuntimeListener(device);
157 private final TestDevice device; field in class:SignatureCheckPackage.SignatureTestResultObserver
    [all...]
  /external/skia/src/core/
SkBlitter_Sprite.cpp 31 void SkSpriteBlitter::setup(const SkBitmap& device, int left, int top,
34 fDevice = &device;
67 SkBlitter* SkBlitter::ChooseSprite( const SkBitmap& device,
77 and respect that by blending the edges of the bitmap against the device. To support
85 switch (device.getConfig()) {
98 blitter->setup(device, left, top, paint);
SkBlitter_4444.cpp 42 SkARGB4444_Blitter(const SkBitmap& device, const SkPaint& paint);
63 SkARGB4444_Blitter::SkARGB4444_Blitter(const SkBitmap& device, const SkPaint& paint)
64 : INHERITED(device)
154 SkPMColor16* device = fDevice.getAddr16(x, y); local
163 sk_dither_memset16(device, color, other, width);
166 src_over_4444x(device, SkExpand_4444_Replicate(color),
178 SkPMColor16* device = fDevice.getAddr16(x, y); local
189 *device = color;
190 device = (SkPMColor16*)((char*)device + rb)
219 SkPMColor16* device = fDevice.getAddr16(x, y); local
252 SkPMColor16* device = fDevice.getAddr16(x, y); local
360 SkPMColor16* device = fDevice.getAddr16(x, y); local
418 SkPMColor16* device = fDevice.getAddr16(x, y); local
434 SkPMColor16* device = fDevice.getAddr16(x, y); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 119 static void ROM_DeleteDevice(SDL_VideoDevice *device)
121 SDL_free(device->hidden);
122 SDL_free(device);
127 SDL_VideoDevice *device; local
130 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
131 if ( device ) {
132 SDL_memset(device, 0, (sizeof *device));
133 device->hidden = (struct SDL_PrivateVideoData *)
134 SDL_malloc((sizeof *device->hidden))
    [all...]
  /bionic/libc/kernel/common/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
miscdevice.h 44 struct device;
52 struct device *dev;
platform_device.h 15 #include <linux/device.h>
20 struct device dev;
  /external/bluetooth/bluez/test/
test-network 26 device = adapter.FindDevice(address) variable
28 network = dbus.Interface(bus.get_object("org.bluez", device),
33 print "Connected %s to %s" % (device, address)
test-telephony 36 print "Need device address parameter"
38 device = adapter.FindDevice(sys.argv[2]) variable
39 headset = dbus.Interface(bus.get_object("org.bluez", device),
46 print "Need device address parameter"
48 device = adapter.FindDevice(sys.argv[2]) variable
49 headset = dbus.Interface(bus.get_object("org.bluez", device),
56 print "Need device address parameter"
58 device = adapter.FindDevice(sys.argv[2]) variable
59 headset = dbus.Interface(bus.get_object("org.bluez", device),
71 print "Need device address parameter
73 device = adapter.FindDevice(sys.argv[2]) variable
88 device = adapter.FindDevice(sys.argv[2]) variable
99 device = adapter.FindDevice(sys.argv[2]) variable
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /sdk/emulator/qtools/tests/gtrace/
Makefile 4 QEMU=$(P4ROOT)/device/tools/qemu/arm-softmmu/qemu-system-arm
5 QTOOLS=$(P4ROOT)/device/tools/qtools
15 $(QTOOLS)/q2g -r $(P4ROOT)/device/out/linux-arm-release/symbols foo test.elf foo.gtrace
  /system/core/toolbox/
umount.c 17 char device[256]; local
30 count = fscanf(f, "%255s %255s %255s\n", device, mount_path, rest);
32 if (strcmp(LOOP_DEVICE, device) == 0 && strcmp(path, mount_path) == 0) {
59 // free the loop device
62 perror("open loop device failed");
  /external/bluetooth/bluez/audio/
manager.c 56 #include "../src/device.h"
61 #include "device.h"
156 static void handle_uuid(const char *uuidstr, struct audio_device *device)
173 if (!server_is_enabled(&device->src, uuid16)) {
182 if (device->headset)
183 headset_update(device, uuid16, uuidstr);
185 device->headset = headset_init(device, uuid16,
193 if (device->headset)
194 headset_update(device, uuid16, uuidstr)
410 struct audio_device *device = user_data; local
433 struct audio_device *device; local
508 struct audio_device *device = user_data; local
530 struct audio_device *device; local
1211 struct btd_device *device; local
    [all...]
gateway.h 36 struct gateway *gateway_init(struct audio_device *device);
40 void gateway_start_service(struct audio_device *device);
  /external/bluetooth/bluez/src/
hcid.conf 28 device {
29 # Local device name
30 # %d - device id
34 # Local device class
  /external/e2fsprogs/misc/
ismounted.c 82 char buf[1024], *device = 0, *mnt_dir = 0, *cp; local
103 device = mnt_dir = 0;
109 device = parse_word(&cp);
110 if (!device || *device == '#')
114 if (device[0] != '/')
117 if (strcmp(file, device) == 0)
119 if (stat(device, &st_buf) == 0) {
136 * Do an extra check to see if this is the root device. We
139 * check if the given device has the same major/minor numbe
    [all...]
  /external/kernel-headers/original/linux/
miscdevice.h 33 struct device;
41 struct device *dev;
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios_sb3.c 57 bpp = 1<<(SDL_XBIOS_scpn_planes_device[scrinfo->device]);
83 1<<(SDL_XBIOS_scpn_planes_device[scrinfo->device]),

Completed in 900 milliseconds

1 2 3 4 56 7 8 91011>>