Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb.cpp520 uint64_t read_idx = id.id % kUsbReadQueueDepth; in HandleRead() local
521 IoBlock* block = &read_requests_[read_idx]; in HandleRead()
533 size_t read_idx = id % kUsbReadQueueDepth; in HandleRead() local
534 IoBlock* current_block = &read_requests_[read_idx]; in HandleRead()