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

  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 73 private int mCurrentSerial;
110 if (requestSerial == mCurrentSerial) {
122 if (requestSerial == mCurrentSerial) {
183 mCurrentSerial);
217 false, rb, mCurrentSerial);
222 mHandler.postGetterCallback(completedCallback(mCurrentSerial));
277 mCurrentSerial += 1;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Renderbuffer.h 63 static unsigned int mCurrentSerial;
Renderbuffer.cpp 19 unsigned int RenderbufferStorage::mCurrentSerial = 1;
171 return mCurrentSerial++;
Program.h 221 static unsigned int mCurrentSerial;
Program.cpp 20 unsigned int Program::mCurrentSerial = 1;
    [all...]

Completed in 91 milliseconds