Home | History | Annotate | Download | only in camera

Lines Matching refs:success

95  *  Pointer to initialized instance on success, or nil on failure.
106 * 0 on success, or !=0 on failure.
118 * 0 on success, or non-zero value on failure. There is a special vaule 1
132 BOOL success;
150 success = [capture_device open:&error];
151 if (!success) {
170 success = [capture_session addInput:input_device error:&error];
171 if (!success) {
183 success = [capture_session addOutput:output_device error:&error];
184 if (!success) {