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

12 3 4 5 6 7 8 91011>>

  /device/common/gps/
gps_us.mk 18 device/common/gps/gps.conf_US:system/etc/gps.conf
gps_us_supl.mk 18 device/common/gps/gps.conf_US_SUPL:system/etc/gps.conf
  /frameworks/base/core/java/android/bluetooth/
IBluetoothPbap.aidl 29 boolean connect(in BluetoothDevice device);
31 boolean isConnected(in BluetoothDevice device);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
Configuration.java 17 package com.android.hierarchyviewer.device;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 94 * Temporary method to fill profiles based on a device's class.
98 * @param uuids of the remote device
127 public abstract boolean connect(BluetoothDevice device);
129 public abstract boolean disconnect(BluetoothDevice device);
131 public abstract int getConnectionStatus(BluetoothDevice device);
133 public abstract int getSummary(BluetoothDevice device);
137 public abstract boolean isPreferred(BluetoothDevice device);
139 public abstract int getPreferred(BluetoothDevice device);
141 public abstract void setPreferred(BluetoothDevice device, boolean preferred);
143 public boolean isConnected(BluetoothDevice device) {
288 BluetoothDevice device = mService.getCurrentHeadset(); local
    [all...]
  /external/kernel-headers/original/linux/
transport_class.h 12 #include <linux/device.h>
19 int (*setup)(struct transport_container *, struct device *,
21 int (*configure)(struct transport_container *, struct device *,
23 int (*remove)(struct transport_container *, struct device *,
64 void transport_remove_device(struct device *);
65 void transport_add_device(struct device *);
66 void transport_setup_device(struct device *);
67 void transport_configure_device(struct device *);
68 void transport_destroy_device(struct device *);
71 transport_register_device(struct device *dev
    [all...]
  /external/bluetooth/bluez/src/
device.c 52 #include "device.h"
85 struct btd_device *device; member in struct:bonding_req
92 struct btd_device *device; member in struct:authentication_req
98 struct btd_device *device; member in struct:browse_req
203 struct btd_device *device = req->device; local
204 struct btd_adapter *adapter = device->adapter;
207 if (device_is_creating(device, NULL))
208 device_set_temporary(device, TRUE);
212 bt_cancel_discovery(&src, &device->bdaddr)
220 struct btd_device *device = user_data; local
268 struct btd_device *device = user_data; local
362 struct btd_device *device = data; local
390 struct btd_device *device = data; local
468 struct btd_device *device = user_data; local
585 struct btd_device *device = user_data; local
617 struct btd_device *device = user_data; local
701 struct btd_device *device = user_data; local
745 struct btd_device *device = user_data; local
911 struct btd_device *device; local
1286 struct btd_device *device = req->device; local
1387 struct btd_device *device = req->device; local
1454 struct btd_device *device = req->device; local
1640 struct btd_device *device = user_data; local
1706 struct btd_device *device; local
1751 struct btd_device *device = user_data; local
1800 struct btd_device *device = user_data; local
1817 struct btd_device *device = user_data; local
1906 struct btd_device *device = user_data; local
2116 struct btd_device *device = auth->device; local
2130 struct btd_device *device = auth->device; local
2145 struct btd_device *device = auth->device; local
2159 struct btd_device *device = auth->device; local
2234 struct btd_device *device = auth->device; local
    [all...]
  /hardware/libhardware/modules/overlay/
overlay.cpp 31 struct overlay_control_device_t device; member in struct:overlay_control_context_t
36 struct overlay_data_device_t device; member in struct:overlay_data_context_t
41 struct hw_device_t** device);
198 /* free all resources associated with this device here
256 /* free all resources associated with this device here
271 struct hw_device_t** device)
282 dev->device.common.tag = HARDWARE_DEVICE_TAG;
283 dev->device.common.version = 0;
284 dev->device.common.module = const_cast<hw_module_t*>(module);
285 dev->device.common.close = overlay_control_close
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.c 28 Implements RISC OS display device management.
88 static void RISCOS_DeleteDevice(SDL_VideoDevice *device)
90 SDL_free(device->hidden);
91 SDL_free(device);
96 SDL_VideoDevice *device; local
99 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
100 if ( device ) {
101 SDL_memset(device, 0, (sizeof *device));
102 device->hidden = (struct SDL_PrivateVideoData *
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/baudio/
SDL_beaudio.cc 53 static void Audio_DeleteDevice(SDL_AudioDevice *device)
55 SDL_free(device->hidden);
56 SDL_free(device);
61 SDL_AudioDevice *device; local
64 device = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
65 if ( device ) {
66 SDL_memset(device, 0, (sizeof *device));
67 device->hidden = (struct SDL_PrivateAudioData *)
68 SDL_malloc((sizeof *device->hidden))
    [all...]
  /bionic/libc/kernel/common/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /device/htc/dream/
device_dream.mk 17 DEVICE_PACKAGE_OVERLAYS := device/htc/dream/overlay
22 # proprietary side of the device
26 $(call inherit-product, device/htc/dream-sapphire/device_dream_sapphire.mk)
29 $(call inherit-product, device/htc/common/common_small.mk)
device_dream_as.mk 17 $(call inherit-product, device/common/gps/gps_as_supl.mk)
19 $(call inherit-product, device/htc/dream/device_dream.mk)
device_dream_eu.mk 17 $(call inherit-product, device/common/gps/gps_eu_supl.mk)
19 $(call inherit-product, device/htc/dream/device_dream.mk)
device_dream_us.mk 17 $(call inherit-product, device/common/gps/gps_us_supl.mk)
19 $(call inherit-product, device/htc/dream/device_dream.mk)
  /device/htc/sapphire/
device_sapphire.mk 17 DEVICE_PACKAGE_OVERLAYS := device/htc/sapphire/overlay
22 # proprietary side of the device
26 $(call inherit-product, device/htc/dream-sapphire/device_dream_sapphire.mk)
29 $(call inherit-product, device/htc/common/common.mk)
device_sapphire_as.mk 17 $(call inherit-product, device/common/gps/gps_as_supl.mk)
19 $(call inherit-product, device/htc/sapphire/device_sapphire.mk)
device_sapphire_eu.mk 17 $(call inherit-product, device/common/gps/gps_eu_supl.mk)
19 $(call inherit-product, device/htc/sapphire/device_sapphire.mk)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /bootable/recovery/mtdutils/
mounts.h 24 const MountedVolume *find_mounted_volume_by_device(const char *device);

Completed in 763 milliseconds

12 3 4 5 6 7 8 91011>>