Lines Matching refs:num_handles
122 uint32_t* num_handles) { in apploader_read() argument
137 uint32_t max_num_handles = num_handles ? *num_handles : 0; in apploader_read()
138 if (msg_inf.num_handles > max_num_handles) { in apploader_read()
140 msg_inf.num_handles); in apploader_read()
153 .num_handles = msg_inf.num_handles, in apploader_read()
158 if (rc >= 0 && num_handles) { in apploader_read()
159 *num_handles = msg_inf.num_handles; in apploader_read()
193 uint32_t num_handles = 1; in apploader_send_secure_get_memory_command() local
196 secure_mem_handle, &num_handles); in apploader_send_secure_get_memory_command()
213 if (num_handles != 1) { in apploader_send_secure_get_memory_command()
214 TLOGE("Expected 1 handle, got %" PRIu32 "\n", num_handles); in apploader_send_secure_get_memory_command()
522 uint32_t num_handles = 1; in apploader_on_message() local
525 &num_handles); in apploader_on_message()
545 if (num_handles != 1) { in apploader_on_message()
546 TLOGE("Expected 1 handle, got %" PRIu32 "\n", num_handles); in apploader_on_message()