HomeSort by relevance Sort by last modified time
    Searched defs:device (Results 176 - 200 of 458) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 67 LOGV("A2dpAudioInterface::openOutputStream() open HW device: %x", devices);
236 uint32_t device, int *pFormat, uint32_t *pChannels, uint32_t *pRate)
242 LOGD("A2dpAudioStreamOut::set %x, %d, %d, %d\n", device, lFormat, lChannels, lRate);
263 mDevice = device;
380 int device; local
400 if (param.getInt(key, device) == NO_ERROR) {
401 if (AudioSystem::isA2dpDevice((AudioSystem::audio_devices)device)) {
402 mDevice = device;
AudioHardwareGeneric.cpp 275 int device; local
278 if (param.getInt(key, device) == NO_ERROR) {
279 mDevice = device;
347 LOGE("Attempt to read from unopened device");
383 int device; local
386 if (param.getInt(key, device) == NO_ERROR) {
387 mDevice = device;
audio_policy_hal.cpp 41 struct audio_policy_device device; member in struct:android_audio_legacy::legacy_ap_device
65 audio_devices_t device,
71 (AudioSystem::audio_devices)device,
78 audio_devices_t device,
83 (AudioSystem::audio_devices)device,
101 /* force using a specific device category for the specified usage */
111 /* retreive current device category forced for a given usage */
287 static int create_legacy_ap(const struct audio_policy_device *device,
373 static int legacy_ap_dev_close(hw_device_t* device)
375 if (device)
    [all...]
  /hardware/msm7k/libaudio-qdsp5v2/
msm_audio.h 73 uint32_t device; member in struct:msm_snd_device_config
83 uint32_t device; member in struct:msm_snd_volume_config
  /hardware/msm7k/libaudio-qsd8k/
msm_audio.h 73 uint32_t device; member in struct:msm_snd_device_config
83 uint32_t device; member in struct:msm_snd_volume_config
  /hardware/msm7k/libgralloc/
gralloc.cpp 57 alloc_device_t device; member in struct:gralloc_context_t
67 hw_device_t** device);
70 hw_device_t** device);
577 hw_device_t** device)
588 dev->device.common.tag = HARDWARE_DEVICE_TAG;
589 dev->device.common.version = 0;
590 dev->device.common.module = const_cast<hw_module_t*>(module);
591 dev->device.common.close = gralloc_close;
593 dev->device.alloc = gralloc_alloc;
594 dev->device.free = gralloc_free
    [all...]
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 57 framebuffer_device_t device; member in struct:fb_context_t
365 hw_device_t** device)
379 dev->device.common.tag = HARDWARE_DEVICE_TAG;
380 dev->device.common.version = 0;
381 dev->device.common.module = const_cast<hw_module_t*>(module);
382 dev->device.common.close = fb_close;
383 dev->device.setSwapInterval = fb_setSwapInterval;
384 dev->device.post = fb_post;
385 dev->device.setUpdateRect = 0;
386 dev->device.compositionComplete = fb_compositionComplete
    [all...]
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 59 const char *device = DEVICE; member in namespace:android
81 if ((mCameraHandle = open(device, O_RDWR)) == -1)
102 CAMHAL_LOGEA("Error while adapter initialization: Capture device does not support streaming i/o");
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 44 * and notifies the application when the MTP device list changes.
57 // so we can inform when the device has been detached.
65 // unable to open the device.
127 * Called when a new device has been added
129 * @param device the new device that was added
131 public void deviceAdded(MtpDevice device);
134 * Called when a new device has been removed
136 * @param device the device that was remove
299 MtpDevice device = getDevice(deviceName); local
331 MtpDevice device = getDevice(deviceName); local
346 MtpDevice device = getDevice(deviceName); local
367 MtpDevice device = getDevice(deviceName); local
403 MtpDevice device = getDevice(deviceName); local
418 MtpDevice device = getDevice(deviceName); local
436 MtpDevice device = getDevice(deviceName); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceListPreferenceFragment.java 79 Log.e(TAG, "Bluetooth is not supported on this device");
138 CachedBluetoothDevice device = btPreference.getCachedDevice(); local
139 mSelectedDevice = device.getDevice();
  /packages/experimental/procstatlog/
procstatlog.c 50 // /proc/diskstats - per device: "/proc/diskstats:mmcblk0"
53 // /proc/yaffs - per device/line: "/proc/yaffs:userdata:nBlockErasures"
175 char *line, *device = NULL; local
179 if (strncmp(line, "Device ", 7) == 0) {
180 device = strchr(line, '"');
181 if (device != NULL) {
182 char *end = strchr(++device, '"');
184 device_len = strlen(device);
188 if (device == NULL) continue;
196 unspace(data->name + 12, device, device_len)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
mixer_abst.h 74 char *device; member in struct:_sm_class_basic
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
rose.h 66 char device[16]; member in struct:rose_route_struct
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netrose/
rose.h 93 char device[16]; member in struct:rose_route_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /sdk/monkeyrunner/src/com/android/monkeyrunner/controller/
MonkeyControllerFrame.java 55 private final IChimpDevice device; field in class:MonkeyControllerFrame
76 device.press(button.getKeyName(), DOWN_AND_UP);
89 this.device = chimpDevice;
125 device.touch(event.getX(), event.getY(), DOWN_AND_UP);
135 device.type(Character.toString(event.getKeyChar()));
144 variableFrame.init(device);
152 IChimpImage snapshot = device.takeSnapshot();
  /system/core/fastboot/
usb_osx.c 52 /** An open usb device */
95 // Get an iterator for the interfaces on the device
99 ERR("Couldn't create a device interface iterator: (%08x)\n", kr);
257 /** Try out the given device and see if there's a match. Returns 0 on
260 static int try_device(io_service_t device, usb_handle *handle) {
269 kr = IOCreatePlugInInterfaceForService(device,
279 // Now create the device interface.
283 ERR("Couldn't create a device interface (%08x)\n", (int) result);
288 * We don't need the intermediate interface after the device interface
293 // So, we have a device, finally. Grab its vitals
412 io_service_t device = IOIteratorNext(iterator); local
    [all...]

Completed in 679 milliseconds

1 2 3 4 5 6 78 91011>>