Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
DCCodec.h104 status_t tryAndReportOnError(std::function<status_t()> job);
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp953 status_t CCodec::tryAndReportOnError(std::function<status_t()> job) { in tryAndReportOnError() function in android::CCodec
970 if (tryAndReportOnError(setAllocating) != OK) { in initiateAllocateComponent()
1030 if (tryAndReportOnError(setAllocated) != OK) { in allocate()
1052 if (tryAndReportOnError(checkAllocated) != OK) { in initiateConfigureComponent()
1072 if (tryAndReportOnError(checkAllocated) != OK) { in configure()
1798 if (tryAndReportOnError(doConfig) != OK) { in configure()
2096 if (tryAndReportOnError(setStarting) != OK) { in initiateStart()
2113 if (tryAndReportOnError(checkStarting) != OK) { in start()
2162 if (tryAndReportOnError(setRunning) != OK) { in start()
2446 if (tryAndReportOnError(checkFlushing) != OK) { in flush()
[all …]