HomeSort by relevance Sort by last modified time
    Searched refs:to_prop_obj (Results 1 - 2 of 2) sorted by null

  /bionic/libc/system_properties/
prop_area.cpp 197 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/
prop_area.h 133 void* to_prop_obj(uint_least32_t off);

Completed in 2316 milliseconds