Home
last modified time | relevance | path

Searched refs:SetPcmData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.h518 uint32_t SetPcmData(const uint8_t *buf, uint32_t size);
H A Da2dp_profile.cpp336 uint32_t A2dpProfile::SetPcmData(const uint8_t *buf, uint32_t size) in SetPcmData() function in OHOS::bluetooth::A2dpProfile
H A Da2dp_service.cpp954 if (profile->SetPcmData(data, size) == 0) { in WriteFrame()