Searched refs:headset (Results 1 - 11 of 11) sorted by relevance

/external/bluetooth/bluez/test/
H A Dtest-telephony55 headset = dbus.Interface(bus.get_object("org.bluez", device), variable
57 headset.Connect()
65 headset = dbus.Interface(bus.get_object("org.bluez", device), variable
67 headset.Disconnect()
75 headset = dbus.Interface(bus.get_object("org.bluez", device), variable
78 headset.SetProperty('SpeakerGain', dbus.UInt16(args[2]))
80 props = headset.GetProperties()
90 headset = dbus.Interface(bus.get_object("org.bluez", device), variable
93 headset.SetProperty('MicrophoneGain', dbus.UInt16(args[2]))
95 props = headset
105 headset = dbus.Interface(bus.get_object("org.bluez", device), variable
116 headset = dbus.Interface(bus.get_object("org.bluez", device), variable
[all...]
/external/bluetooth/bluez/audio/
H A Dheadset.c55 #include "headset.h"
153 struct headset { struct
288 static int headset_send_valist(struct headset *hs, char *format, va_list ap)
300 error("headset_send: the headset is not connected");
322 headset_send(struct headset *hs, char *format, ...)
336 struct headset *hs = device->headset;
398 struct headset *hs = device->headset;
427 struct headset *h
1441 headset_set_channel(struct headset *headset, const sdp_record_t *record, uint16_t svc) argument
2096 struct headset *headset = dev->headset; local
[all...]
H A Ddevice.h49 struct headset;
63 struct headset *headset; member in struct:audio_device
H A Dmanager.h27 gboolean headset; member in struct:enabled_interfaces
H A Dmanager.c63 #include "headset.h"
115 .headset = TRUE,
141 return enabled.headset;
145 return enabled.headset && enabled.hfp;
185 if (device->headset)
188 device->headset = headset_init(device, uuid16,
196 if (device->headset)
199 device->headset = headset_init(device, uuid16,
496 DBG("Refusing headset: too many existing connections");
500 if (!device->headset) {
[all...]
H A DAndroid.mk13 headset.c \
H A Dheadset.h60 struct headset *headset_init(struct audio_device *dev, uint16_t svc,
H A Dmain.c45 #include "headset.h"
102 if (device->headset) {
104 DBG("Refusing SCO from non-connected headset");
H A Ddevice.c56 #include "headset.h"
330 if (dev->headset == NULL)
347 if (!dev->headset)
423 if (!dev->headset)
468 if (!dev->headset)
530 if (dev->headset)
684 if (dev->headset && headset_is_active(dev))
692 else if (!strcmp(interface, AUDIO_HEADSET_INTERFACE) && dev->headset &&
714 if (device->headset)
766 if (dev->headset) {
[all...]
H A Dunix.c50 #include "headset.h"
204 else if (dev->headset && headset_is_active(dev))
210 else if (dev->headset)
216 else if (!strcmp(interface, AUDIO_HEADSET_INTERFACE) && dev->headset)
263 if (dev->headset) {
1469 if (dev->headset)
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSortedSetTest.java450 SortedSet<String> headset = set.headSet("d");
451 SortedSet<String> copy = copyOf(headset);
452 assertEquals(headset, copy);

Completed in 102 milliseconds