/frameworks/base/core/java/android/bluetooth/ |
IBluetoothA2dp.aidl | 27 boolean connectSink(in BluetoothDevice device); 28 boolean disconnectSink(in BluetoothDevice device); 29 boolean suspendSink(in BluetoothDevice device); 30 boolean resumeSink(in BluetoothDevice device); 33 int getSinkState(in BluetoothDevice device); 34 boolean setSinkPriority(in BluetoothDevice device, int priority); 35 int getSinkPriority(in BluetoothDevice device);
|
IBluetoothHeadset.aidl | 29 boolean connectHeadset(in BluetoothDevice device); 31 boolean isConnected(in BluetoothDevice device); 34 boolean setPriority(in BluetoothDevice device, int priority); 35 int getPriority(in BluetoothDevice device);
|
/hardware/msm7k/libaudio-qsd8k/ |
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 LOGV("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...] |
/bionic/libc/kernel/common/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);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
clk.h | 15 struct device; 19 struct clk *clk_get(struct device *dev, const char *id);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
clk.h | 15 struct device; 19 struct clk *clk_get(struct device *dev, const char *id);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
clk.h | 15 struct device; 19 struct clk *clk_get(struct device *dev, const char *id);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
clk.h | 15 struct device; 19 struct clk *clk_get(struct device *dev, const char *id);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
clk.h | 15 struct device; 19 struct clk *clk_get(struct device *dev, const char *id);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
clk.h | 15 struct device; 19 struct clk *clk_get(struct device *dev, const char *id);
|
/external/bluetooth/bluez/src/ |
device.h | 25 #define DEVICE_INTERFACE "org.bluez.Device" 40 void device_set_name(struct btd_device *device, const char *name); 41 void device_remove(struct btd_device *device, DBusConnection *conn, 43 gint device_address_cmp(struct btd_device *device, const gchar *address); 44 int device_browse(struct btd_device *device, DBusConnection *conn, 46 void device_probe_drivers(struct btd_device *device, GSList *profiles); 47 const sdp_record_t *btd_device_get_record(struct btd_device *device, 49 void btd_device_add_uuid(struct btd_device *device, const char *uuid); 50 struct btd_adapter *device_get_adapter(struct btd_device *device); 52 const gchar *device_get_path(struct btd_device *device); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/dummy/ |
SDL_nullvideo.c | 79 static void DUMMY_DeleteDevice(SDL_VideoDevice *device) 81 SDL_free(device->hidden); 82 SDL_free(device); 87 SDL_VideoDevice *device; local 90 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); 91 if ( device ) { 92 SDL_memset(device, 0, (sizeof *device)); 93 device->hidden = (struct SDL_PrivateVideoData *) 94 SDL_malloc((sizeof *device->hidden)) [all...] |
/development/tools/hosttestlib/src/com/android/hosttest/ |
DeviceConnector.java | 29 * The maximum time to wait for a device to be connected. 34 * Initializes DDMS library, and connects to specified Android device 36 * @param deviceSerial the device serial to connect to. If <code>null</code> connect to first 37 * discovered device. 40 * @throws IllegalArgumentException if no device cannot be found. 46 for (IDevice device : adbBridge.getDevices()) { 48 return device; 49 } else if (deviceSerial.equals(device.getSerialNumber())) { 50 return device; 54 System.out.println("Waiting for device...") 57 IDevice device = listener.waitForDevice(MAX_WAIT_DEVICE_TIME); local [all...] |
/device/htc/passion/ |
passion_as.mk | 18 # This is the device-specific product configuration for passion, 22 # The gps config appropriate for this device 23 $(call inherit-product, device/common/gps/gps_as_supl.mk) 26 $(call inherit-product, device/htc/passion/passion.mk)
|
passion_eu.mk | 18 # This is the device-specific product configuration for passion, 22 # The gps config appropriate for this device 23 $(call inherit-product, device/common/gps/gps_eu_supl.mk) 26 $(call inherit-product, device/htc/passion/passion.mk)
|
passion_us.mk | 18 # This is the device-specific product configuration for passion, 22 # The gps config appropriate for this device 23 $(call inherit-product, device/common/gps/gps_us_supl.mk) 26 $(call inherit-product, device/htc/passion/passion.mk)
|
/external/openssl/android.testssl/ |
testssl.sh | 27 device=/sdcard/android.testssl 33 CAkey="$device/keyCA.ss" 34 CAcert="$device/certCA.ss" 35 CAreq="$device/reqCA.ss" 36 CAconf="$device/CAss.cnf" 38 Uconf="$device/Uss.cnf" 39 Ureq="$device/reqU.ss" 40 Ukey="$device/keyU.ss" 41 Ucert="$device/certU.ss" 46 adb shell rm -r $device [all...] |
/external/openssl/patches/ |
testssl.sh | 27 device=/sdcard/android.testssl 33 CAkey="$device/keyCA.ss" 34 CAcert="$device/certCA.ss" 35 CAreq="$device/reqCA.ss" 36 CAconf="$device/CAss.cnf" 38 Uconf="$device/Uss.cnf" 39 Ureq="$device/reqU.ss" 40 Ukey="$device/keyU.ss" 41 Ucert="$device/certU.ss" 46 adb shell rm -r $device [all...] |
/external/kernel-headers/original/linux/ |
attribute_container.h | 12 #include <linux/device.h> 22 int (*match)(struct attribute_container *, struct device *); 41 void attribute_container_create_device(struct device *dev, 43 struct device *, 45 void attribute_container_add_device(struct device *dev, 47 struct device *, 49 void attribute_container_remove_device(struct device *dev, 51 struct device *, 53 void attribute_container_device_trigger(struct device *dev, 55 struct device *, [all...] |
/external/kernel-headers/original/asm-x86/ |
swiotlb.h | 8 extern dma_addr_t swiotlb_map_single(struct device *hwdev, void *ptr, 10 extern void *swiotlb_alloc_coherent(struct device *hwdev, size_t size, 12 extern void swiotlb_unmap_single(struct device *hwdev, dma_addr_t dev_addr, 14 extern void swiotlb_sync_single_for_cpu(struct device *hwdev, 17 extern void swiotlb_sync_single_for_device(struct device *hwdev, 20 extern void swiotlb_sync_single_range_for_cpu(struct device *hwdev, 24 extern void swiotlb_sync_single_range_for_device(struct device *hwdev, 28 extern void swiotlb_sync_sg_for_cpu(struct device *hwdev, 31 extern void swiotlb_sync_sg_for_device(struct device *hwdev, 34 extern int swiotlb_map_sg(struct device *hwdev, struct scatterlist *sg [all...] |
/device/common/gps/ |
gps_as.mk | 18 device/common/gps/gps.conf_AS:system/etc/gps.conf
|
gps_as_supl.mk | 18 device/common/gps/gps.conf_AS_SUPL:system/etc/gps.conf
|
gps_eu.mk | 18 device/common/gps/gps.conf_EU:system/etc/gps.conf
|
gps_eu_supl.mk | 18 device/common/gps/gps.conf_EU_SUPL:system/etc/gps.conf
|