Lines Matching refs:loghex
122 << " SDP Completed features=" << loghex(features); in ConnectDevice()
124 LOG(ERROR) << "Failed to do SDP: status=" << loghex(status) in ConnectDevice()
125 << " features=" << loghex(features) in ConnectDevice()
206 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle) in AvrcpConnect()
207 << " status= " << loghex(status); in AvrcpConnect()
216 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle) in InitiatorControlCb()
217 << " result=" << loghex(result) in InitiatorControlCb()
304 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle) in AcceptorControlCb()
305 << " result=" << loghex(result) in AcceptorControlCb()
331 << ": No device found for handle: " << loghex(handle); in AcceptorControlCb()
394 << loghex(handle); in MessageCb()
441 << " peer avrcp version=" << loghex(peer_avrcp_version); in SdpCb()
487 << loghex(peer_avrcp_target_version); in SdpCb()
529 DLOG(INFO) << "SendMessage to handle=" << loghex(handle); in SendMessage()