Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DRecordTracks.h46 int32_t startFrames = -1);
86 int32_t startFrames() const final { return mStartFrames; } in startFrames() function
DIAfTrack.h509 int32_t startFrames = -1);
531 virtual int32_t startFrames() const = 0;
DTracks.cpp2733 int32_t startFrames) in create() argument
2751 startFrames); in create()
2771 int32_t startFrames) in RecordTrack() argument
2787 mStartFrames(startFrames) in RecordTrack()
DThreads.cpp9048 int32_t startFrames = -1; in createRecordTrack_l() local
9053 startFrames = mSharedAudioStartFrames; in createRecordTrack_l()
9060 startFrames); in createRecordTrack_l()
9475 if (mRecordTrack->startFrames() >= 0) { in reset()
9476 int32_t startFrames = mRecordTrack->startFrames(); in reset() local
9478 if (startFrames <= rear) { in reset()
9479 deltaFrames = rear - startFrames; in reset()
9481 deltaFrames = (int32_t)((int64_t)rear + UINT32_MAX + 1 - startFrames); in reset()