Home | History | Annotate | Download | only in camera

Lines Matching refs:Status

88     status_t status = NO_ERROR;
91 binder::Status ret;
103 status = -ENODEV;
106 status = -EBUSY;
109 status = -EINVAL;
112 status = -EUSERS;
115 status = BAD_VALUE;
118 status = -EOPNOTSUPP;
121 status = -EACCES;
124 status = PERMISSION_DENIED;
127 status = -EINVAL;
134 return status;