HomeSort by relevance Sort by last modified time
    Searched full:temp_str (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap4xxx/camera/
CameraHalCommon.cpp 97 char temp_str[256]; local
103 vsprintf(temp_str, str, args);
112 ALOGD("PPM: %s :%ld.%ld ms : %llu ms", temp_str, ( ppm.tv_sec /1000 ), ( ppm.tv_sec % 1000 ), absolute);
  /external/qemu/block/
vmdk.c 182 const char *real_filename, *temp_str; local
254 if ((temp_str = strrchr(real_filename, '\\')) != NULL)
255 real_filename = temp_str + 1;
256 if ((temp_str = strrchr(real_filename, '/')) != NULL)
257 real_filename = temp_str + 1;
258 if ((temp_str = strrchr(real_filename, ':')) != NULL)
259 real_filename = temp_str + 1;
691 const char *real_filename, *temp_str; local
793 if ((temp_str = strrchr(real_filename, '\\')) != NULL)
794 real_filename = temp_str + 1
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 457 char * temp_str; local
459 temp_str = strtok(cmd+1,"!");
460 printf("Latitude %s \n",temp_str);
461 params.set(params.KEY_GPS_LATITUDE, temp_str);
462 temp_str=strtok(NULL,"!");
463 printf("Longitude %s \n",temp_str);
464 params.set(params.KEY_GPS_LONGITUDE, temp_str);
465 temp_str=strtok(NULL,"!");
466 printf("Altitude %s \n",temp_str);
467 params.set(params.KEY_GPS_ALTITUDE, temp_str);
    [all...]

Completed in 523 milliseconds