Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/client/
DAudioEndpoint.cpp79 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()
[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.h44 fifo_counter_t *readCounterAddress,
/frameworks/av/services/oboeservice/
DSharedRingBuffer.cpp73 fifo_counter_t *readCounterAddress = in allocate() local
80 readCounterAddress, writeCounterAddress, dataAddress); in allocate()
/frameworks/av/media/libaaudio/tests/
Dtest_marshalling.cpp144 descriptorA.readCounterAddress[0] = 17; in TEST()
162 EXPECT_EQ(descriptorA.readCounterAddress[0], descriptorB.readCounterAddress[0]); in TEST()
/frameworks/av/media/libaaudio/src/binding/
DAAudioServiceDefinitions.h72 int64_t* readCounterAddress; member
DRingBufferParcelable.cpp135 (void **) &descriptor->readCounterAddress); in resolve()