Home
last modified time | relevance | path

Searched defs:Read (Results 1 – 17 of 17) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
Din_memory_wrapper_input.cpp29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in InMemoryWrapperInput
Dfile_wrapper_input.cpp35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in FileWrapperInput
/frameworks/base/core/java/android/annotation/
DRequiresPermission.java121 @interface Read { annotation
/frameworks/opt/gamesdk/src/tuningfork/
Dprotobuf_util.cpp26 bool VectorStream::Read(pb_istream_t *stream, uint8_t *buf, size_t count) { in Read() function in tuningfork::VectorStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DLimitedInputStream.cs84 public override int Read(byte[] buffer, int offset, int count) in Read() method in Google.Protobuf.LimitedInputStream
DJsonTokenizer.cs696 internal char? Read() in Read() method in Google.Protobuf.JsonTokenizer.JsonTextTokenizer.PushBackReader
DFieldCodec.cs293 internal static T Read<T>(CodedInputStream input, FieldCodec<T> codec) in Read() method in Google.Protobuf.FieldCodec.WrapperCodecs
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DMemoryFileSystem.cpp49 size_t MemoryFileSystem::Read(const std::string& path, std::string* buffer) { in Read() function in android::hardware::drm::V1_2::clearkey::MemoryFileSystem
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
DBCHeaderField.h68 bool Read(const uint8_t* buf, size_t buf_len) { in Read() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_impl.cc138 int FileInputStream::CopyingFileInputStream::Read(void* buffer, int size) { in Read() function in google::protobuf::io::FileInputStream::CopyingFileInputStream
303 int IstreamInputStream::CopyingIstreamInputStream::Read( in Read() function in google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs377 public override int Read(byte[] buffer, int offset, int count) in Read() method in Google.Protobuf.CodedInputStreamTest.SmallBlockInputStream
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_ContentPipe.h174 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp142 Read, enumerator
427 int Read(void* buffer, size_t length) { in Read() function in __anon1caffe9a0111::BenchmarkClient
/frameworks/native/libs/binder/tests/
DbinderDriverInterfaceTest.cpp209 TEST_F(BinderDriverInterfaceTest, Read) { in TEST_F() argument
/frameworks/native/libs/vr/libpdx/
Dservice.cpp105 Status<size_t> Message::Read(void* buffer, size_t length) { in Read() function in android::pdx::Message
Dservice_tests.cpp504 TEST_F(ServiceMessageTest, Read) { in TEST_F() argument
/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp50 virtual int Read(long long position, long length, unsigned char* buffer) { in Read() function