Home
last modified time | relevance | path

Searched refs:Read (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/hardware/interfaces/sensorservice/utils/
Ddirect_channel_buffer_reader_test.cc138 reader_.Read(); in StartReaderThread()
167 EXPECT_EQ(reader_.Read(), 0); in TEST_F()
173 EXPECT_EQ(reader_.Read(), 1); in TEST_F()
181 EXPECT_EQ(reader_.Read(), kBufferSize - 1); in TEST_F()
188 EXPECT_EQ(reader_.Read(), 1); in TEST_F()
191 EXPECT_EQ(reader_.Read(), 2); in TEST_F()
198 EXPECT_EQ(reader_.Read(), 1); in TEST_F()
200 EXPECT_EQ(reader_.Read(), 0); in TEST_F()
202 EXPECT_EQ(reader_.Read(), 1); in TEST_F()
209 EXPECT_EQ(reader_.Read(), 1); in TEST_F()
[all …]
Ddirect_channel_buffer_reader.h95 int Read(int* num_samples_skipped = nullptr);
Ddirect_channel_buffer_reader.cc36 int DirectChannelBufferReader::Read(int* num_samples_skipped) { in Read() function in DirectChannelBufferReader
/frameworks/opt/telephony/proto/src/
DcarrierId.proto63 // [Optional] The Service Provider Name. Read from subscription EF_SPN.
67 // [Optional] PLMN network name. Read from subscription EF_PNN.
71 // [Optional] Group Identifier Level1 for a GSM phone. Read from subscription EF_GID1.
75 // [Optional] Group Identifier Level2 for a GSM phone. Read from subscription EF_GID2.
84 // [Optional] Prefix of Integrated Circuit Card Identifier. Read from subscription EF_ICCID.
/frameworks/base/services/core/java/com/android/server/feature/
Ddropbox_flags.aconfig8 description: "Feature flag for permission to Read dropbox data"
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dwrapper_input.h36 virtual size_t Read(uint8_t* buffer, size_t wanted) = 0;
Dfile_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
Din_memory_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
DBCHeaderField.h68 bool Read(const uint8_t* buf, size_t buf_len) { in Read() function
/frameworks/native/libs/binder/rust/tests/parcel_fuzzer/
Dparcel_fuzzer.rs45 Read { read_operations: Vec<ReadOperation>, data: &'a [u8] }, enumerator
154 Operation::Read { read_operations, data } => {
/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
Dbitcode_wrapperer.cpp144 int actually_read = infile_->Read(&buffer_[buffer_size_], needed); in FillBuffer()
221 field.Read(&buffer_[cursor_], buffer_size_); in ParseWrapperHeader()
/frameworks/libs/modules-utils/java/android/annotation/
DRequiresPermission.java121 @interface Read { annotation
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp142 Read, enumerator
174 int opcode = BenchmarkOps::Read;
215 ProgramOptions.opcode = BenchmarkOps::Read; in ParseOpcodeOption()
281 case BenchmarkOps::Read: { in HandleMessage()
427 int Read(void* buffer, size_t length) { in Read() function in __anon0bef4ac50111::BenchmarkClient
433 transaction.Send<int>(BenchmarkOps::Read, nullptr, 0, buffer, length)); in Read()
669 case BenchmarkOps::Read: { in ClientCommand()
670 const int ret = client->Read(receive_buffer.data(), in ClientCommand()
/frameworks/av/drm/mediadrm/plugins/clearkey/common/include/clearkeydrm/
DMemoryFileSystem.h53 size_t Read(const std::string& pathName, std::string* buffer);
/frameworks/hardware/interfaces/cameraservice/service/2.0/
DICameraService.hal74 * Read the static camera metadata for a camera device.
84 * Read in the provider ids and corresponding vendor tag sections from the camera server.
/frameworks/av/drm/mediadrm/plugins/clearkey/common/
DMemoryFileSystem.cpp56 size_t MemoryFileSystem::Read(const std::string& path, std::string* buffer) { in Read() function in clearkeydrm::MemoryFileSystem
DDeviceFiles.cpp195 bytes = mFileHandle.Read(fileName, &serializedHashFile); in RetrieveHashedFile()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_ContentPipe.h174 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
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/opt/setupwizard/library/
Drules.gradle54 // Read the dependencies from the "deps" map in the extra properties.
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2347 if (Stream.Read(8) != 'B' || in ParseBitcodeInto()
2348 Stream.Read(8) != 'C' || in ParseBitcodeInto()
2349 Stream.Read(4) != 0x0 || in ParseBitcodeInto()
2350 Stream.Read(4) != 0xC || in ParseBitcodeInto()
2351 Stream.Read(4) != 0xE || in ParseBitcodeInto()
2352 Stream.Read(4) != 0xD) in ParseBitcodeInto()
2399 Stream.Read(6) == 2 && Stream.Read(24) == 0xa0a0a && in ParseBitcodeInto()
2459 if (Stream.Read(8) != 'B' || in parseTriple()
2460 Stream.Read(8) != 'C' || in parseTriple()
2461 Stream.Read(4) != 0x0 || in parseTriple()
[all …]
/frameworks/native/cmds/atrace/
Datrace.rc237 # Read and truncate the kernel trace.
241 # Read and truncate the per-CPU kernel trace.
327 # Read and set per CPU buffer size
335 # Read and enable tracing
343 # Read and truncate kernel trace
355 # Read and clear per-CPU raw kernel trace
427 # Read and truncate the hyp trace.
431 # Read and truncate the per-CPU kernel trace.
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2612 if (Stream.Read(8) != 'B' || in ParseBitcodeInto()
2613 Stream.Read(8) != 'C' || in ParseBitcodeInto()
2614 Stream.Read(4) != 0x0 || in ParseBitcodeInto()
2615 Stream.Read(4) != 0xC || in ParseBitcodeInto()
2616 Stream.Read(4) != 0xE || in ParseBitcodeInto()
2617 Stream.Read(4) != 0xD) in ParseBitcodeInto()
2664 Stream.Read(6) == 2 && Stream.Read(24) == 0xa0a0a && in ParseBitcodeInto()
2724 if (Stream.Read(8) != 'B' || in parseTriple()
2725 Stream.Read(8) != 'C' || in parseTriple()
2726 Stream.Read(4) != 0x0 || in parseTriple()
[all …]

12