OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PatchRecord
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/services/audioflinger/
RecordTracks.h
117
class
PatchRecord
: public RecordTrack, public PatchTrackBase {
120
PatchRecord
(RecordThread *recordThread,
129
virtual ~
PatchRecord
();
139
}; // end of
PatchRecord
PatchPanel.h
184
Endpoint<RecordThread, RecordThread::
PatchRecord
> mRecord;
Tracks.cpp
822
RecordThread::
PatchRecord
*
patchRecord
= teePatch.
patchRecord
.get();
824
size_t framesWritten = writeFrames(
patchRecord
, sourceBuffer.i8, frameCount);
830
writeFrames(
patchRecord
, sourceBuffer.i8 + framesWritten * mFrameSize, framesLeft);
833
ALOGW_IF(framesLeft != 0, "%s(%d)
PatchRecord
%d can not provide big enough "
834
"buffer %zu/%zu, dropping %zu frames", __func__, mId,
patchRecord
->mId,
[
all
...]
PatchPanel.cpp
486
sp<RecordThread::
PatchRecord
> tempRecordTrack = new (std::nothrow) RecordThread::
PatchRecord
(
516
// this track is given the same buffer as the
PatchRecord
buffer
[
all
...]
Threads.h
[
all
...]
AudioFlinger.h
764
sp<RecordThread::
PatchRecord
>
patchRecord
;
[
all
...]
AudioFlinger.cpp
817
sp
patchRecord
= new RecordThread::
PatchRecord
(nullptr /* thread */,
826
status_t status =
patchRecord
->initCheck();
828
ALOGE("Secondary output
patchRecord
init failed: %d", status);
[
all
...]
Threads.cpp
[
all
...]
Completed in 381 milliseconds