Searched defs:packet_type (Results 1 - 4 of 4) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
H A Dhci_packetizer.cc53 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { argument
58 preamble_size_for_type[packet_type] - bytes_read_));
70 if (bytes_read_ == preamble_size_for_type[packet_type]) {
72 HciGetPacketLengthForType(packet_type, preamble_);
73 packet_.resize(preamble_size_for_type[packet_type] + packet_length);
74 memcpy(packet_.data(), preamble_, preamble_size_for_type[packet_type]);
85 packet_.data() + preamble_size_for_type[packet_type] + bytes_read_,
/hardware/qcom/camera/msm8998/QCamera2/util/
H A Dcamscope_packet_type.cpp225 * @packet_type : packet_type data value to set
230 void fill_camscope_base(camscope_base *scope_struct, uint32_t packet_type, argument
232 scope_struct->packet_type = packet_type;
244 * @packet_type : packet_type data value to set
253 uint32_t packet_type, uint32_t size,
256 fill_camscope_base(&(scope_struct->base), packet_type, size);
270 * @packet_type
252 fill_camscope_sw_base(camscope_sw_base *scope_struct, uint32_t packet_type, uint32_t size, struct timeval timestamp, int32_t thread_id, uint32_t event_name) argument
279 fill_camscope_timing(camscope_timing *scope_struct, uint32_t packet_type, uint32_t size, struct timeval timestamp, int32_t thread_id, uint32_t event_name, uint32_t frame_id) argument
308 fill_camscope_in_out_timing(camscope_in_out_timing *scope_struct, uint32_t packet_type, uint32_t size, struct timeval timestamp, int32_t thread_id, uint32_t event_name, struct timeval in_timestamp, struct timeval out_timestamp, uint32_t frame_id) argument
335 camscope_base_log(uint32_t camscope_section, uint32_t camscope_enable_mask, uint32_t packet_type) argument
370 camscope_sw_base_log(uint32_t camscope_section, uint32_t camscope_enable_mask, uint32_t packet_type, uint32_t event_name) argument
410 camscope_timing_log(uint32_t camscope_section, uint32_t camscope_enable_mask, uint32_t packet_type, uint32_t event_name, uint32_t frame_id) argument
450 camscope_in_out_timing_log(uint32_t camscope_section, uint32_t camscope_enable_mask, uint32_t packet_type, uint32_t event_name, struct timeval in_timestamp, struct timeval out_timestamp, uint32_t frame_id) argument
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcamscope_packet_type.h231 uint32_t packet_type; member in struct:__anon2306
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/
H A Dbt_amp_hci.h164 uint8 packet_type; member in struct:eflush_cmd_parms

Completed in 123 milliseconds