Lines Matching refs:readCounterAddress
79 descriptor->readCounterAddress, in AudioEndpoint_validateQueueDescriptor()
91 if (descriptor->readCounterAddress) { in AudioEndpoint_validateQueueDescriptor()
92 fifo_counter_t counter = *descriptor->readCounterAddress; in AudioEndpoint_validateQueueDescriptor()
95 *descriptor->readCounterAddress = counter; in AudioEndpoint_validateQueueDescriptor()
136 if(descriptor->readCounterAddress == nullptr || descriptor->writeCounterAddress == nullptr) { in configure()
150 descriptor->readCounterAddress, in configure()
159 descriptor->readCounterAddress); in configure()
164 ? descriptor->readCounterAddress // read by other side in configure()
169 int64_t *readCounterAddress = (descriptor->readCounterAddress == nullptr) in configure() local
171 : descriptor->readCounterAddress; in configure()
179 readCounterAddress, in configure()