Searched refs:packet_type (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/util/ |
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() 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/ |
D | hci_packetizer.cc | 53 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { in OnDataReady() argument 58 preamble_size_for_type[packet_type] - bytes_read_)); in OnDataReady() 70 if (bytes_read_ == preamble_size_for_type[packet_type]) { in OnDataReady() 72 HciGetPacketLengthForType(packet_type, preamble_); in OnDataReady() 73 packet_.resize(preamble_size_for_type[packet_type] + packet_length); in OnDataReady() 74 memcpy(packet_.data(), preamble_, preamble_size_for_type[packet_type]); in OnDataReady() 85 packet_.data() + preamble_size_for_type[packet_type] + bytes_read_, in OnDataReady()
|
D | hci_packetizer.h | 37 void OnDataReady(int fd, HciPacketType packet_type);
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
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,
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bt_amp_hci.h | 164 uint8 packet_type;
|