Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dusb.cpp507 uint64_t read_idx = id.id % kUsbReadQueueDepth; in ReadEvents() local
508 SubmitRead(&read_requests_[read_idx]); in ReadEvents()
532 uint64_t read_idx = id.id % kUsbReadQueueDepth; in HandleRead() local
533 IoReadBlock* block = &read_requests_[read_idx]; in HandleRead()
545 size_t read_idx = id % kUsbReadQueueDepth; in HandleRead() local
546 IoReadBlock* current_block = &read_requests_[read_idx]; in HandleRead()