Searched defs:storage (Results 1 – 15 of 15) sorted by relevance
/system/update_engine/common/ |
D | prefs.h | 60 explicit PrefsBase(StorageInterface* storage) : storage_(storage) {} in PrefsBase()
|
/system/chre/ash/platform/linux/ |
D | ash.cc | 24 bool ashLoadCalibrationParams(uint8_t sensorType, uint8_t storage, in ashLoadCalibrationParams()
|
/system/core/libcutils/ |
D | native_handle.c | 25 native_handle_t* native_handle_init(char* storage, int numFds, int numInts) { in native_handle_init()
|
/system/update_engine/ |
D | metrics_utils_unittest.cc | 153 int64_t storage = 0; in TEST() local
|
D | metrics_utils.cc | 295 int64_t* storage, in MonotonicDurationHelper()
|
/system/connectivity/wificond/net/ |
D | nl80211_attribute.h | 67 T* storage = reinterpret_cast<T*>(data_.data() + NLA_HDRLEN); in NL80211Attr() local
|
D | nl80211_attribute.cpp | 113 char* storage = reinterpret_cast<char*>(data_.data() + NLA_HDRLEN); in NL80211Attr() local
|
/system/core/libutils/include/utils/ |
D | SortedVector.h | 255 UTILS_VECTOR_NO_CFI void SortedVector<TYPE>::do_construct(void* storage, size_t num) const { in do_construct() 260 void SortedVector<TYPE>::do_destroy(void* storage, size_t num) const { in do_destroy()
|
D | Vector.h | 397 UTILS_VECTOR_NO_CFI void Vector<TYPE>::do_construct(void* storage, size_t num) const { in do_construct() 402 void Vector<TYPE>::do_destroy(void* storage, size_t num) const { in do_destroy()
|
/system/nvram/hal/ |
D | memory_storage.cpp | 20 namespace storage { namespace
|
D | fake_nvram_storage.cpp | 168 namespace storage { namespace
|
/system/chre/util/include/chre/util/ |
D | memory_impl.h | 114 auto *storage = static_cast<T *>(memoryAlloc(sizeof(T))); in memoryAlloc() local
|
/system/nvram/core/tests/ |
D | fake_storage.cpp | 25 namespace storage { namespace
|
/system/core/libutils/ |
D | VectorImpl.cpp | 524 void VectorImpl::_do_construct(void* storage, size_t num) const in _do_construct() 531 void VectorImpl::_do_destroy(void* storage, size_t num) const in _do_destroy()
|
/system/core/liblog/ |
D | log_event_list.c | 45 uint8_t storage[LOGGER_ENTRY_MAX_PAYLOAD]; member
|