Searched defs:readBuffer (Results 1 – 7 of 7) sorted by relevance
32 std::array<char, 1024> readBuffer{}; member in redfish::FilesystemLogWatcher
26 std::uint8_t readBuffer[btBufferLen]; in sendContents() local
98 std::vector<std::uint8_t> readBuffer(bridge->getDataLength()); in sendContents() local
109 auto readBuffer = std::make_unique<std::uint8_t[]>(host_lpc_buf.length); in sendContents() local
61 char readBuffer = '0'; in getGpioState() local
190 uint8_t readBuffer[readBufferSize]; in processCallI2C() local
1468 std::array<char, 4096> readBuffer{}; in main() local