OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:patchRecord
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/
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
...]
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
...]
AudioFlinger.h
764
sp<RecordThread::
PatchRecord
>
patchRecord
;
[
all
...]
Completed in 52 milliseconds