Searched refs:readCounterAddress (Results 1 – 7 of 7) sorted by relevance
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() local171 : descriptor->readCounterAddress; in configure()[all …]
38 fifo_counter_t * readCounterAddress, in FifoControllerIndirect() argument41 , mReadCounterAddress((std::atomic<fifo_counter_t> *) readCounterAddress) in FifoControllerIndirect()
44 fifo_counter_t *readCounterAddress,
73 fifo_counter_t *readCounterAddress = in allocate() local80 readCounterAddress, writeCounterAddress, dataAddress); in allocate()
144 descriptorA.readCounterAddress[0] = 17; in TEST()162 EXPECT_EQ(descriptorA.readCounterAddress[0], descriptorB.readCounterAddress[0]); in TEST()
72 int64_t* readCounterAddress; member
135 (void **) &descriptor->readCounterAddress); in resolve()