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

  /development/simulator/app/
DeviceManager.h 192 : mDisplayWindow(NULL), mpShmem(NULL), mShmemKey(0),
218 int GetShmemKey(void) const { return mShmemKey; }
237 int mShmemKey;
DeviceManager.cpp 410 mShmemKey = GenerateKey(displayNum);
413 if (!mpShmem->create(mShmemKey, width * height * 3, true))
416 // mShmemKey, mpShmem->getAddr());
    [all...]

Completed in 26 milliseconds