Home
last modified time | relevance | path

Searched refs:Decode (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface.h45 class Decode : public IClientInterfaceEndpoint {
47 Decode(){}; in Decode() function
48 virtual ~Decode() = default;
87 Decode* GetDecode(bluetooth::common::MessageLoopThread* message_loop);
89 bool ReleaseDecode(Decode* decode);
107 Decode* decode_ = nullptr;
Dhfp_client_interface.cc129 void HfpClientInterface::Decode::Cleanup() { in Cleanup()
140 void HfpClientInterface::Decode::StartSession() { in StartSession()
156 void HfpClientInterface::Decode::StopSession() { in StopSession()
169 void HfpClientInterface::Decode::UpdateAudioConfigToHal( in UpdateAudioConfigToHal()
180 size_t HfpClientInterface::Decode::Read(uint8_t* p_buf, uint32_t len) { in Read()
189 void HfpClientInterface::Decode::ConfirmStreamingRequest() { in ConfirmStreamingRequest()
206 void HfpClientInterface::Decode::CancelStreamingRequest() { in CancelStreamingRequest()
223 HfpClientInterface::Decode* HfpClientInterface::GetDecode( in GetDecode()
231 decode_ = new Decode(); in GetDecode()
259 bool HfpClientInterface::ReleaseDecode(HfpClientInterface::Decode* decode) { in ReleaseDecode()
Dhfp_client_interface_host.cc23 HfpClientInterface::Decode* HfpClientInterface::GetDecode( in GetDecode()
28 bool HfpClientInterface::ReleaseDecode(HfpClientInterface::Decode* decode) { in ReleaseDecode()
/packages/modules/Bluetooth/system/bta/le_audio/
Dmock_codec_interface.cc50 CodecInterface::Status CodecInterface::Decode(uint8_t* data, uint16_t size) { in Decode() function in bluetooth::le_audio::CodecInterface
51 return impl->Decode(data, size); in Decode()
Dcodec_interface.cc110 CodecInterface::Status Decode(uint8_t* data, uint16_t size) { in Decode() function
280 CodecInterface::Status CodecInterface::Decode(uint8_t* data, uint16_t size) { in Decode() function in bluetooth::le_audio::CodecInterface
281 return impl->Decode(data, size); in Decode()
Dmock_codec_interface.h44 MOCK_METHOD(bluetooth::le_audio::CodecInterface::Status, Decode,
Dcodec_interface.h65 virtual CodecInterface::Status Decode(uint8_t* data, uint16_t size);
Dclient.cc3554 decoder->Decode(data, size); in HandleIncomingCisData()
3564 decoder->Decode(data, size); in HandleIncomingCisData()
3576 decoder->Decode(data, size); in HandleIncomingCisData()
3589 decoder->Decode(data, size); in HandleIncomingCisData()
3602 decoder->Decode(data, size); in HandleIncomingCisData()
/packages/modules/adb/
Dcompression_utils.h57 virtual DecodeResult Decode(std::span<char>* output) = 0;
93 DecodeResult Decode(std::span<char>* output) final { in Decode() function
142 DecodeResult Decode(std::span<char>* output) final { in Decode() function
246 DecodeResult Decode(std::span<char>* output) final { in Decode() function
394 DecodeResult Decode(std::span<char>* output) final { in Decode() function
/packages/modules/DnsResolver/tests/testdata/
DREADME.md84 ## Decode packets in pbtext
124 Decode packet
/packages/modules/Virtualization/service_vm/requests/src/
Dcert.rs23 Decode, Sequence,
Dclient_vm.rs27 use der::{Decode, Encode};
/packages/modules/Virtualization/libs/bssl/tests/
Deckey_test.rs18 der::{AnyRef, Decode, Encode},
/packages/modules/Virtualization/rialto/tests/
Dtest.rs46 der::{self, asn1, Decode, Encode},
/packages/modules/adb/daemon/
Dfile_sync_service.cpp325 DecodeResult result = decoder->Decode(&output); in handle_send_file_data()
/packages/modules/adb/client/
Dfile_sync_client.cpp1232 DecodeResult result = decoder->Decode(&output); in sync_recv_v2()