Home
last modified time | relevance | path

Searched refs:mFrameCountHAL (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/include/media/
DAudioIoDescriptor.h38 mFrameCount(0), mFrameCountHAL(0), mLatency(0) in AudioIoDescriptor()
65 size_t mFrameCountHAL; variable
/frameworks/av/media/libmedia/
DIAudioFlingerClient.cpp53 data.writeInt64(ioDesc->mFrameCountHAL); in ioConfigChanged()
77 ioDesc->mFrameCountHAL = data.readInt64(); in onTransact()
DAudioSystem.cpp443 *frameCount = desc->mFrameCountHAL; in getFrameCountHAL()
557 … ioDesc->mChannelMask, ioDesc->mFrameCount, ioDesc->mFrameCountHAL, ioDesc->getDeviceId()); in ioConfigChanged()
/frameworks/av/services/audioflinger/
DThreads.cpp2141 desc->mFrameCountHAL = mFrameCount; in ioConfigChanged()
7139 desc->mFrameCountHAL = mFrameCount; in ioConfigChanged()