HomeSort by relevance Sort by last modified time
    Searched refs:loghex (Results 1 - 25 of 45) sorted by null

1 2

  /system/bt/packet/avrcp/
set_addressed_player.cc 63 ss << " ? Subunit Type = " << loghex(GetSubunitType()) << std::endl;
64 ss << " ? Subunit ID = " << loghex(GetSubunitId()) << std::endl;
66 ss << " ? Company ID = " << loghex(GetCompanyId()) << std::endl;
69 ss << " ? Parameter Length = " << loghex(GetParameterLength()) << std::endl;
70 ss << " ? Player ID = " << loghex(GetPlayerId()) << std::endl;
play_item.cc 73 ss << " ? Subunit Type = " << loghex(GetSubunitType()) << std::endl;
74 ss << " ? Subunit ID = " << loghex(GetSubunitId()) << std::endl;
76 ss << " ? Company ID = " << loghex(GetCompanyId()) << std::endl;
79 ss << " ? Parameter Length = " << loghex(GetParameterLength()) << std::endl;
81 ss << " ? UID = " << loghex(GetUid()) << std::endl;
82 ss << " ? UID Counter = " << loghex(GetUidCounter()) << std::endl;
set_absolute_volume.cc 62 ss << " ? Subunit Type = " << loghex(GetSubunitType()) << std::endl;
63 ss << " ? Subunit ID = " << loghex(GetSubunitId()) << std::endl;
65 ss << " ? Company ID = " << loghex(GetCompanyId()) << std::endl;
68 ss << " ? Parameter Length = " << loghex(GetParameterLength()) << std::endl;
pass_through_packet.cc 64 ss << " ? Subunit Type = " << loghex(GetSubunitType()) << std::endl;
65 ss << " ? Subunit ID = " << loghex(GetSubunitId()) << std::endl;
68 ss << " ? Opperation ID = " << loghex(GetOperationId()) << std::endl;
register_notification_packet.cc 59 ss << " ? Subunit Type = " << loghex(GetSubunitType()) << std::endl;
60 ss << " ? Subunit ID = " << loghex(GetSubunitId()) << std::endl;
62 ss << " ? Company ID = " << loghex(GetCompanyId()) << std::endl;
65 ss << " ? Parameter Length = " << loghex(GetParameterLength()) << std::endl;
248 ss << " ? Subunit Type = " << loghex(GetSubunitType()) << std::endl;
249 ss << " ? Subunit ID = " << loghex(GetSubunitId()) << std::endl;
251 ss << " ? Company ID = " << loghex(GetCompanyId()) << std::endl;
254 ss << " ? Parameter Length = " << loghex(GetParameterLength()) << std::endl;
256 ss << " ? Interval = " << loghex(GetInterval()) << std::endl;
get_element_attributes_packet.cc 65 ss << " ? Subunit Type = " << loghex(GetSubunitType()) << std::endl;
66 ss << " ? Subunit ID = " << loghex(GetSubunitId()) << std::endl;
68 ss << " ? Company ID = " << loghex(GetCompanyId()) << std::endl;
72 ss << " ? Identifier = " << loghex(GetIdentifier()) << std::endl;
78 ss << " ? " << loghex((uint32_t)(*it)) << std::endl;
vendor_packet.cc 115 ss << " ? Subunit Type = " << loghex(GetSubunitType()) << std::endl;
116 ss << " ? Subunit ID = " << loghex(GetSubunitId()) << std::endl;
118 ss << " ? Company ID = " << loghex(GetCompanyId()) << std::endl;
121 ss << " ? Parameter Length = " << loghex(GetParameterLength()) << std::endl;
124 ss << " " << loghex(*it);
avrcp_packet.cc 100 ss << " ? Subunit Type = " << loghex(GetSubunitType()) << std::endl;
101 ss << " ? Subunit ID = " << loghex(GetSubunitId()) << std::endl;
105 ss << " " << loghex(*it);
capabilities_packet.cc 62 ss << " ? Subunit Type = " << loghex(GetSubunitType()) << std::endl;
63 ss << " ? Subunit ID = " << loghex(GetSubunitId()) << std::endl;
65 ss << " ? Company ID = " << loghex(GetCompanyId()) << std::endl;
68 ss << " ? Parameter Length = " << loghex(GetParameterLength()) << std::endl;
get_item_attributes.cc 135 ss << " ? UID Requested = " << loghex(GetUid()) << std::endl;
136 ss << " ? UID Counter = " << loghex(GetUidCounter()) << std::endl;
137 ss << " ? Num Attributes = " << loghex(GetNumAttributes()) << std::endl;
142 ss << " ? " << loghex((uint32_t)(*it)) << std::endl;
change_path.cc 79 ss << " ? UID Counter = " << loghex(GetUidCounter()) << std::endl;
81 ss << " ? UID Requested = " << loghex(GetUid()) << std::endl;
avrcp_browse_packet.cc 79 ss << " " << loghex(*it);
set_browsed_player.cc 96 ss << " ? Player ID = " << loghex(GetPlayerId()) << std::endl;
  /system/bt/include/hardware/avrcp/
avrcp_logging_helper.h 46 return "Unknown CType: " + loghex((uint8_t)type);
61 return "Unknown Opcode: " + loghex((uint8_t)opcode);
80 return "Unknown Command PDU: " + loghex((uint8_t)pdu);
92 return "Unknown Packet Type: " + loghex((uint8_t)type);
105 return "Unknown Capability: " + loghex((uint8_t)cap);
125 return "Unknown Event: " + loghex((uint8_t)event);
144 return "Unknown Attribute Value: " + loghex((uint32_t)attr);
178 return "Unknown Status: " + loghex((uint8_t)status);
193 return "Unknown Browse PDU: " + loghex((uint8_t)pdu);
208 return "Unknown Scope: " + loghex((uint8_t)scope)
    [all...]
  /system/bt/packet/tests/base/
