Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/util/
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()
279 void fill_camscope_timing(camscope_timing *scope_struct, uint32_t packet_type, in fill_camscope_timing() argument
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()
336 uint32_t camscope_enable_mask, uint32_t packet_type) { in camscope_base_log() argument
347 fill_camscope_base(&scope_struct, packet_type, size); in camscope_base_log()
[all …]
/hardware/interfaces/bluetooth/1.0/default/
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()
Dhci_packetizer.h37 void OnDataReady(int fd, HciPacketType packet_type);
/hardware/interfaces/bluetooth/hci/
Dhci_packetizer.cc52 bool HciPacketizer::OnDataReady(PacketType packet_type, in OnDataReady() argument
61 header_size_for_type[static_cast<size_t>(packet_type)]; in OnDataReady()
75 bytes_remaining_ = HciGetPacketLengthForType(packet_type, packet_); in OnDataReady()
79 packet_completed = OnDataReady(packet_type, buffer, offset); in OnDataReady()
Dhci_packetizer.h30 bool OnDataReady(PacketType packet_type, const std::vector<uint8_t>& data,
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
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,
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbt_amp_hci.h164 uint8 packet_type;