Home
last modified time | relevance | path

Searched defs:work (Results 1 – 25 of 31) sorted by relevance

12

/hardware/interfaces/wifi/1.2/default/
Dhidl_return_util.h44 ObjT* obj, WifiStatusCode status_code_if_invalid, WorkFuncT&& work, in validateAndCall()
60 ObjT* obj, WifiStatusCode status_code_if_invalid, WorkFuncT&& work, in validateAndCallWithLock()
75 ObjT* obj, WifiStatusCode status_code_if_invalid, WorkFuncT&& work, in validateAndCall()
96 ObjT* obj, WifiStatusCode status_code_if_invalid, WorkFuncT&& work, in validateAndCall()
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp33 std::unique_ptr<C2Work> work = std::move(mQueue.front().work); in pop_front() local
38 void SimpleC2Component::WorkQueue::push_back(std::unique_ptr<C2Work> work) { in push_back()
127 std::unique_ptr<C2Work> work = queue->pop_front(); in flush_sm() local
293 std::list<std::unique_ptr<C2Work>> vec(std::unique_ptr<C2Work> &work) { in vec()
303 std::unique_ptr<C2Work> work; in finish() local
324 std::unique_ptr<C2Work> work; in processQueue() local
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxDec.cpp281 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
293 void C2SoftVpxDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work, in finishWork()
297 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork()
318 const std::unique_ptr<C2Work> &work, in process()
418 const std::unique_ptr<C2Work> &work) in outputBuffer()
488 const std::unique_ptr<C2Work> &work) { in drainInternal()
DC2SoftVpxEnc.cpp393 const std::unique_ptr<C2Work> &work, in process()
/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.cpp350 const std::unique_ptr<C2Work> &work, in drainRingBuffer()
378 const std::unique_ptr<C2Work> &work, c2_status_t err) { in drainRingBuffer()
412 const std::unique_ptr<C2Work> &work) { in drainRingBuffer()
435 const std::unique_ptr<C2Work> &work, in process()
710 const std::unique_ptr<C2Work> &work) { in drainInternal()
726 auto fillEmptyWork = [](const std::unique_ptr<C2Work> &work) { in drainInternal()
DC2SoftAacEnc.cpp242 const std::unique_ptr<C2Work> &work, in process()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp282 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
294 void C2SoftMpeg4Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
298 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork()
351 bool C2SoftMpeg4Dec::handleResChange(const std::unique_ptr<C2Work> &work) { in handleResChange()
428 const std::unique_ptr<C2Work> &work, in process()
DC2SoftMpeg4Enc.cpp214 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
306 const std::unique_ptr<C2Work> &work, in process()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp701 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
713 void C2SoftAvcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
717 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork()
772 const std::unique_ptr<C2Work> &work, in process()
889 const std::unique_ptr<C2Work> &work) { in drainInternal()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp714 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
726 void C2SoftMpeg2Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
730 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork()
785 const std::unique_ptr<C2Work> &work, in process()
935 const std::unique_ptr<C2Work> &work) { in drainInternal()
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp663 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
675 void C2SoftHevcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
679 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork()
734 const std::unique_ptr<C2Work> &work, in process()
858 const std::unique_ptr<C2Work> &work) { in drainInternal()
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp242 static void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork()
254 void C2SoftXaacDec::finishWork(const std::unique_ptr<C2Work>& work, in finishWork()
270 const std::unique_ptr<C2Work>& work) { in finishWork()
291 void C2SoftXaacDec::process(const std::unique_ptr<C2Work>& work, in process()
/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrNbEnc.cpp181 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
189 const std::unique_ptr<C2Work> &work, in process()
DC2SoftAmrWbEnc.cpp264 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
272 const std::unique_ptr<C2Work> &work, in process()
DC2SoftAmrDec.cpp240 const std::unique_ptr<C2Work> &work, in process()
/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.cpp152 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
161 const std::unique_ptr<C2Work> &work, in process()
/hardware/google/av/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp185 std::unique_ptr<C2Work> work(new C2Work); in submitBuffer() local
221 std::unique_ptr<C2Work> work(new C2Work); in submitEos() local
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.cpp198 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
226 const std::unique_ptr<C2Work> &work, in process()
/hardware/google/av/media/codecs/opus/
DC2SoftOpusDec.cpp178 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
295 const std::unique_ptr<C2Work> &work, in process()
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp235 std::unique_ptr<C2Work> work; in play() local
330 std::unique_ptr<C2Work> work; in play() local
/hardware/google/av/media/codecs/raw/
DC2SoftRawDec.cpp127 const std::unique_ptr<C2Work> &work, in process()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Component.h184 std::unique_ptr<C2Work> work; member
/hardware/google/av/media/codecs/gsm/
DC2SoftGsmDec.cpp169 const std::unique_ptr<C2Work> &work, in process()
/hardware/interfaces/usb/1.0/default/
DUsb.cpp352 void* work(void* param) { in work() function
/hardware/google/av/media/codecs/mp3/
DC2SoftMp3Dec.cpp329 const std::unique_ptr<C2Work> &work, in process()

12