Home
last modified time | relevance | path

Searched defs:new_serial (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/bionic/libc/system_properties/
H A Dsystem_properties.cpp186 uint32_t new_serial = load_const_atomic(&pi->serial, memory_order_acquire); in ReadMutablePropertyValue() local
319 int new_serial = (len << 24) | ((serial + 1) & 0xffffff); in Update() local
417 uint32_t new_serial; in WaitAny() local
441 uint32_t new_serial; in Wait() local
/aosp_15_r20/system/librustutils/
H A Dsystem_properties.rs164 let mut new_serial = self.serial; in wait_for_property_change_until() localVariable
/aosp_15_r20/external/coreboot/src/lib/
H A Dcoreboot_table.c104 struct lb_serial new_serial = { .tag = LB_TAG_SERIAL, in lb_add_serial() local
/aosp_15_r20/system/libbase/
H A Dproperties.cpp339 uint32_t new_serial; in WaitForChange() local
/aosp_15_r20/external/python/mobly/mobly/controllers/
Dandroid_device.py676 def update_serial(self, new_serial): argument
/aosp_15_r20/bionic/tests/
H A Dsystem_properties_test.cpp474 uint32_t new_serial; in TEST() local