HomeSort by relevance Sort by last modified time
    Searched defs:headset (Results 1 - 9 of 9) sorted by null

  /external/bluetooth/bluez/audio/
manager.h 27 gboolean headset; member in struct:enabled_interfaces
device.h 49 struct headset;
63 struct headset *headset; member in struct:audio_device
headset.c 55 #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 *hs = dev->headset
2096 struct headset *headset = dev->headset; local
    [all...]
  /external/bluetooth/bluez/test/
test-telephony 55 headset = dbus.Interface(bus.get_object("org.bluez", device), variable
56 "org.bluez.Headset")
57 headset.Connect()
65 headset = dbus.Interface(bus.get_object("org.bluez", device), variable
66 "org.bluez.Headset")
67 headset.Disconnect()
75 headset = dbus.Interface(bus.get_object("org.bluez", device), variable
76 "org.bluez.Headset")
78 headset.SetProperty('SpeakerGain', dbus.UInt16(args[2]))
80 props = headset.GetProperties(
90 headset = dbus.Interface(bus.get_object("org.bluez", device), variable
105 headset = dbus.Interface(bus.get_object("org.bluez", device), variable
116 headset = dbus.Interface(bus.get_object("org.bluez", device), variable
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 50 * Provides Bluetooth Headset and Handsfree profile, as a service in
171 HeadsetBase headset;
176 headset = new HeadsetBase(mPowerManager, mAdapter,
180 headset.disconnect();
200 // headset connecting us, lets join
213 // different headset, ignoring
217 headset = new HeadsetBase(mPowerManager, mAdapter,
221 headset.disconnect();
225 // Incoming and Outgoing connections to the same headset.
249 HeadsetBase headset = new HeadsetBase(mPowerManager, mAdapter local
374 HeadsetBase headset = new HeadsetBase(mPowerManager, mAdapter, local
    [all...]
BluetoothAtPhonebook.java 273 HeadsetBase headset = mHandsfree.getHeadset(); local
274 // ASSERT: (headset != null) && headSet.isConnected()
283 BluetoothDevice remoteDevice = headset.getRemoteDevice();
289 headset.sendURC(cpbrResult.toString());
291 headset.sendURC("ERROR");
BluetoothHandsfree.java 63 * Bluetooth headset manager for the Phone app.
184 return "headset";
555 /* package */ synchronized void connectHeadset(HeadsetBase headset, int headsetType) {
556 mHeadset = headset;
564 // Headset vendor-specific commands
567 headset.startEventThread();
    [all...]
  /frameworks/base/obex/javax/obex/
ClientSession.java 291 HeaderSet headset; local
293 headset = new HeaderSet();
295 headset = header;
296 if (headset.nonce != null) {
298 System.arraycopy(headset.nonce, 0, mChallengeDigest, 0, 16);
303 if (headset.nonce != null) {
305 System.arraycopy(headset.nonce, 0, mChallengeDigest, 0, 16);
310 headset.mConnectionID = new byte[4];
311 System.arraycopy(mConnectionId, 0, headset.mConnectionID, 0, 4);
314 head = ObexHelper.createHeader(headset, false)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 1158 BluetoothHeadset headset = new BluetoothHeadset(context, listener); local
1193 BluetoothHeadset headset = (BluetoothHeadset)proxy; local
    [all...]

Completed in 243 milliseconds