Home
last modified time | relevance | path

Searched refs:write_len (Results 1 – 2 of 2) sorted by relevance

/device/generic/trusty/secure_dpu/
DEmulatorDPUHandler.cpp65 auto write_len = write(dpu_handle_, &rsp, sizeof(rsp)); in HandleStartSecureDisplay() local
66 if (write_len != sizeof(rsp)) { in HandleStartSecureDisplay()
77 auto write_len = write(dpu_handle_, &rsp, sizeof(rsp)); in HandleStopSecureDisplay() local
78 if (write_len != sizeof(rsp)) { in HandleStopSecureDisplay()
/device/google/contexthub/util/stm32_flash/
Dstm32_bl.c43 static uint8_t write_len(handle_t *handle, int len) in write_len() function
147 write_len(handle, 256); in read_memory()
154 write_len(handle, length-offset); in read_memory()