Searched refs:saved (Results 1 – 4 of 4) sorted by relevance
| /system/ulib/fdio/ |
| A D | bsdsocket.c | 30 static zx_status_t get_service_handle(const char* path, zx_handle_t* saved, in get_service_handle() argument 35 if (*saved == ZX_HANDLE_INVALID) { in get_service_handle() 45 *saved = h0; in get_service_handle() 47 *out = *saved; in get_service_handle() 54 static zx_status_t get_service_with_retries(const char* path, zx_handle_t* saved, in get_service_with_retries() argument 58 while ((r = get_service_handle(path, saved, lock, out)) == ZX_ERR_NOT_FOUND) { in get_service_with_retries() 70 static zx_handle_t saved = ZX_HANDLE_INVALID; in get_socket_provider() local 72 return get_service_with_retries("/svc/fuchsia.net.LegacySocketProvider", &saved, &lock, out); in get_socket_provider()
|
| /system/fidl/fuchsia-tracelink/ |
| A D | tracelink.fidl | 23 // saved so that tracing can continue without dropping records. Whether 97 // and then, when the buffer is saved, the manager: 99 // If the manager hasn't saved the buffer in time, and the other buffer
|
| /system/fidl/fuchsia-hardware-camera/ |
| A D | camera_sensor.fidl | 104 // Gain should be just saved here for the future. 113 // Gain should be just saved here for the future. 122 // Integration time should be just saved here for the future.
|
| /system/banjo/ddk-protocol-nand/ |
| A D | nand.banjo | 123 /// returned data should be saved somewhere else, along blocks that become
|
Completed in 6 milliseconds