Searched refs:encode_location (Results 1 – 1 of 1) sorted by relevance
56 auto encode_handle = [](zx_handle_t* encode_location, zx_handle_t* out) { in Describe() argument59 *out = *encode_location; in Describe()60 if (*encode_location != ZX_HANDLE_INVALID) { in Describe()61 *encode_location = FIDL_HANDLE_PRESENT; in Describe()63 *encode_location = FIDL_HANDLE_ABSENT; in Describe()
Completed in 9 milliseconds