Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/client/
DAudioEndpoint.cpp65 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() local
168 : descriptor.readCounterAddress; in configureDataQueue()
[all …]
/frameworks/av/media/libaaudio/src/fifo/
DFifoControllerIndirect.h38 fifo_counter_t * readCounterAddress, in FifoControllerIndirect() argument
41 , mReadCounterAddress((std::atomic<fifo_counter_t> *) readCounterAddress) in FifoControllerIndirect()
DFifoBuffer.h152 fifo_counter_t* readCounterAddress,
/frameworks/av/services/oboeservice/
DSharedRingBuffer.cpp77 fifo_counter_t *readCounterAddress = in allocate() local
84 readCounterAddress, writeCounterAddress, dataAddress); in allocate()
/frameworks/av/media/libaaudio/tests/
Dtest_marshalling.cpp164 descriptorA.readCounterAddress[0] = 17; in TEST()
182 EXPECT_EQ(descriptorA.readCounterAddress[0], descriptorB.readCounterAddress[0]); in TEST()
/frameworks/av/media/libaaudio/src/binding/
DAAudioServiceDefinitions.h72 int64_t* readCounterAddress; member
DRingBufferParcelable.cpp108 (void **) &descriptor->readCounterAddress); in resolve()