Searched refs:mIsOut (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp60 mFrameCountP2(roundup(frameCount)), mIsOut(isOut), mClientInServer(clientInServer),
139 if (mIsOut) {
157 if (mIsOut) {
170 size_t avail = mIsOut ? mFrameCount - filled : filled;
174 if (mIsOut) {
189 &((char *) mBuffers)[(mIsOut ? rear : front) * mFrameSize] : NULL;
311 if (mIsOut) {
344 return (mFrameCountP2 - (mIsOut ? cblk->u.mStreaming.mRear : cblk->u.mStreaming.mFront)) &
353 if (mIsOut) {
613 if (mIsOut) {
[all...]
/frameworks/av/services/audioflinger/
H A DTrackBase.h134 bool isOut() const { return mIsOut; }
162 const bool mIsOut; member in class:TrackBase
H A DTracks.cpp96 mIsOut(isOut),
/frameworks/av/include/private/media/
H A DAudioTrackShared.h140 uint32_t mServer; // Number of filled frames consumed by server (mIsOut),
141 // or filled frames provided by server (!mIsOut).
215 const bool mIsOut; // true for AudioTrack, false for AudioRecord member in class:android::Proxy

Completed in 355 milliseconds