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

  /packages/apps/Messaging/jni/
GifTranscoder.h 119 GifFileType* mGifOut = NULL;
GifTranscoder.cpp 514 if (mGifOut) {
515 EGifCloseFile(mGifOut, NULL);
516 mGifOut = NULL;
531 ASSERT(mGifOut == NULL, "mGifOut is already set");
532 mGifOut = gifOut;
536 ASSERT(mGifOut != NULL, "mGifOut is already NULL");
537 mGifOut = NULL;

Completed in 70 milliseconds