Home
last modified time | relevance | path

Searched refs:A2dpSharedBuffer (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_shared_buffer.cpp21 A2dpSharedBuffer::A2dpSharedBuffer() in A2dpSharedBuffer() function in OHOS::bluetooth::A2dpSharedBuffer
29 A2dpSharedBuffer::~A2dpSharedBuffer() in ~A2dpSharedBuffer()
33 uint32_t A2dpSharedBuffer::Read(uint8_t *buf, uint32_t len) in Read()
61 uint32_t A2dpSharedBuffer::Write(const uint8_t *buf, uint32_t len) in Write()
84 void A2dpSharedBuffer::Reset() in Reset()
94 void A2dpSharedBuffer::SetValid(bool isValid) in SetValid()
H A Da2dp_shared_buffer.h24 class A2dpSharedBuffer {
26 A2dpSharedBuffer();
31 ~A2dpSharedBuffer();
H A Da2dp_profile.h627 A2dpSharedBuffer *buffer_ = nullptr;
H A Da2dp_profile.cpp71 buffer_ = new A2dpSharedBuffer(); in A2dpProfile()