Searched defs:storage (Results 1 – 16 of 16) 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/update_engine/ |
D | metrics_utils_unittest.cc | 146 int64_t storage = 0; in TEST() local
|
D | metrics_utils.cc | 313 int64_t* storage, in MonotonicDurationHelper()
|
/system/core/libcutils/ |
D | native_handle.cpp | 25 native_handle_t* native_handle_init(char* storage, int numFds, int numInts) { in native_handle_init()
|
/system/core/libutils/include/utils/ |
D | SortedVector.h | 257 UTILS_VECTOR_NO_CFI void SortedVector<TYPE>::do_construct(void* storage, size_t num) const { in do_construct() 262 void SortedVector<TYPE>::do_destroy(void* storage, size_t num) const { in do_destroy()
|
D | Vector.h | 399 UTILS_VECTOR_NO_CFI void Vector<TYPE>::do_construct(void* storage, size_t num) const { in do_construct() 404 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/connectivity/wificond/net/ |
D | nl80211_attribute.h | 72 T* storage = reinterpret_cast<T*>(data_.data() + NLA_HDRLEN); in NL80211Attr() local
|
D | nl80211_attribute.cpp | 151 char* storage = reinterpret_cast<char*>(data_.data() + NLA_HDRLEN); in NL80211Attr() local
|
/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/libstats/ |
D | stats_event_list.c | 38 uint8_t storage[LOGGER_ENTRY_MAX_PAYLOAD]; member
|
/system/core/libutils/ |
D | VectorImpl.cpp | 523 void VectorImpl::_do_construct(void* storage, size_t num) const in _do_construct() 530 void VectorImpl::_do_destroy(void* storage, size_t num) const in _do_destroy()
|
/system/core/liblog/ |
D | log_event_list.cpp | 47 uint8_t storage[LOGGER_ENTRY_MAX_PAYLOAD]; member
|