Home
last modified time | relevance | path

Searched defs:encode (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/compile/mclinker/lib/Support/
DLEB128.cpp17 size_t encode<uint64_t>(ByteType*& pBuf, uint64_t pValue) { in encode() function
36 size_t encode<uint32_t>(ByteType*& pBuf, uint32_t pValue) { in encode() function
67 size_t encode<int64_t>(ByteType*& pBuf, int64_t pValue) { in encode() function
89 size_t encode<int32_t>(ByteType*& pBuf, int32_t pValue) { in encode() function
/frameworks/opt/net/ike/src/java/com/android/ike/ikev2/message/
DIkeMessage.java193 public byte[] encode() { in encode() method in IkeMessage
204 public byte[] encode(IkeSessionOptions ikeSessionOptions, IkeSaRecord ikeSaRecord) { in encode() method in IkeMessage
274 byte[] encode(IkeMessage ikeMessage); in encode() method
284 byte[] encode( in encode() method
320 public byte[] encode(IkeMessage ikeMessage) { in encode() method in IkeMessage.IkeMessageHelper
326 public byte[] encode( in encode() method in IkeMessage.IkeMessageHelper
DIkeEncryptedPayloadBody.java261 byte[] encode() { in encode() method in IkeEncryptedPayloadBody
/frameworks/compile/mclinker/include/mcld/Support/
DLEB128.h96 size_t encode(char*& pBuf, IntType pValue) { in encode() function
/frameworks/opt/net/voip/src/jni/rtp/
DG711Codec.cpp47 int UlawCodec::encode(void *payload, int16_t *samples) in encode() function in __anone8ac2a980111::UlawCodec
98 int AlawCodec::encode(void *payload, int16_t *samples) in encode() function in __anone8ac2a980111::AlawCodec
DAmrCodec.cpp100 int AmrCodec::encode(void *payload, int16_t *samples) in encode() function in __anon432921180111::AmrCodec
224 int GsmEfrCodec::encode(void *payload, int16_t *samples) in encode() function in __anon432921180111::GsmEfrCodec
DGsmCodec.cpp54 int GsmCodec::encode(void *payload, int16_t *samples) in encode() function in __anon74d4bb3f0111::GsmCodec
DAudioGroup.cpp266 void AudioStream::encode(int tick, AudioStream *chain) in encode() function in __anon5ac0e4990111::AudioStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/lib/google/
Dprotobuf.rb59 def self.encode(msg) singletonMethod
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
DMainActivityTest.java30 private byte[] encode(View view) throws ClassNotFoundException, NoSuchMethodException, in encode() method in MainActivityTest
/frameworks/base/core/java/android/util/
DBase64OutputStream.java62 public Base64OutputStream(OutputStream out, int flags, boolean encode) { in Base64OutputStream()
DBase64InputStream.java61 public Base64InputStream(InputStream in, int flags, boolean encode) { in Base64InputStream()
DBase64.java494 public static byte[] encode(byte[] input, int flags) { in encode() method in Base64
510 public static byte[] encode(byte[] input, int offset, int len, int flags) { in encode() method in Base64
/frameworks/av/media/libstagefright/codecs/amrnb/enc/test/
Damrnb_enc_test.cpp61 int encode(int mode, const char *srcFile, const char *dstFile) { in encode() function
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
DAMRWB_E_SAMPLE.c73 int encode( in encode() function
/frameworks/base/core/java/com/android/internal/net/
DVpnProfile.java183 public byte[] encode() { in encode() method in VpnProfile
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dmessage.c186 PHP_METHOD(Message, encode) { in PHP_METHOD() argument
/frameworks/base/core/jni/android/graphics/
DYuvToJpegEncoder.cpp37 bool YuvToJpegEncoder::encode(SkWStream* stream, void* inYuv, int width, in encode() function in YuvToJpegEncoder
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java407 private static void encode(CharSequence sequence, ByteBuffer byteBuffer) { in encode() method in CodedOutputByteBufferNano
456 private static int encode(CharSequence sequence, byte[] bytes, int offset, int length) { in encode() method in CodedOutputByteBufferNano
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DPooledLambdaImpl.java613 static int encode(int argCount, int returnType) { in encode() method in PooledLambdaImpl.LambdaType
/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java137 public String encode() { in encode() method in SimpleSessionDescription
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessage.java291 public static IRubyObject encode(ThreadContext context, IRubyObject recv, IRubyObject value) { in encode() method in RubyMessage
/frameworks/base/core/java/android/net/
DUri.java1852 public static String encode(String s) { in encode() method in Uri
1869 public static String encode(String s, String allow) { in encode() method in Uri
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DUtf8.java303 static int encode(CharSequence in, byte[] out, int offset, int length) { in encode() method in Utf8
/frameworks/base/core/java/android/content/res/
DResources.java1711 public void encode(@NonNull ViewHierarchyEncoder encoder) { in encode() method in Resources.Theme

12