HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 376 - 400 of 4438) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpSinkProfile.java 52 // Order of this profile in device profiles list
66 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); local
67 // we may add a new device here, but generally this should not happen
68 if (device == null) {
69 Log.w(TAG, "A2dpSinkProfile found new device: " + nextDevice);
70 device = mDeviceManager.addDevice(mLocalAdapter, mProfileManager, nextDevice);
72 device.onProfileStateChanged(A2dpSinkProfile.this, BluetoothProfile.STATE_CONNECTED);
73 device.refresh();
114 public boolean connect(BluetoothDevice device) {
119 if (src.equals(device)) {
    [all...]
HfpClientProfile.java 55 // Order of this profile in device profiles list
70 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); local
71 // we may add a new device here, but generally this should not happen
72 if (device == null) {
73 Log.w(TAG, "HfpClient profile found new device: " + nextDevice);
74 device = mDeviceManager.addDevice(mLocalAdapter, mProfileManager, nextDevice);
76 device.onProfileStateChanged(
78 device.refresh();
124 public boolean connect(BluetoothDevice device) {
129 if (src.equals(device)) {
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDevice.java 27 * A class representing a Wi-Fi p2p device
37 * The device name is a user friendly string to identify a Wi-Fi p2p device
42 * The device MAC address uniquely identifies a Wi-Fi p2p device
47 * Primary device type identifies the type of device. For example, an application
50 * for the full list of standard device types supported.
55 * Secondary device type is an optional attribute that can be provided by a device i
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]

Completed in 1061 milliseconds

<<11121314151617181920>>