Home
last modified time | relevance | path

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

/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()
37 LOG_ERROR("[A2dpSharedBuffer] %{public}s: buffer not ready!", __func__); in Read()
40 LOG_INFO("[A2dpSharedBuffer] %{public}s: start size_ [%{public}u] len[%{public}u] cap_ [%{public}u] \n", in Read()
43 LOG_ERROR("[A2dpSharedBuffer] %{public}s: no sufficient data\n", __func__); in Read()
47 LOG_ERROR("[A2dpSharedBuffer] %{public}s: memcpy_s failed\n", __func__); in Read()
51 LOG_ERROR("[A2dpSharedBuffer] in Read()
[all...]
H A Da2dp_shared_buffer.h24 class A2dpSharedBuffer { class
26 A2dpSharedBuffer();
31 ~A2dpSharedBuffer();
H A Da2dp_profile.h627 A2dpSharedBuffer *buffer_ = nullptr;
H A Da2dp_profile.cpp71 buffer_ = new A2dpSharedBuffer(); in A2dpProfile()

Completed in 4 milliseconds