Home
last modified time | relevance | path

Searched refs:FastCaptureStateQueue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/av/services/audioflinger/fastpath/
H A DFastCapture.h26 using FastCaptureStateQueue = StateQueue<FastCaptureState>; variable
33 FastCaptureStateQueue* sq();
36 FastCaptureStateQueue mSQ;
H A DFastCapture.cpp43 FastCaptureStateQueue* FastCapture::sq() in sq()
/aosp_15_r20/frameworks/av/services/audioflinger/
H A DThreads.cpp8351 FastCaptureStateQueue *sq = mFastCapture->sq(); in RecordThread()
8377 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in RecordThread()
8402 FastCaptureStateQueue *sq = mFastCapture->sq(); in ~RecordThread()
8414 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in ~RecordThread()
8663 FastCaptureStateQueue *sq = mFastCapture->sq(); in threadLoop()
8666 FastCaptureStateQueue::block_t block = FastCaptureStateQueue::BLOCK_UNTIL_PUSHED; in threadLoop()
8689 block = FastCaptureStateQueue::BLOCK_UNTIL_ACKED; in threadLoop()
9055 FastCaptureStateQueue *sq = mFastCapture->sq(); in inputStandBy()
9066 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_ACKED); in inputStandBy()