Home
last modified time | relevance | path

Searched refs:btHandles (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamBluetooth.h40 ModuleBluetooth::BtProfileHandles&& btHandles,
82 ModuleBluetooth::BtProfileHandles&& btHandles,
105 ModuleBluetooth::BtProfileHandles&& btHandles,
/hardware/interfaces/audio/aidl/default/bluetooth/
DStreamBluetooth.cpp54 ModuleBluetooth::BtProfileHandles&& btHandles, in StreamBluetooth() argument
60 mBluetoothA2dp(std::move(std::get<ModuleBluetooth::BtInterface::BTA2DP>(btHandles))), in StreamBluetooth()
61 mBluetoothLe(std::move(std::get<ModuleBluetooth::BtInterface::BTLE>(btHandles))), in StreamBluetooth()