Lines Matching refs:DEVICE_VLOG
32 #define DEVICE_VLOG(LEVEL) VLOG(LEVEL) << address_.ToString() << " : " macro
99 DEVICE_VLOG(3) << __func__ << ": pdu=" << pkt->GetCommandPdu(); in VendorPacketHandler()
217 DEVICE_VLOG(4) << __func__ in HandleGetCapabilities()
272 DEVICE_VLOG(4) << __func__ << ": event=" << pkt->GetEventRegistered(); in HandleNotification()
340 DEVICE_VLOG(2) << __func__; in RegisterVolumeChanged()
369 DEVICE_VLOG(1) << __func__ << ": interim=" << pkt->IsInterim(); in HandleVolumeChanged()
401 DEVICE_VLOG(3) << __func__ in HandleVolumeChanged()
407 DEVICE_VLOG(1) << __func__ << ": Volume has changed to " << (uint32_t)volume_; in HandleVolumeChanged()
413 DEVICE_VLOG(1) << __func__ << ": volume=" << (int)volume; in SetVolume()
432 DEVICE_VLOG(1) << __func__; in TrackChangedNotificationResponse()
438 DEVICE_VLOG(0) << __func__ << ": Device not registered for update"; in TrackChangedNotificationResponse()
448 DEVICE_VLOG(3) << __func__ << ": Found media ID match for " in TrackChangedNotificationResponse()
474 DEVICE_VLOG(1) << __func__; in PlaybackStatusNotificationResponse()
480 DEVICE_VLOG(0) << __func__ << ": Device not registered for update"; in PlaybackStatusNotificationResponse()
487 DEVICE_VLOG(0) << __func__ in PlaybackStatusNotificationResponse()
508 DEVICE_VLOG(4) << __func__; in PlaybackPosNotificationResponse()
513 DEVICE_VLOG(3) << __func__ << ": Device not registered for update"; in PlaybackPosNotificationResponse()
539 DEVICE_VLOG(0) << __func__ << ": Queue next play position update"; in PlaybackPosNotificationResponse()
553 DEVICE_VLOG(1) << __func__ in AddressedPlayerNotificationResponse()
559 DEVICE_VLOG(3) << __func__ << ": Device not registered for update"; in AddressedPlayerNotificationResponse()
582 DEVICE_VLOG(1) << __func__; in RejectNotification()
597 DEVICE_VLOG(2) << __func__ << ": position=" << status.position in GetPlayStatusResponse()
645 DEVICE_VLOG(4) << __func__ << ": opcode=" << pkt->GetOpcode(); in MessageReceived()
711 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope() in HandlePlayItem()
734 DEVICE_VLOG(2) << "Could not find item"; in HandlePlayItem()
751 DEVICE_VLOG(2) << __func__ << ": PlayerId=" << pkt->GetPlayerId(); in HandleSetAddressedPlayer()
754 DEVICE_VLOG(2) << "Reject invalid addressed player ID"; in HandleSetAddressedPlayer()
775 DEVICE_VLOG(1) << __func__ << ": pdu=" << pkt->GetPdu(); in BrowseMessageReceived()
817 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope(); in HandleGetFolderItems()
853 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope(); in HandleGetTotalNumberOfItems()
881 DEVICE_VLOG(2) << __func__ << ": num_items=" << list.size(); in GetTotalNumberOfItemsMediaPlayersResponse()
890 DEVICE_VLOG(2) << __func__ << ": num_items=" << list.size(); in GetTotalNumberOfItemsVFSResponse()
899 DEVICE_VLOG(2) << __func__ << ": num_items=" << list.size(); in GetTotalNumberOfItemsNowPlayingResponse()
915 DEVICE_VLOG(2) << __func__ << ": direction=" << pkt->GetDirection() in HandleChangePath()
930 DEVICE_VLOG(2) << "Pushing Path to stack: \"" << CurrentFolder() << "\""; in HandleChangePath()
943 DEVICE_VLOG(2) << "Popping Path from stack: new path=\"" << CurrentFolder() in HandleChangePath()
972 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope() in HandleGetItemAttributes()
1008 DEVICE_VLOG(2) << __func__ << ": uid=" << loghex(pkt->GetUid()); in GetItemAttributesNowPlayingResponse()
1017 DEVICE_VLOG(2) << __func__ << ": media_id=\"" << media_id << "\""; in GetItemAttributesNowPlayingResponse()
1021 DEVICE_VLOG(2) in GetItemAttributesNowPlayingResponse()
1059 DEVICE_VLOG(2) << __func__ << ": uid=" << loghex(pkt->GetUid()); in GetItemAttributesVFSResponse()
1124 DEVICE_VLOG(2) << __func__; in GetMediaPlayerListResponse()
1140 DEVICE_VLOG(1) << " Adding player to first spot: " << it->name; in GetMediaPlayerListResponse()
1173 DEVICE_VLOG(2) << __func__ << ": start_item=" << pkt->GetStartItem() in GetVFSListResponse()
1237 DEVICE_VLOG(2) << __func__; in GetNowPlayingListResponse()
1284 DEVICE_VLOG(2) << __func__ << ": player_id=" << pkt->GetPlayerId(); in HandleSetBrowsedPlayer()
1294 DEVICE_VLOG(2) << __func__ << ": success=" << success << " root_id=\"" in SetBrowsedPlayerResponse()
1327 DEVICE_VLOG(4) << __func__ << ": Metadata=" << metadata in SendMediaUpdate()
1348 DEVICE_VLOG(4) << __func__; in SendFolderUpdate()
1360 DEVICE_VLOG(2) << __func__; in HandleTrackUpdate()
1372 DEVICE_VLOG(2) << __func__; in HandlePlayStatusUpdate()
1384 DEVICE_VLOG(2) << __func__; in HandleNowPlayingUpdate()
1422 DEVICE_VLOG(0) << __func__; in HandlePlayPosUpdate()
1434 DEVICE_VLOG(1) << __func__; in HandleAvailablePlayerUpdate()
1453 DEVICE_VLOG(1) << __func__; in HandleAddressedPlayerUpdate()