Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb.cpp547 uint64_t read_idx = id.id % kUsbReadQueueDepth; in HandleRead() local
548 IoReadBlock* block = &read_requests_[read_idx]; in HandleRead()
560 size_t read_idx = id % kUsbReadQueueDepth; in HandleRead() local
561 IoReadBlock* current_block = &read_requests_[read_idx]; in HandleRead()