Home
last modified time | relevance | path

Searched refs:shouldExit (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/hidl/
DHidlProviderInfo.cpp950 bool shouldExit = false; in convertToHALStreamCombinationAndCameraIdsLocked() local
978 overrideForPerfClass, mProviderTagid, &shouldExit); in convertToHALStreamCombinationAndCameraIdsLocked()
983 if (shouldExit) { in convertToHALStreamCombinationAndCameraIdsLocked()
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp994 bool shouldExit = false; in convertToAidlHALStreamCombinationAndCameraIdsLocked() local
1026 &shouldExit); in convertToAidlHALStreamCombinationAndCameraIdsLocked()
1031 if (shouldExit) { in convertToAidlHALStreamCombinationAndCameraIdsLocked()
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleDrawable.java897 boolean shouldExit = mExitingAnimation; in drawPatterned()
927 if (shouldExit) { in drawPatterned()