Searched refs:valStr (Results 1 – 1 of 1) sorted by relevance
3250 const char *valStr; in __takePicture() local3274 valStr = shotParams.get(android::ShotParameters::KEY_FLUSH_CONFIG); in __takePicture()3275 if (valStr!= NULL) { in __takePicture()3276 if ( 0 == strcmp(valStr, android::ShotParameters::TRUE) ) { in __takePicture()3279 } else if ( 0 == strcmp(valStr, android::ShotParameters::FALSE) ) { in __takePicture()3285 valStr = shotParams.get(android::ShotParameters::KEY_CURRENT_TAP_OUT); in __takePicture()3286 if (valStr != NULL) { in __takePicture()3289 if(mOutAdapters.itemAt(i)->match(valStr)) { in __takePicture()3633 const char *valStr = NULL; in reprocess() local3652 valStr = shotParams.get(android::ShotParameters::KEY_CURRENT_TAP_IN); in reprocess()[all …]