/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/ |
H A D | bluetooth_a2dp_src_observer.h | 22 class BluetoothA2dpSrcObserver : public OHOS::Bluetooth::BluetoothA2dpAudioSrcObserverStub {
24 BluetoothA2dpSrcObserver(OHOS::Bluetooth::BtA2dpAudioCallback *callbacks) : callbacks_(callbacks) {};
in BluetoothA2dpSrcObserver() 30 (const OHOS::bluetooth::RawAddress &device, const OHOS::Bluetooth::BluetoothA2dpCodecInfo &info, int error);
34 OHOS::Bluetooth::BtA2dpAudioCallback *callbacks_;
|
H A D | audio_bluetooth_manager.h | 31 namespace Bluetooth {
namespace
|
H A D | bluetooth_a2dp_audio_src_observer_stub.h | 30 namespace Bluetooth {
namespace
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_manager.cpp | 69 OHOS::Bluetooth::GetProxy(); in AudioManagerLoadAdapter() 70 OHOS::Bluetooth::RegisterObserver(); in AudioManagerLoadAdapter() 75 ret = OHOS::Bluetooth::FastSetUp(); in AudioManagerLoadAdapter() 78 ret = OHOS::Bluetooth::SetUp(); in AudioManagerLoadAdapter() 112 OHOS::Bluetooth::DeRegisterObserver(); in AudioManagerUnloadAdapter() 115 OHOS::Bluetooth::FastTearDown(); in AudioManagerUnloadAdapter() 117 OHOS::Bluetooth::TearDown(); in AudioManagerUnloadAdapter()
|
H A D | fast_audio_render.cpp | 48 return OHOS::Bluetooth::FastStartPlaying(attrs->sampleRate, attrs->channelCount, format);
in FastRenderStart() 58 return OHOS::Bluetooth::FastStopPlaying();
in FastRenderStop() 68 return OHOS::Bluetooth::FastSuspendPlaying();
in FastRenderPause() 83 return OHOS::Bluetooth::FastStartPlaying(attrs->sampleRate, attrs->channelCount, format);
in FastRenderResume() 216 OHOS::Bluetooth::FastGetLatency(latency);
in FastRenderGetLatency() 315 int32_t fd = OHOS::Bluetooth::FastReqMmapBuffer(ashmemLength);
in FastRenderReqMmapBuffer() 338 OHOS::Bluetooth::FastReadMmapPosition(sec, nSec, readFrames);
in FastRenderGetMmapPosition()
|
H A D | audio_render.cpp | 57 if (OHOS::Bluetooth::GetPlayingState() == false) { in AudioRenderStart() 58 OHOS::Bluetooth::StartPlaying(); in AudioRenderStart() 87 if (OHOS::Bluetooth::GetPlayingState() == true) { in AudioRenderStop() 88 OHOS::Bluetooth::StopPlaying(); in AudioRenderStop() 91 OHOS::Bluetooth::StopPlaying(); in AudioRenderStop() 115 if (OHOS::Bluetooth::GetPlayingState() == true) { in AudioRenderPause() 116 OHOS::Bluetooth::SuspendPlaying(); in AudioRenderPause() 119 OHOS::Bluetooth::SuspendPlaying(); in AudioRenderPause() 140 if (OHOS::Bluetooth::GetPlayingState() == false) { in AudioRenderResume() 141 OHOS::Bluetooth in AudioRenderResume() [all...] |
H A D | bluetooth_a2dp_src_observer.cpp | 43 (const OHOS::bluetooth::RawAddress &device, const OHOS::Bluetooth::BluetoothA2dpCodecInfo &info, int error)
in OnConfigurationChanged()
|
H A D | bluetooth_a2dp_audio_src_observer_stub.cpp | 20 namespace Bluetooth {
namespace
|
/drivers/peripheral/bluetooth/hci/hdi_service/ |
H A D | hci_interface_impl.cpp | 29 namespace Bluetooth {
namespace 32 using VendorInterface = OHOS::HDI::Bluetooth::Hci::V1_0::VendorInterface;
33 using HciPacketType = OHOS::HDI::Bluetooth::Hci::HciPacketType;
143 } // Bluetooth
|
H A D | hci_interface_impl.h | 25 namespace Bluetooth {
namespace 47 } // Bluetooth
|
H A D | remote_death_recipient.h | 25 namespace Bluetooth {
namespace 51 } // namespace Bluetooth
|
H A D | hci_interface_driver.cpp | 22 using namespace OHOS::HDI::Bluetooth::Hci::V1_0;
|
/drivers/peripheral/bluetooth/hci/hdi_service/implement/ |
H A D | bt_hal_constant.h | 25 namespace Bluetooth {
namespace 33 } // namespace Bluetooth
|
H A D | hci_internal.h | 21 namespace Bluetooth {
namespace 41 } // namespace Bluetooth
|
H A D | mct_protocol.h | 25 namespace Bluetooth {
namespace 48 } // namespace Bluetooth
|
H A D | h4_protocol.h | 23 namespace Bluetooth {
namespace 47 } // namespace Bluetooth
|
H A D | hci_protocol.h | 27 namespace Bluetooth {
namespace 47 } // namespace Bluetooth
|
H A D | bluetooth_address.h | 26 namespace Bluetooth {
namespace 49 } // namespace Bluetooth
|
H A D | hci_watcher.h | 29 namespace Bluetooth {
namespace 60 } // namespace Bluetooth
|
H A D | vendor_interface.h | 31 namespace Bluetooth {
namespace 78 } // namespace Bluetooth
|
H A D | hci_protocol.cpp | 32 namespace Bluetooth {
namespace 81 } // namespace Bluetooth
|
H A D | hci_watcher.cpp | 31 namespace Bluetooth {
namespace 177 } // namespace Bluetooth
|
H A D | mct_protocol.cpp | 30 namespace Bluetooth {
namespace 146 } // namespace Bluetooth
|
H A D | h4_protocol.cpp | 30 namespace Bluetooth {
namespace 142 } // namespace Bluetooth
|
H A D | bluetooth_address.cpp | 33 namespace Bluetooth {
namespace 216 } // namespace Bluetooth
|