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

/frameworks/compile/libbcc/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.cpp143 int actually_read = infile_->Read(&buffer_[buffer_size_], needed);
204 // Read in the variable fields. We need to allocate space for the data.
220 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/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp309 /// getValueTypePair - Read a value/type pair out of the specified record from
839 // Read all the records.
854 // Read a record.
902 // Read all the records for this type table.
919 // Read a record.
1115 // Read all the records for this type table.
1151 // Read a record.
1290 // Read all the records for this type table.
1313 // Read a record.
1341 // 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
1114 // Read all the records.
1129 // Read a record.
1178 // Read all the records for this type table.
1195 // Read a record.
1410 // Read all the records for this type table.
1446 // Read a record.
1602 // Read all the records for this type table.
1625 // Read a record.
1653 // Read al
[all...]
/frameworks/native/libs/binder/tests/
H A DbinderDriverInterfaceTest.cpp193 TEST_F(BinderDriverInterfaceTest, 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
614 status_t err = frame.Read(mExtractor->mReader, static_cast<uint8_t *>(mbuf->data()));
1046 long n = frame.Read(mReader, abuf->data());
/frameworks/base/core/java/android/content/
H A DContentResolver.java469 public final @Nullable Cursor query(@RequiresPermission.Read @NonNull Uri uri,
509 public final @Nullable Cursor query(final @RequiresPermission.Read @NonNull Uri uri,

Completed in 2906 milliseconds