Searched refs:resStr_copy (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp3227 char *resStr_copy = (char *)malloc(strlen(resStr) + 1); local
3228 if ( NULL!=resStr_copy ) {
3231 strcpy(resStr_copy, resStr);
3232 pWidth = strtok_r( (char *) resStr_copy, sep, &ctx);
3260 free(resStr_copy);
3261 resStr_copy = NULL;
/hardware/ti/omap4-aah/camera/
H A DCameraHal.cpp4346 char *resStr_copy = (char *)malloc(strlen(resStr) + 1); local
4347 if ( NULL != resStr_copy )
4349 strcpy(resStr_copy, resStr);
4350 pWidth = strtok_r(resStr_copy, sep, &ctx);
4378 free(resStr_copy);
4379 resStr_copy = NULL;

Completed in 14 milliseconds