Searched refs:to_prop_obj (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/system_properties/
H A Dprop_area.cpp197 void* prop_area::to_prop_obj(uint_least32_t off) { function in class:prop_area
205 return reinterpret_cast<prop_bt*>(to_prop_obj(off));
210 return reinterpret_cast<prop_info*>(to_prop_obj(off));
214 return reinterpret_cast<prop_bt*>(to_prop_obj(0));
/bionic/libc/system_properties/include/system_properties/
H A Dprop_area.h133 void* to_prop_obj(uint_least32_t off);

Completed in 58 milliseconds