Searched refs:bytes_read (Results 1 – 6 of 6) sorted by relevance
/device/google/contexthub/util/nanotool/ |
D | calibrationfile.cpp | 52 ssize_t bytes_read = file_->read(file_data.data(), file_size); in Initialize() local 53 if (bytes_read != file_size) { in Initialize() 55 bytes_read, file_size); in Initialize()
|
D | contexthub.cpp | 152 size_t bytes_read = fread(firmware_data.data(), sizeof(uint8_t), in Flash() local 156 if (bytes_read != static_cast<size_t>(file_size)) { in Flash() 158 bytes_read, file_size); in Flash()
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
D | QCameraMjpegDecode.cpp | 622 int bytes_to_read, bytes_read, rc; in decoder_input_req_handler() local 632 bytes_read = 0; in decoder_input_req_handler() 644 bytes_read = bytes_to_read; in decoder_input_req_handler() 648 return bytes_read; in decoder_input_req_handler()
|
/device/moto/shamu/dataservices/rmnetctl/src/ |
D | librmnetctl.c | 97 int bytes_read = -1, return_code = RMNETCTL_API_ERR_HNDL_INVALID; in rmnetctl_transact() local 156 bytes_read = recvfrom(hndl->netlink_fd, in rmnetctl_transact() 162 if (bytes_read < 0) { in rmnetctl_transact()
|
/device/lge/bullhead/dataservices/rmnetctl/src/ |
D | librmnetctl.c | 109 ssize_t bytes_read = -1; in rmnetctl_transact() local 172 bytes_read = recvfrom(hndl->netlink_fd, in rmnetctl_transact() 178 if (bytes_read < 0) { in rmnetctl_transact()
|
/device/huawei/angler/dataservices/rmnetctl/src/ |
D | librmnetctl.c | 108 ssize_t bytes_read = -1; in rmnetctl_transact() local 171 bytes_read = recvfrom(hndl->netlink_fd, in rmnetctl_transact() 177 if (bytes_read < 0) { in rmnetctl_transact()
|