Searched defs:isLocked (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gl/
H A DSkTextureCache.h101 bool isLocked() const { return fLockCount > 0; } function in class:SkTextureCache::Entry
/external/srec/portable/src/
H A Dplog.c196 ESR_ReturnCode PLogIsLocked(ESR_BOOL* isLocked) argument
198 if (isLocked == NULL)
200 *isLocked = locked;

Completed in 11 milliseconds