HomeSort by relevance Sort by last modified time
    Searched refs:mIsOut (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/audioflinger/
TrackBase.h 111 bool isOut() const { return mIsOut; }
136 const bool mIsOut;
Tracks.cpp 86 mIsOut(isOut),
    [all...]
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 40 mFrameCountP2(roundup(frameCount)), mIsOut(isOut), mClientInServer(clientInServer),
119 if (mIsOut) {
143 size_t avail = mIsOut ? mFrameCount - filled : filled;
147 if (mIsOut) {
162 &((char *) mBuffers)[(mIsOut ? rear : front) * mFrameSize] : NULL;
284 if (mIsOut) {
315 return (mFrameCountP2 - (mIsOut ? cblk->u.mStreaming.mRear : cblk->u.mStreaming.mFront)) &
324 if (mIsOut) {
522 if (mIsOut) {
554 if (mIsOut) {
    [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 93 uint32_t mServer; // Number of filled frames consumed by server (mIsOut),
94 // or filled frames provided by server (!mIsOut).
170 const bool mIsOut; // true for AudioTrack, false for AudioRecord

Completed in 493 milliseconds