HomeSort by relevance Sort by last modified time
    Searched defs:headset (Results 1 - 11 of 11) 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 59 #include "headset.h"
150 struct headset { struct
298 static int headset_send_valist(struct headset *hs, char *format, va_list ap)
310 error("headset_send: the headset is not connected");
331 static int headset_send(struct headset *hs, char *format, ...)
345 struct headset *hs = device->headset;
407 struct headset *hs = device->headset;
436 struct headset *hs = dev->headset
2098 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 51 * Provides Bluetooth Headset and Handsfree profile, as a service in
169 HeadsetBase headset;
174 headset = new HeadsetBase(mPowerManager, mAdapter, info.mRemoteDevice,
176 headset.disconnect();
190 // headset connecting us, lets join
203 // different headset, ignoring
207 headset = new HeadsetBase(mPowerManager, mAdapter, info.mRemoteDevice,
209 headset.disconnect();
213 // Incoming and Outgoing connections to the same headset.
237 HeadsetBase headset = new HeadsetBase(mPowerManager, mAdapter local
376 HeadsetBase headset = new HeadsetBase(mPowerManager, mAdapter, device, channel); local
    [all...]
BluetoothHandsfree.java 56 * Bluetooth headset manager for the Phone app.
160 return "headset";
240 /* package */ synchronized void connectHeadset(HeadsetBase headset, int headsetType) {
241 mHeadset = headset;
248 headset.startEventThread();
    [all...]
InCallScreen.java 351 // depending on whether a headset is plugged in.
435 // The bluetooth headset state changed, so some UI
512 // can update the onscreen UI when the headset state changes.
4442 BluetoothDevice headset = mBluetoothHeadset.getCurrentHeadset(); local
4532 BluetoothDevice headset = mBluetoothHeadset.getCurrentHeadset(); local
    [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/services/java/com/android/server/
SystemServer.java 124 HeadsetObserver headset = null; local
385 Slog.i(TAG, "Headset Observer");
386 // Listen for wired headset changes
387 headset = new HeadsetObserver(context);
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 290 BluetoothHeadset headset = new BluetoothHeadset(mContext, null); local
293 mStats.setBtHeadset(headset);
  /frameworks/base/core/java/android/server/
BluetoothService.java 1985 BluetoothHeadset headset = new BluetoothHeadset(mContext, null); local
    [all...]

Completed in 851 milliseconds