Searched defs:Read (Results 1 - 9 of 9) sorted by relevance

/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/compile/libbcc/bcinfo/Wrap/
H A Dfile_wrapper_input.cpp35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { function in class:FileWrapperInput
H A Din_memory_wrapper_input.cpp29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { function in class:InMemoryWrapperInput
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
H A DBCHeaderField.h68 bool Read(const uint8_t* buf, size_t buf_len) { function in class:BCHeaderField
/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/
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/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/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());

Completed in 1334 milliseconds