Home
last modified time | relevance | path

Searched refs:packet_type (Results 1 – 25 of 43) sorted by relevance

12

/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/
H A Dcamscope_packet_type.cpp230 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 Dbatadv_packet.h98 __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 Dhci_packetizer.cc55 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 Dhci_packetizer.h37 void OnDataReady(int fd, HciPacketType packet_type);
/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dhci_packetizer.cc61 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 Dhci_packetizer.h37 void OnDataReady(int fd, HciPacketType packet_type);
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcamscope_packet_type.h231 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 Dbtsnoop_live.py263 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 Ddump_hearingaid_audio.py304 packet_type, data = unpack_data(data, 1)
305 if packet_type == 0x02:
308 elif packet_type == 0x04:
/aosp12/system/bt/packet/avrcp/
H A Dvendor_packet.h29 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 Dvendor_packet.cc23 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 Dhci_socket_device.cc122 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 Dhci_socket_device.h42 void SendHci(PacketType packet_type,
/aosp12/system/core/debuggerd/tombstoned/
H A Dtombstoned_client.cpp53 packet.packet_type = CrashPacketType::kDumpRequest; in tombstoned_connect()
102 packet.packet_type = CrashPacketType::kCompletedDump; in tombstoned_notify_completion()
H A Dtombstoned.cpp302 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 Dhci_inject.cc167 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 DPacketDescriptor.proto22 optional PacketType packet_type = 4; field
/aosp12/system/core/debuggerd/
H A Dprotocol.h54 CrashPacketType packet_type; member
/aosp12/system/bt/gd/hci/acl_manager/
H A Dclassic_acl_connection.cc56 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 Dconnection_management_callbacks.h31 virtual void OnConnectionPacketTypeChanged(uint16_t packet_type) = 0;
H A Dclassic_acl_connection.h41 virtual bool ChangeConnectionPacketType(uint16_t packet_type);
/aosp12/art/adbconnection/
H A Dadbconnection.cc344 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 Dacl_legacy_interface.h79 void (*on_packet_type_changed)(uint16_t packet_type);
/aosp12/system/bt/btif/include/
H A Dbtif_bqr.h308 std::string PacketTypeToString(uint8_t packet_type);
/aosp12/system/bt/btif/src/
H A Dbtif_bqr.cc165 std::string PacketTypeToString(uint8_t packet_type) { in PacketTypeToString() argument
166 switch (packet_type) { in PacketTypeToString()

12