Home | History | Annotate | Download | only in camera

Lines Matching defs:res

83     status_t res = OK;
84 res = mMetadata.readFromParcel(parcel);
85 if (res != OK) {
88 return res;
92 res = mResultExtras.readFromParcel(parcel);
93 if (res != OK) {
96 return res;
112 status_t res;
114 res = mMetadata.writeToParcel(parcel);
115 if (res != OK) {
117 return res;
121 res = mResultExtras.writeToParcel(parcel);
122 if (res != OK) {
124 return res;