/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | hfp_client_interface.h | 45 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;
|
D | hfp_client_interface.cc | 129 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()
|
D | hfp_client_interface_host.cc | 23 HfpClientInterface::Decode* HfpClientInterface::GetDecode( in GetDecode() 28 bool HfpClientInterface::ReleaseDecode(HfpClientInterface::Decode* decode) { in ReleaseDecode()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | mock_codec_interface.cc | 50 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()
|
D | codec_interface.cc | 110 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()
|
D | mock_codec_interface.h | 44 MOCK_METHOD(bluetooth::le_audio::CodecInterface::Status, Decode,
|
D | codec_interface.h | 65 virtual CodecInterface::Status Decode(uint8_t* data, uint16_t size);
|
D | client.cc | 3554 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/ |
D | compression_utils.h | 57 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/ |
D | README.md | 84 ## Decode packets in pbtext 124 Decode packet
|
/packages/modules/Virtualization/service_vm/requests/src/ |
D | cert.rs | 23 Decode, Sequence,
|
D | client_vm.rs | 27 use der::{Decode, Encode};
|
/packages/modules/Virtualization/libs/bssl/tests/ |
D | eckey_test.rs | 18 der::{AnyRef, Decode, Encode},
|
/packages/modules/Virtualization/rialto/tests/ |
D | test.rs | 46 der::{self, asn1, Decode, Encode},
|
/packages/modules/adb/daemon/ |
D | file_sync_service.cpp | 325 DecodeResult result = decoder->Decode(&output); in handle_send_file_data()
|
/packages/modules/adb/client/ |
D | file_sync_client.cpp | 1232 DecodeResult result = decoder->Decode(&output); in sync_recv_v2()
|