Home | History | Annotate | Download | only in testingcamera2

Lines Matching full:open

2  * Copyright (C) 2014 The Android Open Source Project
97 * Attempt to open a camera device. Returns false if the open call cannot be
98 * made or the device is already open
100 * @param cameraId id of the camera to open
102 * @return true if open call was sent successfully. The client needs to wait
103 * for its listener to be called to determine if open will succeed.
108 TLog.e("Camera %s is already open", cameraId);
136 TLog.e("Unable to open camera %s.", e, cameraId);
209 TLog.i("Camera %s now open", camera.getId());