Home
last modified time | relevance | path

Searched defs:headset (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DBluetoothHeadsetProxy.java38 public BluetoothHeadsetProxy(BluetoothHeadset headset) { in BluetoothHeadsetProxy()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc112 static Callbacks* GetInstance(headset::Interface* headset) { in GetInstance() argument
117 DBusHeadsetCallbacks(headset::Interface* headset) : headset_(headset){}; in DBusHeadsetCallbacks() argument
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc62 namespace headset { namespace
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java3641 BluetoothHeadset headset = new BluetoothHeadset(context, listener, this); in getProfileProxy() local