Searched refs:strParams (Results 1 – 3 of 3) sorted by relevance
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCamera2HWI.cpp | 2076 char* strParams = NULL; in getParameters() local 2079 strParams = (char *)malloc(sizeof(char)*(str.length()+1)); in getParameters() 2080 if(strParams != NULL){ in getParameters() 2081 memset(strParams, 0, sizeof(char)*(str.length()+1)); in getParameters() 2082 strncpy(strParams, str.string(), str.length()); in getParameters() 2083 strParams[str.length()] = 0; in getParameters() 2085 return strParams; in getParameters()
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCamera2HWI.cpp | 2076 char* strParams = NULL; in getParameters() local 2079 strParams = (char *)malloc(sizeof(char)*(str.length()+1)); in getParameters() 2080 if(strParams != NULL){ in getParameters() 2081 memset(strParams, 0, sizeof(char)*(str.length()+1)); in getParameters() 2082 strncpy(strParams, str.string(), str.length()); in getParameters() 2083 strParams[str.length()] = 0; in getParameters() 2085 return strParams; in getParameters()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCamera2HWI.cpp | 3036 char* strParams = NULL; in getParameters() local 3057 strParams = (char *)malloc(sizeof(char)*(str.length()+1)); in getParameters() 3058 if(strParams != NULL){ in getParameters() 3059 memset(strParams, 0, sizeof(char)*(str.length()+1)); in getParameters() 3060 strncpy(strParams, str.string(), str.length()); in getParameters() 3061 strParams[str.length()] = 0; in getParameters() 3073 return strParams; in getParameters()
|