/aosp12/hardware/interfaces/identity/support/include/cppbor/ |
H A D | cppbor.h | 159 void encode(OutputIterator i) const { in encode() function 166 std::vector<uint8_t> encode() const { in encode() function 231 uint8_t* encode(uint8_t* pos, const uint8_t* end) const override { in encode() function 234 void encode(EncodeCallback encodeCallback) const override { in encode() function 267 uint8_t* encode(uint8_t* pos, const uint8_t* end) const override { in encode() function 270 void encode(EncodeCallback encodeCallback) const override { in encode() function 320 void encode(EncodeCallback encodeCallback) const override { in encode() function 370 void encode(EncodeCallback encodeCallback) const override { in encode() function 612 uint8_t* encode(uint8_t* pos, const uint8_t* end) const override { in encode() function 615 void encode(EncodeCallback encodeCallback) const override { in encode() function [all …]
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/util/ |
H A D | HexEncoding.java | 53 public static char[] encode(byte[] data) { in encode() method in HexEncoding 60 public static char[] encode(byte[] data, boolean upperCase) { in encode() method in HexEncoding 67 public static char[] encode(byte[] data, int offset, int len) { in encode() method in HexEncoding 74 private static char[] encode(byte[] data, int offset, int len, boolean upperCase) { in encode() method in HexEncoding
|
/aosp12/hardware/interfaces/identity/support/src/ |
H A D | cppbor.cpp | 150 uint8_t* Bstr::encode(uint8_t* pos, const uint8_t* end) const { in encode() function in cppbor::Bstr 162 uint8_t* Tstr::encode(uint8_t* pos, const uint8_t* end) const { in encode() function in cppbor::Tstr 183 uint8_t* CompoundItem::encode(uint8_t* pos, const uint8_t* end) const { in encode() function in cppbor::CompoundItem 193 void CompoundItem::encode(EncodeCallback encodeCallback) const { in encode() function in cppbor::CompoundItem
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
H A D | EapSimAkaAttribute.java | 187 public void encode(ByteBuffer buffer) { in encode() method in EapSimAkaAttribute.EapSimAkaReservedBytesAttribute 238 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.EapSimAkaUnsupportedAttribute 282 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtVersionList 323 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtSelectedVersion 376 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtNonceMt 474 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtIdentity 554 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtRandSim 596 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtRandAka 628 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtPadding 678 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtMac [all …]
|
/aosp12/hardware/ril/include/telephony/ |
H A D | ril_mnc.h | 75 static inline int encode(int mnc, int numDigits) { in encode() function 98 static inline int encode(const std::string & mnc) { in encode() function
|
/aosp12/packages/modules/common/tools/ |
H A D | conv_classpaths_proto.py | 23 def encode(args): function
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapbMessageEmail.java | 56 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapbMessageEmail
|
H A D | BluetoothMapbMessageSms.java | 78 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapbMessageSms
|
H A D | BluetoothMapMessageListing.java | 91 public byte[] encode(boolean includeThreadId, String version) in encode() method in BluetoothMapMessageListing
|
H A D | BluetoothMapConvoListing.java | 92 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapConvoListing
|
/aosp12/frameworks/native/libs/gralloc/types/tests/ |
H A D | Gralloc4_test.cpp | 75 void testHelper(const T& input, EncodeFunction<T> encode, DecodeFunction<T> decode) { in testHelper() 84 void testHelperConst(const T& input, EncodeConstFunction<T> encode, DecodeFunction<T> decode) { in testHelperConst() 93 void testHelperMetadataType(const T& input, EncodeMetadataTypeFunction<T> encode, DecodeMetadataTyp… in testHelperMetadataType() 103 void testHelperMetadataTypeConst(const T& input, EncodeMetadataTypeConstFunction<T> encode, DecodeM… in testHelperMetadataTypeConst() 113 void testHelperStableAidlType(const T& input, EncodeConstFunction<T> encode, DecodeFunction<T> deco… in testHelperStableAidlType() 122 …d testHelperStableAidlTypeOptional(const std::optional<T>& input, EncodeOptionalFunction<T> encode, in testHelperStableAidlTypeOptional()
|
/aosp12/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | LEB128.h | 96 size_t encode(char*& pBuf, IntType pValue) { in encode() function
|
/aosp12/frameworks/opt/net/voip/src/jni/rtp/ |
H A D | G711Codec.cpp | 47 int UlawCodec::encode(void *payload, int16_t *samples) in encode() function in __anon4aa8fb9b0110::UlawCodec 98 int AlawCodec::encode(void *payload, int16_t *samples) in encode() function in __anon4aa8fb9b0110::AlawCodec
|
H A D | AmrCodec.cpp | 100 int AmrCodec::encode(void *payload, int16_t *samples) in encode() function in __anonba7e5dbb0110::AmrCodec 224 int GsmEfrCodec::encode(void *payload, int16_t *samples) in encode() function in __anonba7e5dbb0110::GsmEfrCodec
|
H A D | GsmCodec.cpp | 52 int GsmCodec::encode(void *payload, int16_t *samples) in encode() function in __anonec29f7e20110::GsmCodec
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | BytesMatcher.java | 77 public void encode(@NonNull StringBuilder builder) { in encode() method in BytesMatcher.Rule 243 public static @NonNull String encode(@NonNull BytesMatcher matcher) { in encode() method in BytesMatcher
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/mschapv2/ |
H A D | EapMsChapV2TypeData.java | 83 public byte[] encode() { in encode() method in EapMsChapV2TypeData 185 public byte[] encode() { in encode() method in EapMsChapV2TypeData.EapMsChapV2ChallengeResponse 286 public byte[] encode() { in encode() method in EapMsChapV2TypeData.EapMsChapV2SuccessResponse 409 public byte[] encode() { in encode() method in EapMsChapV2TypeData.EapMsChapV2FailureResponse
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/ |
H A D | Utility.java | 55 private static byte[] encode(Charset charset, String s) { in encode() method in Utility
|
/aosp12/hardware/google/graphics/common/libhwjpeg/ |
H A D | ExynosJpegEncoderForCamera.cpp | 331 int ExynosJpegEncoderForCamera::encode(int *size, exif_attribute_t *exifInfo, in encode() function in ExynosJpegEncoderForCamera 337 int ExynosJpegEncoderForCamera::encode(int *size, exif_attribute_t *exifInfo, in encode() function in ExynosJpegEncoderForCamera 354 int ExynosJpegEncoderForCamera::encode(int *size, exif_attribute_t *exifInfo, in encode() function in ExynosJpegEncoderForCamera
|
/aosp12/system/extras/verity/fec/tests/ |
H A D | fec.py | 44 def encode(image, fec, roots): function
|
/aosp12/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
H A D | MainActivityTest.java | 30 private byte[] encode(View view) throws ClassNotFoundException, NoSuchMethodException, in encode() method in MainActivityTest
|
/aosp12/packages/modules/DnsResolver/ |
H A D | ResolverStats.h | 64 inline void ResolverStats::encode(std::vector<int32_t>* out) const { in encode() function
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Base64OutputStream.java | 63 public Base64OutputStream(OutputStream out, int flags, boolean encode) { in Base64OutputStream()
|
H A D | Base64InputStream.java | 61 public Base64InputStream(InputStream in, int flags, boolean encode) { in Base64InputStream()
|
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/sdp/ |
H A D | SdpMedia.java | 72 public String encode() { in encode() method in SdpMedia
|