Home
last modified time | relevance | path

Searched refs:DecodePacket (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/aaccodecctrl_l2/include/
H A Da2dp_decoder_aac.h29 bool DecodePacket(uint8_t *data, uint16_t size) in DecodePacket() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/
H A Da2dp_decoder_sbc.h30 bool DecodePacket(uint8_t *data, uint16_t size) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_wrapper.h65 virtual bool DecodePacket(uint8_t *data, uint16_t size) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_decoder_sbc.cpp49 bool A2dpSbcDecoder::DecodePacket(uint8_t *data, uint16_t size) in DecodePacket() function in OHOS::bluetooth::A2dpSbcDecoder
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_codec_thread.cpp110 decoder_->DecodePacket((uint8_t *)msg.arg2_, msg.arg1_); in ProcessMessage()