Searched refs:mInflightRawBoostPresent (Results 1 - 4 of 4) sorted by relevance

/hardware/interfaces/camera/device/3.3/default/
H A DCameraDeviceSession.cpp67 if (!mInflightRawBoostPresent.empty()) {
70 mInflightRawBoostPresent.size());
/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp954 if (!mInflightRawBoostPresent.empty()) {
957 mInflightRawBoostPresent.size());
1213 if (!mInflightRawBoostPresent.empty()) {
1216 mInflightRawBoostPresent.size());
1283 mInflightRawBoostPresent[frameNumber] = true;
1285 auto entry = mInflightRawBoostPresent.find(frameNumber);
1286 if (mInflightRawBoostPresent.end() == entry) {
1287 mInflightRawBoostPresent[frameNumber] = false;
1292 if (!mInflightRawBoostPresent[frameNumber]) {
1304 mInflightRawBoostPresent
[all...]
H A DCameraDeviceSession.h158 std::map<uint32_t, bool> mInflightRawBoostPresent; member in struct:android::hardware::camera::device::V3_2::implementation::CameraDeviceSession
/hardware/interfaces/camera/device/3.4/default/
H A DCameraDeviceSession.cpp123 if (!mInflightRawBoostPresent.empty()) {
126 mInflightRawBoostPresent.size());
550 auto boostEntry = d->mInflightRawBoostPresent.find(
552 if (d->mInflightRawBoostPresent.end() != boostEntry) {
553 d->mInflightRawBoostPresent.erase(

Completed in 88 milliseconds