Searched refs:goodBuffer (Results 1 – 3 of 3) sorted by relevance
1993 bool goodBuffer = true; in threadLoop() local2003 goodBuffer = false; in threadLoop()2005 if (goodBuffer) { in threadLoop()2009 goodBuffer = (res == OK); in threadLoop()2011 if (goodBuffer) { in threadLoop()2029 buf->status = goodBuffer ? CAMERA3_BUFFER_STATUS_OK : in threadLoop()
2536 bool goodBuffer = true; in threadLoop() local2544 goodBuffer = false; in threadLoop()2546 if (goodBuffer) { in threadLoop()2550 goodBuffer = (res == OK); in threadLoop()2552 if (goodBuffer) { in threadLoop()2570 buf->status = goodBuffer ? CAMERA3_BUFFER_STATUS_OK : in threadLoop()
2506 bool goodBuffer = true; in threadLoop() local2514 goodBuffer = false; in threadLoop()2516 if (goodBuffer) { in threadLoop()2520 goodBuffer = (res == OK); in threadLoop()2522 if (goodBuffer) { in threadLoop()2540 goodBuffer ? CAMERA3_BUFFER_STATUS_OK : CAMERA3_BUFFER_STATUS_ERROR; in threadLoop()