/aosp_15_r20/device/google/cuttlefish/host/libs/audio_connector/ |
D | commands.cpp | 34 JackInfoCommand::JackInfoCommand(uint32_t start_id, size_t count, in JackInfoCommand() 53 ChmapInfoCommand::ChmapInfoCommand(uint32_t start_id, size_t count, in ChmapInfoCommand() 78 StreamInfoCommand::StreamInfoCommand(uint32_t start_id, size_t count, in StreamInfoCommand()
|
D | server.cpp | 186 auto start_id = query_info->start_id.as_uint32_t(); in ReceiveCommands() local 273 auto start_id = query_info->start_id.as_uint32_t(); in ReceiveCommands() local 290 auto start_id = query_info->start_id.as_uint32_t(); in ReceiveCommands() local
|
D | commands.h | 45 InfoCommand(AudioCommandType type, uint32_t start_id, size_t count, R* reply) in InfoCommand() 51 uint32_t start_id() const { return start_id_; } in start_id() function
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/ |
H A D | app_process_starts.sql | 110 start_id LONG, field 141 bind_app_id AS start_id, field
|
/aosp_15_r20/system/libufdt/tests/src/ |
H A D | ufdt_gen_test_dts.c | 123 static void output_ref_nodes(FILE *fp, int start_id, int count, in output_ref_nodes() 145 int start_id = 0; in gen_dts() local
|
/aosp_15_r20/external/libbpf/src/ |
H A D | bpf.c | 1012 static int bpf_obj_get_next_id(__u32 start_id, __u32 *next_id, int cmd) in bpf_obj_get_next_id() 1028 int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id) in bpf_prog_get_next_id() 1033 int bpf_map_get_next_id(__u32 start_id, __u32 *next_id) in bpf_map_get_next_id() 1038 int bpf_btf_get_next_id(__u32 start_id, __u32 *next_id) in bpf_btf_get_next_id() 1043 int bpf_link_get_next_id(__u32 start_id, __u32 *next_id) in bpf_link_get_next_id()
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/ |
H A D | connected_flow.cc | 93 BFS& Start(SliceId start_id) { in Start() 220 SliceId start_id{static_cast<uint32_t>(arguments[0].AsLong())}; in ComputeTable() local
|
H A D | descendant.cc | 130 int64_t start_id = arguments[0].AsLong(); in ComputeTable() local
|
H A D | ancestor.cc | 133 int64_t start_id = arguments[0].AsLong(); in ComputeTable() local
|
H A D | experimental_annotated_stack.cc | 146 CallsiteId start_id(static_cast<uint32_t>(arguments[0].AsLong())); in ComputeTable() local
|
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/common_backend/ |
H A D | async_funcs.rs | 714 let start_id: usize = u32::from(query_info.start_id) as usize; in handle_ctrl_queue() localVariable 745 let start_id: usize = u32::from(query_info.start_id) as usize; in handle_ctrl_queue() localVariable 776 let start_id: usize = u32::from(query_info.start_id) as usize; in handle_ctrl_queue() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/ |
D | nfa.rs | 51 start_id: S, field 186 let start_id = self.start_id; in copy_empty_matches() localVariable 965 let start_id = self.nfa.start_id; in add_start_state_loop() localVariable 992 let start_id = self.nfa.start_id; in close_start_state_loop() localVariable
|
/aosp_15_r20/external/freetype/src/sfnt/ |
H A D | ttcmap.c | 1828 FT_UInt32 n, start, end, start_id, count, last = 0; in FT_CALLBACK_DEF() local 1910 FT_UInt32 start, end, start_id; in tt_cmap8_char_index() local 1947 FT_UInt32 start, end, start_id; in tt_cmap8_char_next() local 2305 FT_ULong n, start, end, start_id, last = 0; in tt_cmap12_validate() local 2348 FT_ULong start, end, start_id, char_code; in tt_cmap12_next() local 2411 FT_UInt32 start, end, start_id; in tt_cmap12_char_map_binary() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/ftrace/ |
H A D | ftrace_parser.cc | 2009 TrackId start_id = in ParseIonStat() local 2112 TrackId start_id = context_->async_track_set_tracker->Begin( in ParseDmaHeapStat() local 2952 TrackId start_id = context_->async_track_set_tracker->Begin( in ParseInetSockSetState() local 3459 TrackId start_id = context_->async_track_set_tracker->Begin(async_track, 0); in ParseUfshcdCommand() local 3489 TrackId start_id = context_->async_track_set_tracker->Begin(async_track, 0); in ParseWakeSourceActivate() local 3579 TrackId start_id = in ParseSuspendResume() local 3610 TrackId start_id = context_->async_track_set_tracker->Begin( in ParseSuspendResumeMinimal() local
|
H A D | virtio_gpu_tracker.cc | 192 TrackId start_id = in HandleCmdQueue() local
|
/aosp_15_r20/external/cronet/base/tracing/test/trace_processor/diff_tests/chrome/ |
H A D | chrome_scroll_helper.py | 19 def __init__(self, trace, start_id, start_gesture_id): argument
|
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/metrics/chrome/ |
H A D | chrome_scroll_helper.py | 29 def __init__(self, trace, start_id, start_gesture_id): argument
|
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/stdlib/chrome/ |
H A D | chrome_scroll_helper.py | 19 def __init__(self, trace, start_id, start_gesture_id): argument
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_dedup_split.c | 317 static void btf_add_dup_struct_in_cu(struct btf *btf, int start_id) in btf_add_dup_struct_in_cu()
|
/aosp_15_r20/external/coreboot/util/smmstoretool/ |
H A D | vs.c | 33 uint16_t start_id; in vs_load() local
|
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/ |
H A D | xds_stats_watcher.cc | 69 XdsStatsWatcher::XdsStatsWatcher(int start_id, int end_id, in XdsStatsWatcher()
|
/aosp_15_r20/hardware/google/pixel/powerstats/ |
D | GenericStateResidencyDataProvider.cpp | 59 PowerEntityConfig::PowerEntityConfig(const uint32_t start_id, const std::string &header, in PowerEntityConfig()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/xcb/ |
D | xc_misc.h | 86 uint32_t start_id; /**< */ member
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/ |
H A D | look.rs | 1510 let start_id = dfa.universal_start_state(Anchored::Yes).unwrap(); localVariable 1545 let start_id = dfa.universal_start_state(Anchored::Yes).unwrap(); localVariable
|
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/ |
H A D | layout.rs | 40 pub start_id: Le32, field
|