Searched refs:cleanupInflightFences (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/camera/device/3.5/default/ |
D | ExternalCameraDeviceSession.cpp | 223 cleanupInflightFences(importedFences, i - 1); in threadLoop() 229 cleanupInflightFences(importedFences, i - 1); in threadLoop()
|
D | CameraDeviceSession.cpp | 168 cleanupInflightFences(hFences, fences.size()); in cleanupInflightBufferFences()
|
/hardware/interfaces/camera/device/3.2/default/ |
D | CameraDeviceSession.cpp | 357 cleanupInflightFences(allFences, i); in importRequestImpl() 367 cleanupInflightFences(allFences, numOutputBufs); in importRequestImpl() 374 void CameraDeviceSession::cleanupInflightFences( in cleanupInflightFences() function in android::hardware::camera::device::V3_2::implementation::CameraDeviceSession 1268 cleanupInflightFences(allFences, numBufs); in processOneCaptureRequest()
|
D | CameraDeviceSession.h | 323 static void cleanupInflightFences(
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraDeviceSession.h | 271 static void cleanupInflightFences(std::vector<int>& allFences, size_t numFences);
|
D | ExternalCameraDeviceSession.cpp | 1483 void ExternalCameraDeviceSession::cleanupInflightFences(std::vector<int>& allFences, in cleanupInflightFences() function in android::hardware::camera::device::implementation::ExternalCameraDeviceSession 2078 cleanupInflightFences(importedFences, i - 1); in threadLoop() 2085 cleanupInflightFences(importedFences, i - 1); in threadLoop()
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraDeviceSession.h | 302 static void cleanupInflightFences(
|
/hardware/interfaces/camera/device/3.4/default/ |
D | CameraDeviceSession.cpp | 497 cleanupInflightFences(allFences, numBufs); in processOneCaptureRequest_3_4()
|
D | ExternalCameraDeviceSession.cpp | 565 cleanupInflightFences(allFences, i); in importRequestLockedImpl() 572 void ExternalCameraDeviceSession::cleanupInflightFences( in cleanupInflightFences() function in android::hardware::camera::device::V3_4::implementation::ExternalCameraDeviceSession
|