Searched refs:mDl (Results 1 - 2 of 2) sorted by relevance

/device/generic/goldfish/camera/
H A DJpegCompressor.cpp31 void* NV21JpegCompressor::mDl = NULL; member in class:android::NV21JpegCompressor
50 if (mDl == NULL) {
51 mDl = dlopen(dlName, RTLD_NOW);
53 assert(mDl != NULL);
55 InitFunc f = (InitFunc)getSymbol(mDl, "JpegStub_init");
61 CleanupFunc f = (CleanupFunc)getSymbol(mDl, "JpegStub_cleanup");
76 CompressFunc f = (CompressFunc)getSymbol(mDl, "JpegStub_compress");
83 GetCompressedSizeFunc f = (GetCompressedSizeFunc)getSymbol(mDl,
90 GetCompressedImageFunc f = (GetCompressedImageFunc)getSymbol(mDl,
H A DJpegCompressor.h89 static void* mDl; member in class:android::NV21JpegCompressor

Completed in 64 milliseconds