Searched defs:openCamera (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp1013 int openCamera() { function
1014 printf("openCamera(camera_index=%d)\n", camera_index);
1076 openCamera();
1418 openCamera();
1743 if ( 0 >= openCamera() ) {
2331 if ( openCamera() < 0 )
2380 if ( openCamera() < 0 ) {
2406 if ( openCamera() < 0 ) {
2438 if ( openCamera() < 0 ) {
2479 if ( openCamera() <
[all...]
/hardware/qcom/camera/
H A DQualcommCameraHardware.cpp1245 void *openCamera(void *data) { function in namespace:android
1246 ALOGV(" openCamera : E");
1293 ALOGV(" openCamera : X");
1312 ALOGV("openCamera : X");
1466 if( (pthread_create(&mDeviceOpenThread, NULL, openCamera, NULL)) != 0) {
1467 ALOGE(" openCamera thread creation failed ");
2255 ALOGE("openCamera thread exit failed");
2260 ALOGE("openCamera() failed");

Completed in 51 milliseconds