Home
last modified time | relevance | path

Searched defs:getFramesPerBurst (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/services/oboeservice/
DAAudioMixer.h45 int32_t getFramesPerBurst() const { return mFramesPerBurst; } in getFramesPerBurst() function
DAAudioServiceEndpoint.h89 int32_t getFramesPerBurst() const { in getFramesPerBurst() function
DAAudioServiceStreamBase.h156 int32_t getFramesPerBurst() const { in getFramesPerBurst() function
/frameworks/av/media/libaaudio/src/client/
DIsochronousClockModel.h70 int32_t getFramesPerBurst() const { in getFramesPerBurst() function
DAudioStreamInternal.cpp734 int32_t AudioStreamInternal::getFramesPerBurst() const { in getFramesPerBurst() function in AudioStreamInternal
/frameworks/av/media/libaaudio/src/binding/
DRingBufferParcelable.cpp63 int32_t RingBufferParcelable::getFramesPerBurst() { in getFramesPerBurst() function in RingBufferParcelable
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamTrack.cpp454 int32_t AudioStreamTrack::getFramesPerBurst() const in getFramesPerBurst() function in AudioStreamTrack
DAudioStreamRecord.cpp479 int32_t AudioStreamRecord::getFramesPerBurst() const in getFramesPerBurst() function in AudioStreamRecord
/frameworks/av/media/libaaudio/src/core/
DAudioStream.h167 virtual int32_t getFramesPerBurst() const { in getFramesPerBurst() function