Home
last modified time | relevance | path

Searched refs:Bluetooth (Results 1 - 25 of 27) sorted by relevance

12

/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Dbluetooth_a2dp_src_observer.h22 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 Daudio_bluetooth_manager.h31 namespace Bluetooth { namespace
H A Dbluetooth_a2dp_audio_src_observer_stub.h30 namespace Bluetooth { namespace
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_manager.cpp69 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 Dfast_audio_render.cpp48 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 Daudio_render.cpp57 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 Dbluetooth_a2dp_src_observer.cpp43 (const OHOS::bluetooth::RawAddress &device, const OHOS::Bluetooth::BluetoothA2dpCodecInfo &info, int error) in OnConfigurationChanged()
H A Dbluetooth_a2dp_audio_src_observer_stub.cpp20 namespace Bluetooth { namespace
/drivers/peripheral/bluetooth/hci/hdi_service/
H A Dhci_interface_impl.cpp29 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 Dhci_interface_impl.h25 namespace Bluetooth { namespace
47 } // Bluetooth
H A Dremote_death_recipient.h25 namespace Bluetooth { namespace
51 } // namespace Bluetooth
H A Dhci_interface_driver.cpp22 using namespace OHOS::HDI::Bluetooth::Hci::V1_0;
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dbt_hal_constant.h25 namespace Bluetooth { namespace
33 } // namespace Bluetooth
H A Dhci_internal.h21 namespace Bluetooth { namespace
41 } // namespace Bluetooth
H A Dmct_protocol.h25 namespace Bluetooth { namespace
48 } // namespace Bluetooth
H A Dh4_protocol.h23 namespace Bluetooth { namespace
47 } // namespace Bluetooth
H A Dhci_protocol.h27 namespace Bluetooth { namespace
47 } // namespace Bluetooth
H A Dbluetooth_address.h26 namespace Bluetooth { namespace
49 } // namespace Bluetooth
H A Dhci_watcher.h29 namespace Bluetooth { namespace
60 } // namespace Bluetooth
H A Dvendor_interface.h31 namespace Bluetooth { namespace
78 } // namespace Bluetooth
H A Dhci_protocol.cpp32 namespace Bluetooth { namespace
81 } // namespace Bluetooth
H A Dhci_watcher.cpp31 namespace Bluetooth { namespace
177 } // namespace Bluetooth
H A Dmct_protocol.cpp30 namespace Bluetooth { namespace
146 } // namespace Bluetooth
H A Dh4_protocol.cpp30 namespace Bluetooth { namespace
142 } // namespace Bluetooth
H A Dbluetooth_address.cpp33 namespace Bluetooth { namespace
216 } // namespace Bluetooth

Completed in 8 milliseconds

12