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

/hardware/google/av/media/sfplugin/
H A DCCodec.cpp509 status_t CCodec::tryAndReportOnError(std::function<status_t()> job) { function in class:android::CCodec
526 if (tryAndReportOnError(setAllocating) != OK) {
585 if (tryAndReportOnError(setAllocated) != OK) {
606 if (tryAndReportOnError(checkAllocated) != OK) {
626 if (tryAndReportOnError(checkAllocated) != OK) {
812 if (tryAndReportOnError(doConfig) != OK) {
962 if (tryAndReportOnError(setStarting) != OK) {
979 if (tryAndReportOnError(checkStarting) != OK) {
1010 if (tryAndReportOnError(setRunning) != OK) {
1173 if (tryAndReportOnError(checkFlushin
[all...]
H A DCCodec.h79 status_t tryAndReportOnError(std::function<status_t()> job);

Completed in 77 milliseconds