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() 147 .set(mIsOut ? AMEDIAMETRICS_PROP_OUTPUTDEVICES in deliverDeviceMetrics() 159 if (mIsOut) { in deliverCumulativeMetrics() 198 const bool mIsOut; // if true, than a playback track, otherwise used for record. variable
|
D | TrackBase.h | 345 bool isOut() const { return mIsOut; } in isOut() 374 const bool mIsOut; variable
|
D | Threads.h | 362 bool isOutput() const { return mIsOut; } in isOutput() 591 const bool mIsOut; variable
|
D | Tracks.cpp | 114 mIsOut(isOut), in TrackBase()
|
D | Threads.cpp | 522 mIsOut(isOut), in ThreadBase()
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrackShared.cpp | 81 mFrameCountP2(roundup(frameCount)), mIsOut(isOut), mClientInServer(clientInServer), in Proxy() 211 if (mIsOut) { in obtainBuffer() 230 if (mIsOut) { in obtainBuffer() 247 ssize_t avail = (mIsOut) ? adjustableSize - filled : filled; in obtainBuffer() 253 if (mIsOut) { in obtainBuffer() 268 &((char *) mBuffers)[(mIsOut ? rear : front) * mFrameSize] : NULL; in obtainBuffer() 396 if (mIsOut) { in releaseBuffer() 430 return (mFrameCountP2 - (mIsOut ? cblk->u.mStreaming.mRear : cblk->u.mStreaming.mFront)) & in getMisalignment() 812 if (mIsOut) { in obtainBuffer() 832 if (mIsOut) { in obtainBuffer() [all …]
|
/frameworks/av/include/private/media/ |
D | AudioTrackShared.h | 232 const bool mIsOut; // true for AudioTrack, false for AudioRecord variable
|