Home
last modified time | relevance | path

Searched refs:mInflightMapEmpty (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp5440 mInflightMapEmpty = true; in deInit()
5481 mInflightMapEmpty = false; in onSubmittingRequest()
5499 mInflightMapEmpty = true; in onInflightMapEmpty()
5522 mInflightMapEmpty = true; in onSwitchToOfflineSuccess()
5540 if (mInflightMapEmpty && mRequestThreadPaused && !mRequestBufferOngoing) { in checkSwitchToStopLocked()
H A DCamera3Device.h1523 bool mInflightMapEmpty = true; variable