Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:mTorchUidMap

414         auto iter = mTorchUidMap.find(cameraId);
415 if (iter != mTorchUidMap.end()) {
420 // If the UID has changed, log the status and update current UID in mTorchUidMap
1602 if (mTorchUidMap.find(id) == mTorchUidMap.end()) {
1603 mTorchUidMap[id].first = uid;
1604 mTorchUidMap[id].second = uid;
1607 mTorchUidMap[id].first = uid;