Searched refs:write_status_to_socket (Results 1 – 1 of 1) sorted by relevance
/aosp12/bootable/recovery/uncrypt/ |
H A D | uncrypt.cpp | 199 static bool write_status_to_socket(int status, int socket) { in write_status_to_socket() function 258 if (!write_status_to_socket(0, socket)) { in ProductBlockMap() 339 write_status_to_socket(progress, socket); in ProductBlockMap() 521 write_status_to_socket(-1, socket); in uncrypt_wrapper() 543 write_status_to_socket(-1, socket); in uncrypt_wrapper() 551 write_status_to_socket(100, socket); in uncrypt_wrapper() 560 write_status_to_socket(-1, socket); in clear_bcb() 563 write_status_to_socket(100, socket); in clear_bcb() 601 write_status_to_socket(-1, socket); in setup_bcb() 606 write_status_to_socket(-1, socket); in setup_bcb() [all …]
|