Lines Matching refs:DEVICE_VLOG

33 #define DEVICE_VLOG(LEVEL) VLOG(LEVEL) << address_.ToString() << " : "  macro
81 DEVICE_VLOG(3) << __func__ << ": pdu=" << pkt->GetCommandPdu(); in VendorPacketHandler()
198 DEVICE_VLOG(4) << __func__ in HandleGetCapabilities()
253 DEVICE_VLOG(4) << __func__ << ": event=" << pkt->GetEventRegistered(); in HandleNotification()
321 DEVICE_VLOG(2) << __func__; in RegisterVolumeChanged()
350 DEVICE_VLOG(1) << __func__ << ": interim=" << pkt->IsInterim(); in HandleVolumeChanged()
382 DEVICE_VLOG(3) << __func__ in HandleVolumeChanged()
388 DEVICE_VLOG(1) << __func__ << ": Volume has changed to " << (uint32_t)volume_; in HandleVolumeChanged()
394 DEVICE_VLOG(1) << __func__ << ": volume=" << (int)volume; in SetVolume()
413 DEVICE_VLOG(1) << __func__; in TrackChangedNotificationResponse()
419 DEVICE_VLOG(0) << __func__ << ": Device not registered for update"; in TrackChangedNotificationResponse()
429 DEVICE_VLOG(3) << __func__ << ": Found media ID match for " in TrackChangedNotificationResponse()
455 DEVICE_VLOG(1) << __func__; in PlaybackStatusNotificationResponse()
461 DEVICE_VLOG(0) << __func__ << ": Device not registered for update"; in PlaybackStatusNotificationResponse()
468 DEVICE_VLOG(0) << __func__ in PlaybackStatusNotificationResponse()
489 DEVICE_VLOG(4) << __func__; in PlaybackPosNotificationResponse()
494 DEVICE_VLOG(3) << __func__ << ": Device not registered for update"; in PlaybackPosNotificationResponse()
520 DEVICE_VLOG(0) << __func__ << ": Queue next play position update"; in PlaybackPosNotificationResponse()
534 DEVICE_VLOG(1) << __func__ in AddressedPlayerNotificationResponse()
540 DEVICE_VLOG(3) << __func__ << ": Device not registered for update"; in AddressedPlayerNotificationResponse()
563 DEVICE_VLOG(1) << __func__; in RejectNotification()
578 DEVICE_VLOG(2) << __func__ << ": position=" << status.position in GetPlayStatusResponse()
590 DEVICE_VLOG(2) << __func__; in GetElementAttributesResponse()
623 DEVICE_VLOG(4) << __func__ << ": opcode=" << pkt->GetOpcode(); in MessageReceived()
689 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope() in HandlePlayItem()
712 DEVICE_VLOG(2) << "Could not find item"; in HandlePlayItem()
729 DEVICE_VLOG(2) << __func__ << ": PlayerId=" << pkt->GetPlayerId(); in HandleSetAddressedPlayer()
732 DEVICE_VLOG(2) << "Reject invalid addressed player ID"; in HandleSetAddressedPlayer()
753 DEVICE_VLOG(1) << __func__ << ": pdu=" << pkt->GetPdu(); in BrowseMessageReceived()
795 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope(); in HandleGetFolderItems()
831 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope(); in HandleGetTotalNumberOfItems()
859 DEVICE_VLOG(2) << __func__ << ": num_items=" << list.size(); in GetTotalNumberOfItemsMediaPlayersResponse()
868 DEVICE_VLOG(2) << __func__ << ": num_items=" << list.size(); in GetTotalNumberOfItemsVFSResponse()
877 DEVICE_VLOG(2) << __func__ << ": num_items=" << list.size(); in GetTotalNumberOfItemsNowPlayingResponse()
893 DEVICE_VLOG(2) << __func__ << ": direction=" << pkt->GetDirection() in HandleChangePath()
908 DEVICE_VLOG(2) << "Pushing Path to stack: \"" << CurrentFolder() << "\""; in HandleChangePath()
921 DEVICE_VLOG(2) << "Popping Path from stack: new path=\"" << CurrentFolder() in HandleChangePath()
950 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope() in HandleGetItemAttributes()
986 DEVICE_VLOG(2) << __func__ << ": uid=" << loghex(pkt->GetUid()); in GetItemAttributesNowPlayingResponse()
995 DEVICE_VLOG(2) << __func__ << ": media_id=\"" << media_id << "\""; in GetItemAttributesNowPlayingResponse()
999 DEVICE_VLOG(2) in GetItemAttributesNowPlayingResponse()
1032 DEVICE_VLOG(2) << __func__ << ": uid=" << loghex(pkt->GetUid()); in GetItemAttributesVFSResponse()
1092 DEVICE_VLOG(2) << __func__; in GetMediaPlayerListResponse()
1108 DEVICE_VLOG(1) << " Adding player to first spot: " << it->name; in GetMediaPlayerListResponse()
1141 DEVICE_VLOG(2) << __func__ << ": start_item=" << pkt->GetStartItem() in GetVFSListResponse()
1199 DEVICE_VLOG(2) << __func__; in GetNowPlayingListResponse()
1240 DEVICE_VLOG(2) << __func__ << ": player_id=" << pkt->GetPlayerId(); in HandleSetBrowsedPlayer()
1250 DEVICE_VLOG(2) << __func__ << ": success=" << success << " root_id=\"" in SetBrowsedPlayerResponse()
1275 DEVICE_VLOG(4) << __func__ << ": Metadata=" << metadata in SendMediaUpdate()
1296 DEVICE_VLOG(4) << __func__; in SendFolderUpdate()
1308 DEVICE_VLOG(2) << __func__; in HandleTrackUpdate()
1320 DEVICE_VLOG(2) << __func__; in HandlePlayStatusUpdate()
1332 DEVICE_VLOG(2) << __func__; in HandleNowPlayingUpdate()
1370 DEVICE_VLOG(0) << __func__; in HandlePlayPosUpdate()
1382 DEVICE_VLOG(1) << __func__; in HandleAvailablePlayerUpdate()
1401 DEVICE_VLOG(1) << __func__; in HandleAddressedPlayerUpdate()