packet_test_common.h 22 // We have our own definition of loghex to avoid dependencies
25 std::string loghex(T x) { function in namespace:__anon2052
47 ss << " " << loghex(*it);
  /system/bt/profile/avrcp/
connection_handler.cc 106 << " SDP Completed features=" << loghex(features);
108 LOG(ERROR) << "Failed to do SDP: status=" << loghex(status)
109 << " features=" << loghex(features)
189 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle)
190 << " status= " << loghex(status);
199 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle)
200 << " result=" << loghex(result)
280 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle)
281 << " result=" << loghex(result)
307 << ": No device found for handle: " << loghex(handle)
    [all...]
avrcp_message_converter.h 49 ss << " " << loghex(*it);
  /system/bt/stack/rfcomm/
rfc_l2cap_if.cc 286 << loghex(lcid);
295 LOG(WARNING) << __func__ << ": Bad RFCOMM frame from lcid=" << loghex(lcid)
322 << ": no for none-SABME event, lcid=" << loghex(lcid)
327 << ": Disconnecting RFCOMM, lcid=" << loghex(lcid)
338 << +rfc_cb.rfc.rx_frame.dlci << ", lcid=" << loghex(lcid)
405 LOG(WARNING) << __func__ << "LCID reused lcid=:" << loghex(lcid)
406 << ", current_lcid=" << loghex(p_mcb->lcid);
  /system/bt/bta/hearing_aid/
hearing_aid.cc 284 DVLOG(2) << __func__ << " " << address << ", hiSyncId=" << loghex(hiSyncId)
385 DVLOG(2) << "Skipping unknown device, conn_id=" << loghex(conn_id);
430 DVLOG(2) << "Skipping unknown device, conn_id=" << loghex(conn_id);
453 LOG(INFO) << "Found Hearing Aid service, handle=" << loghex(tmp.handle);
469 << loghex(charac.value_handle);
477 DVLOG(2) << "Reading Audio status " << loghex(charac.value_handle);
491 DVLOG(2) << "Reading PSM " << loghex(psm_handle);
502 DVLOG(2) << __func__ << "unknown conn_id=" << loghex(conn_id);
514 LOG(WARNING) << "Unknown version: " << loghex(version);
520 LOG(WARNING) << "Read only properties too short: " << loghex(len)
    [all...]
  /system/bt/btif/src/
btif_hearing_aid.cc 77 << ", hiSyncId: " << loghex(hiSyncId)
78 << ", capabilities: " << loghex(capabilities);
  /system/bt/bta/gatt/
bta_gattc_cache.cc 88 LOG(ERROR) << "Service: s_handle=" << loghex(service.s_handle)
89 << ", e_handle=" << loghex(service.e_handle)
90 << ", inst=" << loghex(service.handle)
99 LOG(ERROR) << "\t Characteristic value_handle=" << loghex(c.value_handle)
100 << ", uuid=" << c.uuid << ", prop=" << loghex(c.properties);
108 LOG(ERROR) << "\t\t Descriptor handle=" << loghex(d.handle)
214 VLOG(1) << __func__ << ": add descriptor, handle=" << loghex(handle)
248 VLOG(1) << __func__ << ": add included service, handle=" << loghex(handle)
377 LOG(ERROR) << "invalid included service s_handle=" << loghex(s_handle)
378 << ", e_handle=" << loghex(e_handle)
    [all...]
bta_gatts_act.cc 403 << loghex(p_msg->api_indicate.hdr.layer_specific)
416 << loghex(p_msg->api_indicate.attr_id);
509 << ": fail conn_id=" << loghex(p_msg->hdr.layer_specific);
525 LOG(ERROR) << "Unknown connection_id=" << loghex(p_msg->hdr.layer_specific);
552 VLOG(1) << __func__ << ": conn_id=" << loghex(conn_id)
572 LOG(ERROR) << "request received on unknown conn_id=" << loghex(conn_id);
594 << ", conn_id=" << loghex(conn_id) << " connected=" << connected
595 << ", reason=" << loghex(reason);
  /system/bt/bta/jv/
bta_jv_act.cc 186 << ", handle=" << loghex(p_cb->handle);
265 << ", jv handle=" << loghex(p_pcb->handle);
298 << ", jv handle=" << loghex(p_pcb->handle)
313 LOG(WARNING) << __func__ << ": Remove jv handle=" << loghex(p_pcb->handle)
422 VLOG(2) << __func__ << ": jv_handle=" << loghex(jv_handle)
447 LOG(WARNING) << __func__ << ": jv_handle=" << loghex(jv_handle)
457 LOG(WARNING) << __func__ << ": jv_handle=" << loghex(jv_handle)
517 VLOG(2) << __func__ << ": handle=" << loghex(jv_handle)
533 LOG(WARNING) << __func__ << ": handle=" << loghex(jv_handle)
621 VLOG(2) << __func__ << ": Reusing PSM=" << loghex(psm)
    [all...]
  /system/bt/bta/ag/
bta_ag_rfc.cc 254 << "invalid callback index, services=" << loghex(services)
259 << "callback index out of bound, services=" << loghex(services)
270 << ", p_scb=" << p_scb << ", services=" << loghex(services)
  /system/bt/stack/gatt/
gatt_attr.cc 225 VLOG(1) << "Unknown/unexpected LE GAP ATT request: " << loghex(type);
246 << ", conn_id: " << loghex(conn_id) << "reason: " << loghex(reason);

Completed in 318 milliseconds

1 2