Home
last modified time | relevance | path

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

12

/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/1.1/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/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
/device/google/cuttlefish/host/commands/tcp_connector/
Dmain.cpp98 auto read = fifo_in->Read(buf, sizeof(buf)); in main() local
118 auto read = sock->Read(buf, sizeof(buf)); in main() 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/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp45 Client::Client(SharedFD read, SharedFD write) in Client()
51 Client::Client(SharedFD read, SharedFD write, ClientType client_type) in Client()
Dmain.cpp138 auto read = ReadExact(conn, &buf); in ModemSimulatorMain() local
/device/google/cuttlefish/host/commands/logcat_receiver/
Dmain.cpp70 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/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/cuttlefish/common/libs/transport/
Dchannel_sharedfd.cpp40 auto read = ReadExactBinary(input_, &message_header); in ReceiveMessage() local
/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/opengl-transport/host/libs/virglrenderer/
DEglSurface.h88 bool read = false; member
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dsocket_vsock_proxy.cpp178 auto read = restore_pipe_read->Read(buff, 1); in ListenEventsAndProxy() local
/device/google/cuttlefish/host/commands/casimir_control_server/
Dcasimir_controller.cpp144 ssize_t read = in ReadExact() local
/device/generic/car/emulator/Conn/SocketComm/
DSocketComm.cpp178 std::vector<uint8_t> SocketConn::read() { in read() function in android::hardware::automotive::vehicle::V2_0::impl::SocketConn
/device/generic/goldfish/audio/
Ddevice_port_source.cpp110 size_t read(float volume, size_t bytesToRead, IWriter &writer) override { in read() function
263 size_t read(float volume, size_t bytesToRead, IWriter &writer) override { in read() function
/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc345 auto read = restore_complete_pipe->Read(buff, 1); in ThreadLoop() local
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp587 int read = ReadAll(pipe_read, stdout_str); in RunWithManagedStdio() local
603 int read = ReadAll(pipe_read, stderr_str); in RunWithManagedStdio() local
/device/google/trout/hal/sensors/2.1/tests/
DMultiPoll.cpp53 size_t read(char* buf, size_t n) { return ::read(mReadFd, reinterpret_cast<void*>(buf), n); } in read() function in PipeHelper
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DTransport.java100 public abstract boolean read(byte reqType); in read() method in Transport
/device/google/cuttlefish/host/libs/audio_connector/
Dserver.cpp363 auto read = socket->Recv(buffer, size, MSG_TRUNC); in ReceiveMsg() local

12