Searched refs:EXCLUSIVE_LOCKS_REQUIRED (Results 1 – 7 of 7) sorted by relevance
82 static void deinitPowerStatsHalLocked() EXCLUSIVE_LOCKS_REQUIRED(gPowerStatsHalMutex) { in deinitPowerStatsHalLocked()192 EXCLUSIVE_LOCKS_REQUIRED(gPowerStatsHalMutex) { in checkPowerStatsHalResultLocked()205 static bool initializePowerStatsLocked() EXCLUSIVE_LOCKS_REQUIRED(gPowerStatsHalMutex) { in initializePowerStatsLocked()237 static bool getPowerStatsHalLocked() EXCLUSIVE_LOCKS_REQUIRED(gPowerStatsHalMutex) { in getPowerStatsHalLocked()262 EXCLUSIVE_LOCKS_REQUIRED(gPowerStatsHalMutex) { in getPowerStatsHalRailEnergyDataLocked()306 static void setUpPowerStatsLocked() EXCLUSIVE_LOCKS_REQUIRED(gPowerStatsHalMutex) { in setUpPowerStatsLocked()
74 const Hyphenator* lookupByIdentifier(uint64_t id) const EXCLUSIVE_LOCKS_REQUIRED(mMutex);76 EXCLUSIVE_LOCKS_REQUIRED(mMutex);
62 uint32_t getIdInternal(std::vector<Locale>&& locales) EXCLUSIVE_LOCKS_REQUIRED(mMutex);
69 #define EXCLUSIVE_LOCKS_REQUIRED(...) \ macro
91 void buildFontSetLocked() EXCLUSIVE_LOCKS_REQUIRED(mMutex);
51 EXCLUSIVE_LOCKS_REQUIRED(gHalMutex);
68 gCv.wait(lock, []() EXCLUSIVE_LOCKS_REQUIRED(gMutex) { return gReady; }); in thread_main()