Home
last modified time | relevance | path

Searched refs:fullRead (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/utility/
DFullIo.hpp65 bool fullRead(int fd, void *buf, size_t count);
DFullIo.cpp75 bool fullRead(int fd, void *buf, size_t count) { in fullRead() function
/external/parameter-framework/test/test-platform/
Dmain.cpp154 if (not utility::fullRead(pipefd[0], &msgFromChild, sizeof(msgFromChild))) { in startDaemonTestPlatform() member in startDaemonTestPlatform::utility
/external/parameter-framework/remote-processor/
DRemoteProcessorServer.cpp163 if (not utility::fullRead(_aiInbandPipe[0], &ucData, sizeof(ucData))) { in run() member in CRemoteProcessorServer::run::utility