Searched defs:OK (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/tinyutils/
H A DErrors.h34 OK = 0, // Everything's swell. enumerator in enum:android::__anon441
/system/media/camera/tests/
H A Dcamera_metadata_tests.cpp31 #define OK 0 macro
189 EXPECT_EQ(OK, result);
200 EXPECT_EQ(OK, result);
211 EXPECT_EQ(OK, result);
226 EXPECT_EQ(OK, result);
236 EXPECT_EQ(OK, result);
245 EXPECT_EQ(OK, result);
254 EXPECT_EQ(OK, result);
263 EXPECT_EQ(OK, result);
298 EXPECT_EQ(OK, resul
[all...]
/system/media/camera/src/
H A Dcamera_metadata.c23 #define OK 0 macro
282 return OK;
293 if (res != OK) {
337 return OK;
368 if (dst->flags & FLAG_SORTED) return OK;
375 return OK;
396 return OK;
474 return OK;
546 return OK;
552 return OK;
[all...]

Completed in 245 milliseconds