Searched refs:p_expression (Results 1 – 2 of 2) sorted by relevance
219 char *expression, *p_expression; in RecognizeExpressionCallback() local231 p_expression = strdup(expression); in RecognizeExpressionCallback()232 if (!p_expression) { in RecognizeExpressionCallback()238 LOGE(LOG_TAG, "type: %s, probability: %.1f\n", p_expression, face_probability); in RecognizeExpressionCallback()239 free(p_expression); in RecognizeExpressionCallback()240 p_expression = NULL; in RecognizeExpressionCallback()
32 static char *p_expression = NULL; variable
Completed in 4 milliseconds