Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 55) sorted by relevance

123

/device/google/cuttlefish/host/libs/location/
DGpxParser.cpp53 int read = SscanfWithCLocale(reinterpret_cast<const char *>(tmpStr), "%f", in parseLocation() local
67 int read = SscanfWithCLocale(reinterpret_cast<const char *>(tmpStr), "%f", in parseLocation() local
112 int read = SscanfWithCLocale(reinterpret_cast<const char *>(tmpStr), in parseLocation() local
/device/google/trout/hal/dumpstate/aidl/1.0/config/
Ddumpstate_hal_configuration_V1_0.cpp107 Service Service::read(xmlNode* root) { in read() function in dumpstate::hal::configuration::V1_0::Service
142 Services Services::read(xmlNode* root) { in read() function in dumpstate::hal::configuration::V1_0::Services
172 SystemLogs SystemLogs::read(xmlNode* root) { in read() function in dumpstate::hal::configuration::V1_0::SystemLogs
228 DumpstateHalConfiguration DumpstateHalConfiguration::read(xmlNode* root) { in read() function in dumpstate::hal::configuration::V1_0::DumpstateHalConfiguration
/device/google/cuttlefish/host/commands/tcp_connector/
Dmain.cpp66 auto read = fifo_in->Read(buf, sizeof(buf)); in main() local
79 auto read = sock->Read(buf, sizeof(buf)); in main() local
/device/google/cuttlefish/common/libs/security/
Dkeymaster_channel_test.cpp44 keymaster::Buffer read; in TEST() local
69 keymaster::Buffer read; in TEST() local
Dkeymaster_channel_sharedfd.cpp66 auto read = ReadExactBinary(input_, &message_header); in ReceiveMessage() local
Dgatekeeper_channel_sharedfd.cpp61 auto read = ReadExactBinary(input_, &message_header); in ReceiveMessage() local
Dchannel_sharedfd.cpp56 auto read = ReadExactBinary(input_, &message_header); in ReceiveMessage() local
/device/google/cuttlefish/common/libs/fs/
Dshared_buf.cc52 ssize_t read = 0; in ReadExact() local
70 ssize_t read; in ReadAll() local
/device/generic/goldfish-opengl/system/vulkan_enc/
DVulkanStreamGuest.cpp102 ssize_t VulkanStreamGuest::read(void *buffer, size_t size) { in read() function in gfxstream::vk::VulkanStreamGuest
160 ssize_t VulkanCountingStream::read(void*, size_t size) { in read() function in gfxstream::vk::VulkanCountingStream
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVulkanStream.cpp133 ssize_t VulkanStream::read(void* buffer, size_t size) { in read() function in gfxstream::vk::VulkanStream
199 ssize_t VulkanMemReadingStream::read(void* buffer, size_t size) { in read() function in gfxstream::vk::VulkanMemReadingStream
/device/google/cuttlefish/host/commands/logcat_receiver/
Dmain.cpp69 auto read = pipe->Read(buff, sizeof(buff)); in main() local
/device/google/cuttlefish/host/frontend/webrtc/
Dbluetooth_handler.cpp57 auto read = rootcanal_socket_->Read(buffer, sizeof(buffer)); in ReadLoop() local
Dadb_handler.cpp87 auto read = adb_socket_->Read(buffer, sizeof(buffer)); in ReadLoop() local
/device/generic/goldfish-opengl/android-emu/aemu/base/files/
DMemStream.cpp32 ssize_t MemStream::read(void* buffer, size_t size) { in read() function in android::base::MemStream
/device/generic/car/emulator/Conn/PipeComm/
DPipeComm.cpp60 std::vector<uint8_t> PipeComm::read() { in read() function in android::hardware::automotive::vehicle::V2_0::impl::PipeComm
/device/google/contexthub/util/common/
Dfile.cpp77 ssize_t File::read(void *data, size_t size) { in read() function in android::File
Dring.cpp69 ssize_t RingBuffer::read(sensors_event_t *ev, size_t size) { in read() function in android::RingBuffer
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglContext.h51 const SurfacePtr& read() const { return m_read; }; in read() function
/device/generic/vulkan-cereal/stream-servers/
DIOStream.h43 size_t read(void* buf, size_t bufLen) { in read() function
DRenderThreadInfoGl.cpp132 const HandleType read = currReadSurf ? currReadSurf->getHndl() : 0; in postLoadRefreshCurrentContextSurfacePtrs() local
/device/google/cuttlefish/host/commands/test_gce_driver/
Dcvd_test_gce_driver.cpp189 auto read = stdout_read->Read(buffer, sizeof(buffer)); in SshCommand() local
204 auto read = stderr_read->Read(buffer, sizeof(buffer)); in SshCommand() local
/device/generic/vulkan-cereal/stream-servers/gl/
DBufferGl.cpp42 void BufferGl::read(uint64_t offset, uint64_t size, void* bytes) { in read() function in gfxstream::gl::BufferGl
/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp137 auto read = cuttlefish::ReadExact(conn, &buf); in main() local
/device/generic/opengl-transport/host/libs/virglrenderer/
DEglSurface.h88 bool read = false; member
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DSocketStream.cpp138 const unsigned char *SocketStream::read( void *buf, size_t *inout_len) in read() function in SocketStream

123