/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/ |
H A D | camscope_packet_type.cpp | 230 void fill_camscope_base(camscope_base *scope_struct, uint32_t packet_type, in fill_camscope_base() argument 232 scope_struct->packet_type = packet_type; in fill_camscope_base() 253 uint32_t packet_type, uint32_t size, in fill_camscope_sw_base() argument 256 fill_camscope_base(&(scope_struct->base), packet_type, size); in fill_camscope_sw_base() 283 fill_camscope_sw_base(&(scope_struct->sw_base), packet_type, size, in fill_camscope_timing() 309 uint32_t packet_type, uint32_t size, in fill_camscope_in_out_timing() argument 315 fill_camscope_sw_base(&(scope_struct->sw_base), packet_type, size, in fill_camscope_in_out_timing() 347 fill_camscope_base(&scope_struct, packet_type, size); in camscope_base_log() 372 uint32_t packet_type, uint32_t event_name) { in camscope_sw_base_log() argument 384 fill_camscope_sw_base(&scope_struct, packet_type, size, in camscope_sw_base_log() [all …]
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | batadv_packet.h | 98 __u8 packet_type; member 111 __u8 packet_type; member 122 __u8 packet_type; member 130 __u8 packet_type; member 140 __u8 packet_type; member 151 __u8 packet_type; member 169 __u8 packet_type; member 182 __u8 packet_type; member 195 __u8 packet_type; member 215 __u8 packet_type; member [all …]
|
/aosp12/system/bt/vendor_libs/linux/interface/ |
H A D | hci_packetizer.cc | 55 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { in OnDataReady() argument 60 preamble_size_for_type[packet_type] - bytes_read_)); in OnDataReady() 63 if (bytes_read_ == preamble_size_for_type[packet_type]) { in OnDataReady() 65 HciGetPacketLengthForType(packet_type, preamble_); in OnDataReady() 66 packet_.resize(preamble_size_for_type[packet_type] + packet_length); in OnDataReady() 67 memcpy(packet_.data(), preamble_, preamble_size_for_type[packet_type]); in OnDataReady() 78 packet_.data() + preamble_size_for_type[packet_type] + bytes_read_, in OnDataReady()
|
H A D | hci_packetizer.h | 37 void OnDataReady(int fd, HciPacketType packet_type);
|
/aosp12/hardware/interfaces/bluetooth/1.0/default/ |
H A D | hci_packetizer.cc | 61 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { in OnDataReady() argument 66 preamble_size_for_type[packet_type] - bytes_read_)); in OnDataReady() 78 if (bytes_read_ == preamble_size_for_type[packet_type]) { in OnDataReady() 80 HciGetPacketLengthForType(packet_type, preamble_); in OnDataReady() 81 packet_.resize(preamble_size_for_type[packet_type] + packet_length); in OnDataReady() 82 memcpy(packet_.data(), preamble_, preamble_size_for_type[packet_type]); in OnDataReady() 93 packet_.data() + preamble_size_for_type[packet_type] + bytes_read_, in OnDataReady()
|
H A D | hci_packetizer.h | 37 void OnDataReady(int fd, HciPacketType packet_type);
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
H A D | camscope_packet_type.h | 231 uint32_t packet_type; member 256 uint32_t packet_type); 259 uint32_t camscope_enable_mask, uint32_t packet_type, 263 uint32_t camscope_enable_mask, uint32_t packet_type, 268 uint32_t packet_type, uint32_t event_name,
|
/aosp12/system/bt/tools/scripts/ |
H A D | btsnoop_live.py | 263 packet_type = struct.unpack(">B", snoop_data[0:1])[0] 264 if packet_type == 1: 267 elif packet_type == 2: 273 elif packet_type == 3: 279 elif packet_type == 4:
|
H A D | dump_hearingaid_audio.py | 304 packet_type, data = unpack_data(data, 1) 305 if packet_type == 0x02: 308 elif packet_type == 0x04:
|
/aosp12/system/bt/packet/avrcp/ |
H A D | vendor_packet.h | 29 CType ctype, CommandPdu pdu, PacketType packet_type, 48 VendorPacketBuilder(CType ctype, CommandPdu pdu, PacketType packet_type) in VendorPacketBuilder() argument 51 packet_type_(packet_type){}; in VendorPacketBuilder()
|
H A D | vendor_packet.cc | 23 CType ctype, CommandPdu pdu, PacketType packet_type, in MakeBuilder() argument 31 new VendorPacketBuilder(ctype, pdu, packet_type)); in MakeBuilder()
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
H A D | hci_socket_device.cc | 122 PacketType packet_type, in SendHci() argument 126 static_cast<int>(packet_type)); in SendHci() 129 uint8_t type = static_cast<uint8_t>(packet_type); in SendHci()
|
H A D | hci_socket_device.h | 42 void SendHci(PacketType packet_type,
|
/aosp12/system/core/debuggerd/tombstoned/ |
H A D | tombstoned_client.cpp | 53 packet.packet_type = CrashPacketType::kDumpRequest; in tombstoned_connect() 102 packet.packet_type = CrashPacketType::kCompletedDump; in tombstoned_notify_completion()
|
H A D | tombstoned.cpp | 302 TombstonedCrashPacket response = {.packet_type = CrashPacketType::kPerformDump}; in perform_request() 372 if (request.packet_type != CrashPacketType::kDumpRequest) { in crash_request_cb() 374 << StringPrintf("%#2hhX", request.packet_type); in crash_request_cb() 445 if (request.packet_type != CrashPacketType::kCompletedDump) { in crash_completed() 447 << uint32_t(request.packet_type); in crash_completed()
|
/aosp12/system/bt/hci/src/ |
H A D | hci_inject.cc | 167 hci_packet_t packet_type = (hci_packet_t)buffer[0]; in read_ready() local 179 buf->event = hci_packet_to_event(packet_type); in read_ready()
|
/aosp12/packages/services/Car/cpp/computepipe/proto/ |
H A D | PacketDescriptor.proto | 22 optional PacketType packet_type = 4; field
|
/aosp12/system/core/debuggerd/ |
H A D | protocol.h | 54 CrashPacketType packet_type; member
|
/aosp12/system/bt/gd/hci/acl_manager/ |
H A D | classic_acl_connection.cc | 56 void OnConnectionPacketTypeChanged(uint16_t packet_type) override { in OnConnectionPacketTypeChanged() argument 57 SAVE_OR_CALL(OnConnectionPacketTypeChanged, packet_type) in OnConnectionPacketTypeChanged() 370 bool ClassicAclConnection::ChangeConnectionPacketType(uint16_t packet_type) { in ChangeConnectionPacketType() argument 372 ChangeConnectionPacketTypeBuilder::Create(handle_, packet_type), in ChangeConnectionPacketType()
|
H A D | connection_management_callbacks.h | 31 virtual void OnConnectionPacketTypeChanged(uint16_t packet_type) = 0;
|
H A D | classic_acl_connection.h | 41 virtual bool ChangeConnectionPacketType(uint16_t packet_type);
|
/aosp12/art/adbconnection/ |
H A D | adbconnection.cc | 344 DdmPacketType packet_type, in SendDdmPacket() argument 378 *(pkt_data++) = static_cast<uint8_t>(packet_type); in SendDdmPacket() 379 switch (packet_type) { in SendDdmPacket()
|
/aosp12/system/bt/main/shim/ |
H A D | acl_legacy_interface.h | 79 void (*on_packet_type_changed)(uint16_t packet_type);
|
/aosp12/system/bt/btif/include/ |
H A D | btif_bqr.h | 308 std::string PacketTypeToString(uint8_t packet_type);
|
/aosp12/system/bt/btif/src/ |
H A D | btif_bqr.cc | 165 std::string PacketTypeToString(uint8_t packet_type) { in PacketTypeToString() argument 166 switch (packet_type) { in PacketTypeToString()
|