Searched refs:readCounterAddress (Results 1 – 7 of 7) sorted by relevance
65 descriptor->readCounterAddress, in AudioEndpoint_validateQueueDescriptor()77 if (descriptor->readCounterAddress) { in AudioEndpoint_validateQueueDescriptor()78 fifo_counter_t counter = *descriptor->readCounterAddress; in AudioEndpoint_validateQueueDescriptor()81 *descriptor->readCounterAddress = counter; in AudioEndpoint_validateQueueDescriptor()122 if(descriptor->readCounterAddress == nullptr || descriptor->writeCounterAddress == nullptr) { in configure()136 descriptor->readCounterAddress, in configure()156 descriptor.readCounterAddress); in configureDataQueue()161 ? descriptor.readCounterAddress // read by other side in configureDataQueue()166 int64_t *readCounterAddress = (descriptor.readCounterAddress == nullptr) in configureDataQueue() local168 : descriptor.readCounterAddress; in configureDataQueue()[all …]
38 fifo_counter_t * readCounterAddress, in FifoControllerIndirect() argument41 , mReadCounterAddress((std::atomic<fifo_counter_t> *) readCounterAddress) in FifoControllerIndirect()
152 fifo_counter_t* readCounterAddress,
77 fifo_counter_t *readCounterAddress = in allocate() local84 readCounterAddress, writeCounterAddress, dataAddress); in allocate()
164 descriptorA.readCounterAddress[0] = 17; in TEST()182 EXPECT_EQ(descriptorA.readCounterAddress[0], descriptorB.readCounterAddress[0]); in TEST()
72 int64_t* readCounterAddress; member
108 (void **) &descriptor->readCounterAddress); in resolve()