Home
last modified time | relevance | path

Searched defs:write_len (Results 1 – 3 of 3) 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
/device/google/cuttlefish/host/commands/vhost_user_input/
Dvhu_input.rs187 let mut write_len = in send_pending_events() localVariable