Home
last modified time | relevance | path

Searched defs:tev (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/ril/libril/
H A Dril_event.cpp163 struct ril_event * tev = timer_list.next; in processTimeouts() local
217 struct ril_event * tev = timer_list.next; in calcNextTimeout() local
/aosp_15_r20/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_event.cpp163 struct ril_event * tev = timer_list.next; in processTimeouts() local
217 struct ril_event * tev = timer_list.next; in calcNextTimeout() local
/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/tests/
Dspec_test.rs29 let tev = match ev { in on_event() localVariable