Searched refs:need_to_process (Results 1 – 2 of 2) sorted by relevance
1230 const CaptureRequest& request, bool* need_to_process) { in CheckRequestForStreamBufferCacheManager() argument1235 status_t res = HandleSBCInactiveStreams(request, need_to_process); in CheckRequestForStreamBufferCacheManager()1249 if (*need_to_process) { in CheckRequestForStreamBufferCacheManager()1371 bool need_to_process = true; in ProcessCaptureRequest() local1378 need_to_process = false; in ProcessCaptureRequest()1380 CheckRequestForStreamBufferCacheManager(updated_request, &need_to_process); in ProcessCaptureRequest()1383 if (need_to_process) { in ProcessCaptureRequest()
269 bool* need_to_process);