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

/frameworks/av/media/libstagefright/codec2/include/
H A DC2Buffer.h94 C2Error wait(nsecs_t timeoutNs);
161 C2Error fire();
175 C2Error merge(std::vector<C2Fence> fences);
189 C2Error abandon();
203 inline C2Error error() const { return mError; }
206 _C2InnateError(C2Error error) : mError(error) { }
208 C2Error mError; // this error is updatable by the object
229 C2Acquirable(C2Error error, C2Fence fence, T t) : C2Fence(fence), mInitialError(error), mT(t) { }
232 C2Error mInitialError;
448 C2Error erro
[all...]
H A DC2.h104 * C2Error: status codes used.
106 typedef int32_t C2Error; typedef in namespace:android

Completed in 434 milliseconds