Home | History | Annotate | Download | only in client

Lines Matching refs:readCounterAddress

79           descriptor->readCounterAddress,
91 if (descriptor->readCounterAddress) {
92 fifo_counter_t counter = *descriptor->readCounterAddress;
93 ALOGV("AudioEndpoint_validateQueueDescriptor() *readCounterAddress = %d, now write",
95 *descriptor->readCounterAddress = counter;
96 ALOGV("AudioEndpoint_validateQueueDescriptor() wrote readCounterAddress successfully");
136 if(descriptor->readCounterAddress == nullptr || descriptor->writeCounterAddress == nullptr) {
150 descriptor->readCounterAddress,
158 ALOGV("configure() data readCounterAddress = %p",
159 descriptor->readCounterAddress);
164 ? descriptor->readCounterAddress // read by other side
169 int64_t *readCounterAddress = (descriptor->readCounterAddress == nullptr)
171 : descriptor->readCounterAddress;
179 readCounterAddress,