Home
last modified time | relevance | path

Searched defs: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
77 auto write_len = write(dpu_handle_, &rsp, sizeof(rsp)); in HandleStopSecureDisplay() local
/device/google/contexthub/util/stm32_flash/
Dstm32_bl.c43 static uint8_t write_len(handle_t *handle, int len) in write_len() function