Searched refs:tryEnable3ALocks (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DEffectsRecorder.java589 tryEnable3ALocks(true);
602 tryEnable3ALocks(false);
806 synchronized boolean tryEnable3ALocks(boolean toggle) { method in class:EffectsRecorder
807 if (mLogVerbose) Log.v(TAG, "tryEnable3ALocks");
832 if (!tryEnable3ALocks(toggle)) {
878 tryEnable3ALocks(false);
898 tryEnable3ALocks(false);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java596 tryEnable3ALocks(true);
609 tryEnable3ALocks(false);
771 boolean tryEnable3ALocks(boolean toggle) { method in class:EffectsRecorder
787 if (!tryEnable3ALocks(toggle)) {
830 tryEnable3ALocks(false);
835 tryEnable3ALocks(false);

Completed in 223 milliseconds