Home
last modified time | relevance | path

Searched refs:to_cancel (Results 1 – 3 of 3) sorted by relevance

/external/libusb/libusb/
Dio.c2272 struct usbi_transfer *to_cancel; in usbi_handle_disconnect() local
2292 to_cancel = NULL; in usbi_handle_disconnect()
2295 to_cancel = cur; in usbi_handle_disconnect()
2300 if (!to_cancel) in usbi_handle_disconnect()
2303 usbi_backend->clear_transfer_priv(to_cancel); in usbi_handle_disconnect()
2304 usbi_handle_transfer_completion(to_cancel, LIBUSB_TRANSFER_NO_DEVICE); in usbi_handle_disconnect()
/external/qemu/android/
Dasync-socket.c638 AsyncSocketIO* const to_cancel = _async_socket_pull_first_reader(as); in _async_socket_cancel_readers() local
641 _async_socket_cancel_io(as, to_cancel); in _async_socket_cancel_readers()
642 async_socket_io_release(to_cancel); in _async_socket_cancel_readers()
654 AsyncSocketIO* const to_cancel = _async_socket_pull_first_writer(as); in _async_socket_cancel_writers() local
657 _async_socket_cancel_io(as, to_cancel); in _async_socket_cancel_writers()
658 async_socket_io_release(to_cancel); in _async_socket_cancel_writers()
Dandroid-device.c1099 AsyncSendBuffer* const to_cancel = adsevent->send_pending; in _android_event_socket_cancel_send() local
1100 adsevent->send_pending = to_cancel->next; in _android_event_socket_cancel_send()
1101 _async_send_buffer_complete(to_cancel, reason); in _android_event_socket_cancel_send()