Searched refs:mFastbootLock (Results 1 – 1 of 1) sorted by relevance
196 private final ReentrantLock mFastbootLock = new ReentrantLock(); field in NativeDevice1931 mFastbootLock.lock(); in doFastbootCommand()1935 mFastbootLock.unlock(); in doFastbootCommand()3758 if (isStateBootloaderOrFastbootd() && mFastbootLock.isLocked()) { in setDeviceState()