Home
last modified time | relevance | path

Searched refs:EXCLUSIVE_LOCKS_REQUIRED (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/libs/minikin/
DHyphenatorMap.h74 const Hyphenator* lookupByIdentifier(uint64_t id) const EXCLUSIVE_LOCKS_REQUIRED(mMutex);
76 EXCLUSIVE_LOCKS_REQUIRED(mMutex);
/frameworks/minikin/include/minikin/
DMacros.h69 #define EXCLUSIVE_LOCKS_REQUIRED(...) \ macro