Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/client/
DAudioEndpoint.cpp75 descriptor->readCounterAddress, in AudioEndpoint_validateQueueDescriptor()
87 if (descriptor->readCounterAddress) { in AudioEndpoint_validateQueueDescriptor()
88 fifo_counter_t counter = *descriptor->readCounterAddress; in AudioEndpoint_validateQueueDescriptor()
91 *descriptor->readCounterAddress = counter; in AudioEndpoint_validateQueueDescriptor()
133 if(descriptor->readCounterAddress == nullptr || descriptor->writeCounterAddress == nullptr) { in configure()
141 descriptor->readCounterAddress, in configure()
149 … ALOGV("AudioEndpoint::configure() data readCounterAddress = %p", descriptor->readCounterAddress); in configure()
150 mFreeRunning = descriptor->readCounterAddress == nullptr; in configure()
152 int64_t *readCounterAddress = (descriptor->readCounterAddress == nullptr) in configure() local
154 : 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.cpp78 fifo_counter_t *readCounterAddress = in allocate() local
85 readCounterAddress, writeCounterAddress, dataAddress); in allocate()
/frameworks/av/media/libaaudio/tests/
Dtest_marshalling.cpp142 descriptorA.readCounterAddress[0] = 17; in TEST()
160 EXPECT_EQ(descriptorA.readCounterAddress[0], descriptorB.readCounterAddress[0]); in TEST()
/frameworks/av/media/libaaudio/src/binding/
DAAudioServiceDefinitions.h67 int64_t* readCounterAddress; member
DRingBufferParcelable.cpp131 (void **) &descriptor->readCounterAddress); in resolve()