OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c2res
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/codec2/hidl/1.0/utils/
Configurable.cpp
67
c2_status_t
c2res
= mIntf->query(
local
76
_hidl_cb(static_cast<Status>(
c2res
), params);
96
c2_status_t
c2res
= mIntf->config(
local
119
_hidl_cb((Status)
c2res
, failures, outParams);
170
c2_status_t
c2res
= mIntf->querySupportedValues(
local
180
c2res
= C2_CORRUPTED;
185
_hidl_cb((Status)
c2res
, outFields);
Component.cpp
241
c2_status_t
c2res
= mComponent->flush_sm(
local
259
Status res = static_cast<Status>(
c2res
);
261
if (
c2res
== C2_OK) {
Completed in 3550 milliseconds