Home
last modified time | relevance | path

Searched refs:shiftBuf_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_shared_buffer.cpp50 if (memcpy_s(shiftBuf_, cap_, buf_ + len, size_) != EOK) { in Read()
53 if (memcpy_s(buf_, cap_, shiftBuf_, size_) != EOK) { in Read()
H A Da2dp_shared_buffer.h35 uint8_t shiftBuf_[A2DP_SBC_MAX_PACKET_SIZE * FRAME_THREE] = {}; member in OHOS::bluetooth::A2dpSharedBuffer

Completed in 1 milliseconds