Home
last modified time | relevance | path

Searched refs:tryAndReportOnError (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp588 status_t CCodec::tryAndReportOnError(std::function<status_t()> job) { in tryAndReportOnError() function in android::CCodec
605 if (tryAndReportOnError(setAllocating) != OK) { in initiateAllocateComponent()
664 if (tryAndReportOnError(setAllocated) != OK) { in allocate()
686 if (tryAndReportOnError(checkAllocated) != OK) { in initiateConfigureComponent()
706 if (tryAndReportOnError(checkAllocated) != OK) { in configure()
1072 if (tryAndReportOnError(doConfig) != OK) { in configure()
1288 if (tryAndReportOnError(setStarting) != OK) { in initiateStart()
1305 if (tryAndReportOnError(checkStarting) != OK) { in start()
1350 if (tryAndReportOnError(setRunning) != OK) { in start()
1542 if (tryAndReportOnError(checkFlushing) != OK) { in flush()
[all …]
/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
DCCodec.h98 status_t tryAndReportOnError(std::function<status_t()> job);