Searched refs:need_to_process (Results 1 – 2 of 2) sorted by relevance
1161 const CaptureRequest& request, bool* need_to_process) { in CheckRequestForStreamBufferCacheManager() argument1166 status_t res = HandleInactiveStreams(request, need_to_process); in CheckRequestForStreamBufferCacheManager()1180 if (*need_to_process) { in CheckRequestForStreamBufferCacheManager()1295 bool need_to_process = true; in ProcessCaptureRequest() local1302 need_to_process = false; in ProcessCaptureRequest()1304 CheckRequestForStreamBufferCacheManager(updated_request, &need_to_process); in ProcessCaptureRequest()1307 if (need_to_process) { in ProcessCaptureRequest()
268 bool* need_to_process);