/aosp_15_r20/external/OpenCSD/decoder/source/ |
H A D | ocsd_error.cpp | 121 …rr_severity_t sev_type, const ocsd_err_t code, const ocsd_trc_index_t idx, const uint8_t chan_id) : in ocsdError() argument 125 m_chan_ID(chan_id) in ocsdError() 147 …v_type, const ocsd_err_t code, const ocsd_trc_index_t idx, const uint8_t chan_id, const std::strin… in ocsdError() argument 151 m_chan_ID(chan_id), in ocsdError()
|
/aosp_15_r20/external/OpenCSD/decoder/include/common/ |
H A D | ocsd_error_logger.h | 65 virtual ocsdError *GetLastIDError(const uint8_t chan_id) in GetLastIDError() argument 67 if(OCSD_IS_VALID_CS_SRC_ID(chan_id)) in GetLastIDError() 68 return m_lastErrID[chan_id]; in GetLastIDError()
|
H A D | ocsd_error.h | 62 …v_type, const ocsd_err_t code, const ocsd_trc_index_t idx, const uint8_t chan_id); /**< Construct… 65 …v_type, const ocsd_err_t code, const ocsd_trc_index_t idx, const uint8_t chan_id, const std::strin…
|
/aosp_15_r20/external/pigweed/pw_sensor/py/pw_sensor/ |
H A D | validator.py | 314 for chan_id, channel in declarations["channels"].items(): 316 assert resolved_channels.get(chan_id) is None 317 resolved_channels[chan_id] = channel 319 channel["name"] = chan_id
|
H A D | sensor_desc.py | 143 for chan_id, chan_spec in content["channels"].items(): 144 conflict = superset["channels"].get(chan_id) 146 superset["channels"][chan_id] = chan_spec
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/ |
H A D | server.cc | 289 l2cap::Channel::UniqueId chan_id = channel->unique_id(); in AddConnection() local 290 auto iter = channels_.find(chan_id); in AddConnection() 298 [self, chan_id, max_tx_sdu_size = channel->max_tx_sdu_size()]( in AddConnection() 303 self->Send(chan_id, std::move(packet.value())); in AddConnection() 307 [self, chan_id] { in AddConnection() 309 self->OnChannelClosed(chan_id); in AddConnection() 316 self->channels_.emplace(chan_id, std::move(channel)); in AddConnection()
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/etm/ |
H A D | error_logger.cc | 83 ocsdError* ErrorLogger::GetLastIDError(const uint8_t chan_id) { in GetLastIDError() argument 84 return last_error_by_channel_id_.Find(chan_id); in GetLastIDError()
|
H A D | error_logger.h | 55 ocsdError* GetLastIDError(const uint8_t chan_id) override;
|
/aosp_15_r20/external/OpenCSD/decoder/include/opencsd/c_api/ |
H A D | ocsd_c_api_cust_impl.h | 65 const uint8_t chan_id, in lib_cb_LogError() argument 70 callbacks->fn_log_error(callbacks->lib_context, filter_level, code, idx, chan_id, pMsg); in lib_cb_LogError()
|
H A D | ocsd_c_api_custom.h | 124 const uint8_t chan_id,
|
H A D | opencsd_c_api.h | 437 OCSD_C_API ocsd_err_t ocsd_get_last_err(ocsd_trc_index_t *index, uint8_t *chan_id, char *message, c…
|
/aosp_15_r20/external/OpenCSD/decoder/source/c_api/ |
H A D | ocsd_c_api_custom_obj.cpp | 306 …_level, const ocsd_err_t code, const ocsd_trc_index_t idx, const uint8_t chan_id, const char *pMsg) in LogErrorCB() argument 311 …coderWrapper *)lib_context)->LogError(ocsdError(filter_level, code, idx, chan_id, std::string(pMsg… in LogErrorCB() 313 … ((CustomDecoderWrapper *)lib_context)->LogError(ocsdError(filter_level, code, idx, chan_id)); in LogErrorCB()
|
H A D | ocsd_c_api.cpp | 520 OCSD_C_API ocsd_err_t ocsd_get_last_err(ocsd_trc_index_t *index, uint8_t *chan_id, char *message, c… in ocsd_get_last_err() argument 530 *chan_id = p_err->getErrorChanID(); in ocsd_get_last_err() 540 *chan_id = OCSD_BAD_CS_SRC_ID; in ocsd_get_last_err()
|
H A D | ocsd_c_api_custom_obj.h | 135 const uint8_t chan_id,
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
H A D | test_packets.cc | 53 l2cap::CommandId id, hci_spec::ConnectionHandle handle, ChannelId chan_id) { in AclCommandRejectNotUnderstoodRsp() argument 63 LowerBits(chan_id), in AclCommandRejectNotUnderstoodRsp() 64 UpperBits(chan_id), in AclCommandRejectNotUnderstoodRsp()
|
H A D | logical_link.cc | 856 for (auto& [chan_id, chan] : channels_) { in HandleNextAclPriorityRequest()
|
/aosp_15_r20/external/OpenCSD/decoder/include/interfaces/ |
H A D | trc_error_log_i.h | 118 virtual ocsdError *GetLastIDError(const uint8_t chan_id) = 0;
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/ |
H A D | test_packets.h | 29 ChannelId chan_id = kSignalingChannelId);
|
/aosp_15_r20/prebuilts/android-emulator/trusty-x86_64/share/qemu/ |
H A D | trace-events-all | 1527 vmbus_channel_notify_guest(uint32_t chan_id) "channel #%d" 1532 vmbus_send_offer(uint32_t chan_id, void *dev) "channel #%d dev %p" 1539 vmbus_open_channel(uint32_t chan_id, uint32_t gpadl_id, uint32_t target_vp) "channel #%d gpadl #%d … 1540 vmbus_channel_open(uint32_t chan_id, uint32_t status) "channel #%d status %d" 1541 vmbus_close_channel(uint32_t chan_id) "channel #%d"
|
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 1617 vmbus_channel_notify_guest(uint32_t chan_id) "channel #%d" 1622 vmbus_send_offer(uint32_t chan_id, void *dev) "channel #%d dev %p" 1629 vmbus_open_channel(uint32_t chan_id, uint32_t gpadl_id, uint32_t target_vp) "channel #%d gpadl #%d … 1630 vmbus_channel_open(uint32_t chan_id, uint32_t status) "channel #%d status %d" 1631 vmbus_close_channel(uint32_t chan_id) "channel #%d"
|
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 1617 vmbus_channel_notify_guest(uint32_t chan_id) "channel #%d" 1622 vmbus_send_offer(uint32_t chan_id, void *dev) "channel #%d dev %p" 1629 vmbus_open_channel(uint32_t chan_id, uint32_t gpadl_id, uint32_t target_vp) "channel #%d gpadl #%d … 1630 vmbus_channel_open(uint32_t chan_id, uint32_t status) "channel #%d status %d" 1631 vmbus_close_channel(uint32_t chan_id) "channel #%d"
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 82746 int chan_id; member 83113 int chan_id; member 84856 int chan_id; member
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 40054 int chan_id; member 79319 int chan_id; member
|
H A D | vmlinux_602.h | 40054 int chan_id; member 79319 int chan_id; member
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 82455 int chan_id; member 89508 int chan_id; member
|