Searched refs:handlesCreated (Results 1 – 2 of 2) sorted by relevance
3698 /*out*/std::vector<native_handle_t*>* handlesCreated, in wrapAsHidlRequest() argument3701 if (captureRequest == nullptr || handlesCreated == nullptr || inflightBuffers == nullptr) { in wrapAsHidlRequest()3703 "must not be null", __FUNCTION__, captureRequest, handlesCreated, inflightBuffers); in wrapAsHidlRequest()3726 handlesCreated->push_back(acquireFence); in wrapAsHidlRequest()3754 handlesCreated->push_back(acquireFence); in wrapAsHidlRequest()3825 std::vector<native_handle_t*> handlesCreated; in processBatchCaptureRequests() local3832 /*out*/&handlesCreated, /*out*/&inflightBuffers); in processBatchCaptureRequests()3835 /*out*/&handlesCreated, /*out*/&inflightBuffers); in processBatchCaptureRequests()3838 /*out*/&handlesCreated, /*out*/&inflightBuffers); in processBatchCaptureRequests()3842 cleanupNativeHandles(&handlesCreated); in processBatchCaptureRequests()[all …]
456 /*out*/std::vector<native_handle_t*>* handlesCreated,