/frameworks/base/core/java/android/annotation/ |
H A D | RequiresPermission.java | 53 * {@literal @}RequiresPermission.Read(@RequiresPermission(READ_HISTORY_BOOKMARKS)) 121 @interface Read { interface in interface:RequiresPermission
|
/frameworks/support/annotations/src/main/java/androidx/annotation/ |
H A D | RequiresPermission.java | 51 * @RequiresPermission.Read(@RequiresPermission(READ_HISTORY_BOOKMARKS)) 117 @interface Read { interface in interface:RequiresPermission
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
H A D | file_wrapper_input.cpp | 35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { function in class:FileWrapperInput
|
H A D | in_memory_wrapper_input.cpp | 29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { function in class:InMemoryWrapperInput
|
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/ |
H A D | BCHeaderField.h | 68 bool Read(const uint8_t* buf, size_t buf_len) { function in class:BCHeaderField
|
/frameworks/native/headers/media_plugin/media/openmax/ |
H A D | OMX_ContentPipe.h | 174 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member in struct:CP_PIPETYPE
|
/frameworks/native/include/media/openmax/ |
H A D | OMX_ContentPipe.h | 174 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member in struct:CP_PIPETYPE
|
/frameworks/native/libs/vr/libpdx/ |
H A D | service.cpp | 105 Status<size_t> Message::Read(void* buffer, size_t length) { function in class:android::pdx::Message 106 PDX_TRACE_NAME("Message::Read");
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
H A D | pdx_benchmarks.cpp | 142 Read, member in struct:__anon1736::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/extractors/mkv/ |
H A D | MatroskaExtractor.cpp | 51 virtual int Read(long long position, long length, unsigned char* buffer) { function in struct:android::DataSourceBaseReader 743 status_t err = frame.Read(mExtractor->mReader, data + trackInfo->mHeaderLen); 1218 long n = frame.Read(mReader, tmpData.get());
|