Searched defs:stat (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
D | SocketStream.cpp | 99 ssize_t stat = ::send(m_sock, (const char *)buffer + (size - res), res, 0); in writeFully() local 122 ssize_t stat = ::recv(m_sock, (char *)(buf) + len - res, res, 0); in readFully() local
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
D | QemuPipeStream.cpp | 99 ssize_t stat = ::write(m_sock, (const char *)(buf) + (len - res), res); in writeFully() local 130 ssize_t stat = ::read(m_sock, (char *)(buf) + len - res, len); in readFully() local
|
/device/generic/goldfish/opengl/host/include/libOpenglRender/ |
D | IOStream.h | 75 int stat = commitBuffer(m_bufsize - m_free); in flush() local
|
/device/asus/flo/camera/QCamera2/HAL/test/ |
D | qcamera_test.cpp | 855 status_t stat = NO_ERROR; in functionalTest() local 960 status_t stat = camera->openCamera(); in main() local
|
/device/lge/hammerhead/camera/QCamera2/HAL/test/ |
D | qcamera_test.cpp | 855 status_t stat = NO_ERROR; in functionalTest() local 960 status_t stat = camera->openCamera(); in main() local
|
/device/moto/shamu/camera/QCamera2/HAL/test/ |
D | qcamera_test.cpp | 3121 status_t stat = camera->openCamera(); in TestContext() local 3227 status_t stat = NO_ERROR; in FunctionalTest() local
|