Lines Matching refs:LOG
53 LOG(ERROR) << "Failed to create client camera object"; in makeVirtualCamera()
58 LOG(ERROR) << "Failed to own a client camera object"; in makeVirtualCamera()
69 LOG(ERROR) << "Failed to create virtualCamera camera object"; in ownVirtualCamera()
93 LOG(WARNING) << "Ignoring disownVirtualCamera call with null pointer"; in disownVirtualCamera()
101 LOG(ERROR) << "Couldn't find camera in our client list to remove it; " in disownVirtualCamera()
107 LOG(ERROR) << "Error when trying to reduce the in flight buffer count"; in disownVirtualCamera()
149 LOG(WARNING) << "We found more frames in use than requested."; in changeFramesInFlight()
163 LOG(DEBUG) << "No external buffers to add."; in changeFramesInFlight()
184 LOG(ERROR) << "Failed to add external capture buffers."; in changeFramesInFlight()
202 LOG(WARNING) << "We found more frames in use than requested."; in changeFramesInFlight()
280 LOG(ERROR) << "We got a frame back with an ID we don't recognize!"; in doneWithFrame()
306 LOG(ERROR) << "We got a frame back with an ID we don't recognize!"; in doneWithFrame()
332 LOG(INFO) << "A delivered frame from EVS v1.0 HW module is rejected."; in deliverFrame()
345 LOG(VERBOSE) << "Received a frame"; in deliverFrame_1_1()
364 LOG(DEBUG) << "Skips a frame from " << getId(); in deliverFrame_1_1()
371 LOG(WARNING) << getId() << " failed to forward the buffer to " << vCam.get(); in deliverFrame_1_1()
373 LOG(ERROR) << getId() << " forwarded the buffer #" << buffer[0].bufferId in deliverFrame_1_1()
402 LOG(INFO) << "Trivially rejecting frame (" << buffer[0].bufferId in deliverFrame_1_1()
430 LOG(DEBUG) << "Received an event id: " << static_cast<int32_t>(event.aType); in notify()
434 LOG(WARNING) << "Stream stopped unexpectedly"; in notify()
445 LOG(INFO) << "Failed to forward an event"; in notify()
456 LOG(DEBUG) << __FUNCTION__ in setMaster()
461 LOG(INFO) << "This camera already has a primary client."; in setMaster()
470 LOG(DEBUG) << "Client " << virtualCamera.get() in forceMaster()
475 LOG(INFO) << "High priority client " << virtualCamera.get() in forceMaster()
482 LOG(ERROR) << "Fail to deliver a primary role lost notification"; in forceMaster()
495 LOG(INFO) << "Unset a primary camera client"; in unsetMaster()
503 LOG(ERROR) << "Fail to deliver a parameter change notification"; in unsetMaster()
529 LOG(ERROR) << "Fail to deliver a parameter change notification"; in setParameter()
533 LOG(WARNING) << "A parameter change request from the non-primary client is declined."; in setParameter()