HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 1 - 25 of 1757) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/kernel/arch-mips/asm/
device.h 19 #include <asm-generic/device.h>
  /development/ndk/platforms/android-9/arch-mips/include/asm/
device.h 19 #include <asm-generic/device.h>
  /external/kernel-headers/original/asm-mips/
device.h 2 * Arch specific extensions to struct device
6 #include <asm-generic/device.h>
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
device.h 19 #include <asm-generic/device.h>
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
device.h 19 #include <asm-generic/device.h>
  /device/sample/products/
backup_overlay.mk 22 PRODUCT_PACKAGE_OVERLAYS := device/sample/overlays/backup
  /frameworks/base/core/java/android/bluetooth/
IBluetoothA2dp.aidl 28 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
32 int getConnectionState(in BluetoothDevice device);
33 boolean setPriority(in BluetoothDevice device, int priority);
34 int getPriority(in BluetoothDevice device);
35 boolean isA2dpPlaying(in BluetoothDevice device);
38 boolean suspendSink(in BluetoothDevice device);
39 boolean resumeSink(in BluetoothDevice device);
40 boolean connectSinkInternal(in BluetoothDevice device);
41 boolean disconnectSinkInternal(in BluetoothDevice device);
    [all...]
IBluetoothHeadset.aidl 28 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
32 int getConnectionState(in BluetoothDevice device);
33 boolean setPriority(in BluetoothDevice device, int priority);
34 int getPriority(in BluetoothDevice device);
35 boolean startVoiceRecognition(in BluetoothDevice device);
36 boolean stopVoiceRecognition(in BluetoothDevice device);
37 boolean isAudioConnected(in BluetoothDevice device);
40 int getBatteryUsageHint(in BluetoothDevice device);
43 boolean createIncomingConnect(in BluetoothDevice device);
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/
SettingsToggler.java 18 import com.android.tradefed.device.DeviceNotAvailableException;
19 import com.android.tradefed.device.ITestDevice;
27 public static void setSecureString(ITestDevice device, String name, String value)
29 deleteSecure(device, name);
30 device.executeShellCommand(
38 public static void setSecureInt(ITestDevice device, String name, int value)
40 deleteSecure(device, name);
41 device.executeShellCommand(
48 public static void updateSecureString(ITestDevice device, String name, String value)
50 device.executeShellCommand
    [all...]
  /external/libmtp/examples/
format.c 3 * Example program that formats the device storage.
51 LIBMTP_mtpdevice_t *device; local
57 device = LIBMTP_Get_First_Device();
58 if (device == NULL) {
63 printf("I will now format your device. This means that\n");
69 ret = LIBMTP_Format_Storage(device, device->storage);
76 printf("Failed to format device.\n");
77 LIBMTP_Dump_Errorstack(device);
78 LIBMTP_Clear_Errorstack(device);
    [all...]
  /hardware/msm7k/libaudio-qdsp5v2/
AudioPolicyManager.cpp 26 // Max volume for streams when playing over bluetooth SCO device while in call: -18dB
54 uint32_t device = 0; local
57 device = mDeviceForStrategy[strategy];
58 ALOGV("getDeviceForStrategy() from cache strategy %d, device %x", strategy, device);
59 return device;
66 device = getDeviceForStrategy(STRATEGY_MEDIA, false);
78 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT;
79 if (device) break;
82 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_HEADSET
    [all...]
  /external/bluetooth/bluez/src/
device.h 25 #define DEVICE_INTERFACE "org.bluez.Device"
48 void device_set_name(struct btd_device *device, const char *name);
49 void device_get_name(struct btd_device *device, char *name, size_t len);
50 device_type_t device_get_type(struct btd_device *device);
51 void device_remove(struct btd_device *device, gboolean remove_stored);
52 gint device_address_cmp(struct btd_device *device, const gchar *address);
53 int device_browse_primary(struct btd_device *device, DBusConnection *conn,
55 int device_browse_sdp(struct btd_device *device, DBusConnection *conn,
57 void device_probe_drivers(struct btd_device *device, GSList *profiles);
58 const sdp_record_t *btd_device_get_record(struct btd_device *device,
    [all...]
  /bionic/libc/kernel/common/linux/
clk.h 21 struct device;
24 struct clk *clk_get(struct device *dev, const char *id);
  /development/ndk/platforms/android-3/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /external/libpcap/
pcap-septel.h 6 * card code at the same time as another type of device.
14 pcap_t *septel_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfile.java 38 boolean connect(BluetoothDevice device);
40 boolean disconnect(BluetoothDevice device);
42 int getConnectionStatus(BluetoothDevice device);
44 boolean isPreferred(BluetoothDevice device);
46 int getPreferred(BluetoothDevice device);
48 void setPreferred(BluetoothDevice device, boolean preferred);
52 /** Display order for device profile settings. */
57 * @param device the Bluetooth device (to distinguish between PAN roles)
59 int getNameResource(BluetoothDevice device);
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
clk.h 15 struct device;
19 struct clk *clk_get(struct device *dev, const char *id);

Completed in 2056 milliseconds

1 2 3 4 5 6 7 8 91011>>