Home
last modified time | relevance | path

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

/frameworks/av/media/libnbaio/
DMonoPipeReader.cpp60 mPipe->mTimestampMutator.push(timestamp); in onTimestamp()
DMonoPipe.cpp45 mTimestampMutator(&mTimestampShared), in MonoPipe()
/frameworks/av/media/libnbaio/include_mono/media/nbaio/
DMonoPipe.h99 ExtendedTimestampSingleStateQueue::Mutator mTimestampMutator; variable
/frameworks/av/include/private/media/
DAudioTrackShared.h538 mTimestampMutator.push(timestamp); in setTimestamp()
542 return mTimestampMutator.last(); in getTimestamp()
571 ExtendedTimestampQueue::Mutator mTimestampMutator; variable
/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp663 , mTimestampMutator(&cblk->mExtendedTimestampQueue) in ServerProxy()