HomeSort by relevance Sort by last modified time
    Searched refs:logFp (Results 1 - 2 of 2) sorted by null

  /device/moto/stingray/whisper/
Whisper_AccyMain.h 54 if(logFp != NULL) {if(currLogSize++ > LOG_SIZE_LIMIT){ currLogSize = 0; fseek(logFp, SEEK_SET, 0);} \
55 fprintf(logFp,"ACCYDET :"fmt" from %s() in %s(%d)\n",## x,__FUNCTION__,__FILE__,__LINE__); fflush(logFp);} \
60 if(logFp != NULL) {fprintf(logFp,"whisperd : ERROR = "fmt" from %s() in %s(%d)\n",## x,__FUNCTION__,__FILE__,__LINE__); fflush(logFp);} \
91 extern FILE *logFp;
Whisper_AccyMain.c 131 FILE *logFp = NULL;
595 logFp = fopen(LOG_FILE_NAME, "w");
596 if (logFp == NULL) {

Completed in 89 milliseconds