Home
last modified time | relevance | path

Searched refs:mTimestampMutator (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/libnbaio/
H A DMonoPipeReader.cpp60 mPipe->mTimestampMutator.push(timestamp); in onTimestamp()
H A DMonoPipe.cpp45 mTimestampMutator(&mTimestampShared), in MonoPipe()
/aosp12/frameworks/av/media/libnbaio/include_mono/media/nbaio/
H A DMonoPipe.h99 ExtendedTimestampSingleStateQueue::Mutator mTimestampMutator; variable
/aosp12/frameworks/av/include/private/media/
H A DAudioTrackShared.h625 mTimestampMutator.push(timestamp);
629 return mTimestampMutator.last();
658 ExtendedTimestampQueue::Mutator mTimestampMutator;
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp700 , mTimestampMutator(&cblk->mExtendedTimestampQueue) in ServerProxy()