Home
last modified time | relevance | path

Searched refs:err_out (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/modules/camera/3_0/
DCamera.cpp183 goto err_out; in configureStreams()
191 goto err_out; in configureStreams()
206 err_out: in configureStreams()
386 goto err_out; in processCaptureRequest()
398 err_out: in processCaptureRequest()
/hardware/libhardware/modules/usbcamera/
DCamera.cpp241 goto err_out; in configureStreams()
249 goto err_out; in configureStreams()
263 err_out: in configureStreams()
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp1091 goto err_out; in readPressureStall()
1095 goto err_out; in readPressureStall()
1099 err_out: in readPressureStall()
1314 goto err_out; in aggregatePressureStall()
1326 goto err_out; in aggregatePressureStall()
1361 err_out: in aggregatePressureStall()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp3556 GLint* err_out) { in sPrepareTexImage2D() argument
3558 #define VALIDATE(cond, err) do { if (cond) { *err_out = err; fprintf(stderr, "%s:%d failed validati… in sPrepareTexImage2D()
3606 *err_out = GL_NO_ERROR; in sPrepareTexImage2D()
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3929 static std::string packVarNames(GLsizei count, const char** names, GLint* err_out) { in packVarNames() argument
3931 #define VALIDATE(cond, err) if (cond) { *err_out = err; return packed; } \ in packVarNames()
3950 *err_out = GL_NO_ERROR; in packVarNames()