Home
last modified time | relevance | path

Searched refs:qemu_pipe_frame_send (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A Dqemu_pipe.h51 int qemu_pipe_frame_send(int fd, const void* buff, size_t len);
H A DPipeComm.cpp84 retVal = qemu_pipe_frame_send(mPipeFd, data.data(), data.size()); in write()
H A Dqemu_pipe.cpp69 int qemu_pipe_frame_send(int fd, const void* buff, size_t len) { in qemu_pipe_frame_send() function