Searched refs:Read (Results 1 - 20 of 20) sorted by relevance

/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
H A Dwrapper_input.h36 virtual size_t Read(uint8_t* buffer, size_t wanted) = 0;
38 // Read is called, and returns 0.
H A Dfile_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
36 // until Read is called, and returns 0.
H A Din_memory_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
36 // until Read is called, and returns 0.
H A DBCHeaderField.h68 bool Read(const uint8_t* buf, size_t buf_len) { function in class:BCHeaderField
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Din_memory_wrapper_input.cpp29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { function in class:InMemoryWrapperInput
H A Dfile_wrapper_input.cpp35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { function in class:FileWrapperInput
H A Dbitcode_wrapperer.cpp144 int actually_read = infile_->Read(&buffer_[buffer_size_], needed);
205 // Read in the variable fields. We need to allocate space for the data.
221 field.Read(&buffer_[cursor_], buffer_size_);
/frameworks/base/core/java/android/annotation/
H A DRequiresPermission.java53 * {@literal @}RequiresPermission.Read(@RequiresPermission(READ_HISTORY_BOOKMARKS))
121 @interface Read { interface in interface:RequiresPermission
/frameworks/support/annotations/src/android/support/annotation/
H A DRequiresPermission.java51 * @RequiresPermission.Read(@RequiresPermission(READ_HISTORY_BOOKMARKS))
117 @interface Read { interface in interface:RequiresPermission
/frameworks/native/include/media/openmax/
H A DOMX_ContentPipe.h174 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member in struct:CP_PIPETYPE
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp142 Read, member in struct:__anon1763::BenchmarkOps
174 int opcode = BenchmarkOps::Read;
215 ProgramOptions.opcode = BenchmarkOps::Read;
281 case BenchmarkOps::Read: {
427 int Read(void* buffer, size_t length) { function in class:BenchmarkClient
428 ATRACE_NAME("BenchmarkClient::Read");
429 VLOG(1) << "BenchmarkClient::Read: buffer=" << buffer
433 transaction.Send<int>(BenchmarkOps::Read, nullptr, 0, buffer, length));
538 // Read the initial schedstats for this thread from procfs.
669 case BenchmarkOps::Read
[all...]
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dremote_method.h188 Status<size_t> read_status = message.Read(payload.Data(), payload.Size());
224 Status<size_t> read_status = message.Read(payload.Data(), payload.Size());
264 Status<size_t> read_status = message.Read(payload.Data(), payload.Size());
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp309 /// getValueTypePair - Read a value/type pair out of the specified record from
848 // Read all the records.
863 // Read a record.
911 // Read all the records for this type table.
928 // Read a record.
1124 // Read all the records for this type table.
1160 // Read a record.
1299 // Read all the records for this type table.
1322 // Read a record.
1350 // Read al
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp546 /// getValueTypePair - Read a value/type pair out of the specified record from
1123 // Read all the records.
1138 // Read a record.
1187 // Read all the records for this type table.
1204 // Read a record.
1419 // Read all the records for this type table.
1455 // Read a record.
1611 // Read all the records for this type table.
1634 // Read a record.
1662 // Read al
[all...]
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice.h99 * Read/write payload, in either single buffer or iovec form.
102 Status<size_t> Read(void* buffer, size_t length);
122 Status<size_t> status = Read(buffer, length);
/frameworks/native/libs/binder/tests/
H A DbinderDriverInterfaceTest.cpp193 TEST_F(BinderDriverInterfaceTest, Read) {
/frameworks/native/libs/vr/libpdx/
H A Dservice_tests.cpp502 TEST_F(ServiceMessageTest, Read) {
511 EXPECT_EQ(50u, message_->Read(kDataBuffer, kDataSize).get());
512 EXPECT_EQ(EACCES, message_->Read(kDataBuffer, kDataSize).error());
H A Dservice.cpp108 Status<size_t> Message::Read(void* buffer, size_t length) { function in class:android::pdx::Message
109 PDX_TRACE_NAME("Message::Read");
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp47 virtual int Read(long long position, long length, unsigned char* buffer) { function in struct:android::DataSourceReader
635 status_t err = frame.Read(mExtractor->mReader, data + trackInfo->mHeaderLen);
1067 long n = frame.Read(mReader, abuf->data());
/frameworks/base/core/java/android/content/
H A DContentResolver.java659 public final @Nullable Cursor query(@RequiresPermission.Read @NonNull Uri uri,
699 public final @Nullable Cursor query(@RequiresPermission.Read @NonNull Uri uri,
734 public final @Nullable Cursor query(final @RequiresPermission.Read @NonNull Uri uri,

Completed in 2203 milliseconds