Searched refs:mIsOut (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | ThreadMetrics.h | 44 , mIsOut(isOut) in ThreadMetrics() 62 const std::string& patchDevices = mIsOut ? mCreatePatchOutDevices : mCreatePatchInDevices; in logBeginInterval() 140 .set(mIsOut ? AMEDIAMETRICS_PROP_OUTPUTDEVICES in deliverDeviceMetrics() 179 const bool mIsOut; // if true, than a playback track, otherwise used for record. variable
|
D | TrackMetrics.h | 44 , mIsOut(isOut) in TrackMetrics() 146 .set(mIsOut ? AMEDIAMETRICS_PROP_OUTPUTDEVICES in deliverDeviceMetrics() 158 if (mIsOut) { in deliverCumulativeMetrics() 197 const bool mIsOut; // if true, than a playback track, otherwise used for record. variable
|
D | TrackBase.h | 334 bool isOut() const { return mIsOut; } in isOut() 363 const bool mIsOut; variable
|
D | Threads.h | 334 bool isOutput() const { return mIsOut; } in isOutput() 540 const bool mIsOut; variable
|
D | Tracks.cpp | 102 mIsOut(isOut), in TrackBase()
|
D | Threads.cpp | 503 mIsOut(isOut), in ThreadBase()
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrackShared.cpp | 64 mFrameCountP2(roundup(frameCount)), mIsOut(isOut), mClientInServer(clientInServer), in Proxy() 174 if (mIsOut) { in obtainBuffer() 193 if (mIsOut) { in obtainBuffer() 210 ssize_t avail = (mIsOut) ? adjustableSize - filled : filled; in obtainBuffer() 216 if (mIsOut) { in obtainBuffer() 231 &((char *) mBuffers)[(mIsOut ? rear : front) * mFrameSize] : NULL; in obtainBuffer() 359 if (mIsOut) { in releaseBuffer() 393 return (mFrameCountP2 - (mIsOut ? cblk->u.mStreaming.mRear : cblk->u.mStreaming.mFront)) & in getMisalignment() 774 if (mIsOut) { in obtainBuffer() 794 if (mIsOut) { in obtainBuffer() [all …]
|
/frameworks/av/include/private/media/ |
D | AudioTrackShared.h | 229 const bool mIsOut; // true for AudioTrack, false for AudioRecord variable
|