Searched refs:mFastbootLock (Results 1 – 1 of 1) sorted by relevance
226 private final ReentrantLock mFastbootLock = new ReentrantLock(); field in NativeDevice4502 if (isStateBootloaderOrFastbootd() && mFastbootLock.isLocked()) { in setDeviceState()6113 mFastbootLock.lock(); in simpleFastbootCommand()6123 mFastbootLock.unlock(); in simpleFastbootCommand()