Home
last modified time | relevance | path

Searched defs:event_bytes (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_redaction/
H A Dredact_process_events.cc334 protozero::ConstBytes event_bytes, in OnPrint()
363 protozero::ConstBytes event_bytes, in OnSuspendResume()
408 protozero::ConstBytes event_bytes, in OnSchedBlockedReason()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dpixel_modem_module.cc84 protozero::ConstBytes event_bytes = *it; in TokenizePacket() local
/aosp_15_r20/external/crosvm/gpu_display/src/
H A Devent_device.rs97 let event_bytes = match EVENT_SIZE.checked_mul(num_events) { in can_buffer_events() localVariable
/aosp_15_r20/external/crosvm/devices/src/virtio/input/
H A Devent_source.rs114 let event_bytes = match encoding { in send_event() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/tcg/
Dv2.rs853 let event_bytes = unsafe { slice::from_raw_parts(event_ptr, mem::size_of_val(event)) }; in test_new_event() localVariable
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc640 u8 *event_bytes = reinterpret_cast<u8*>(tr_event_array); in DumpTrace() local
/aosp_15_r20/external/rust/crates/uefi/src/proto/tcg/
Dv2.rs853 let event_bytes = unsafe { slice::from_raw_parts(event_ptr, mem::size_of_val(event)) }; in test_new_event() localVariable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dcommand_channel_test.cc1339 auto event_bytes = StaticByteBuffer( in TEST_F() local