Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.h526 uint32_t GetPcmData(uint8_t *buf, uint32_t size);
H A Da2dp_profile.cpp349 uint32_t A2dpProfile::GetPcmData(uint8_t *buf, uint32_t size) in GetPcmData() function in OHOS::bluetooth::A2dpProfile
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp333 …uint32_t actualReadPcmData = profile->GetPcmData(&a2dpSbcEncoderCb_.pcmBuffer[a2dpSbcEncoderCb_.of… in A2dpSbcReadFeeding()