Searched refs:DecodePacket (Results 1 – 5 of 5) sorted by relevance
29 bool DecodePacket(uint8_t *data, uint16_t size) in DecodePacket() function
30 bool DecodePacket(uint8_t *data, uint16_t size) override;
65 virtual bool DecodePacket(uint8_t *data, uint16_t size) = 0;
49 bool A2dpSbcDecoder::DecodePacket(uint8_t *data, uint16_t size) in DecodePacket() function in OHOS::bluetooth::A2dpSbcDecoder
110 decoder_->DecodePacket((uint8_t *)msg.arg2_, msg.arg1_); in ProcessMessage()