Home
last modified time | relevance | path

Searched refs:DLOG (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dblackboard.cpp29 #define DLOG(LEVEL) \ macro
41 DLOG(INFO) << "new stripe arrived from frame watcher"; in NewStripeReady()
82 DLOG(INFO) << "Waiting for stripe..."; in WaitForSenderWork()
87 DLOG(INFO) << "At least one new stripe is available, should unblock " << conn; in WaitForSenderWork()
127 DLOG(INFO) << "Received frame buffer update request"; in FrameBufferUpdateRequestReceived()
160 DLOG(INFO) << "jpeg quality level set to " << jpeg_quality_level_ << "%"; in set_jpeg_quality_level()
Dvnc_client_connection.cpp49 #define DLOG(LEVEL) \ macro
360 DLOG(INFO) << "Sending update in " in FrameBufferUpdateRequestHandler()
421 DLOG(INFO) << "client requesting encoding: " << enc; in HandleSetEncodings()
429 DLOG(INFO) << "jpeg compression level: " << enc; in HandleSetEncodings()
540 DLOG(INFO) << "switching to portrait"; in RotateIfIsRotationCommand()
545 DLOG(INFO) << "switching to landscape"; in RotateIfIsRotationCommand()
613 DLOG(INFO) << "Received message type " << msg_type; in NormalSession()