Home
last modified time | relevance | path

Searched defs:storage (Results 1 – 18 of 18) sorted by relevance

/system/chre/platform/shared/include/chre/platform/shared/
Dmemory.h103 auto *storage = static_cast<T *>(memoryAllocDram(sizeof(T))); in memoryAllocDram() local
/system/chre/util/include/chre/util/
Darray_queue.h313 ArrayQueueExternalStorage(ElementType *storage, size_t capacity) in ArrayQueueExternalStorage()
357 ArrayQueueExt(ElementType *storage, size_t capacity) in ArrayQueueExt()
Dmemory_impl.h124 T *storage = nullptr; in memoryAlloc() local
/system/update_engine/common/
Dprefs.h78 explicit PrefsBase(StorageInterface* storage) : storage_(storage) {} in PrefsBase()
/system/core/libutils/include/utils/
DSortedVector.h257 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()
DVector.h385 UTILS_VECTOR_NO_CFI void Vector<TYPE>::do_construct(void* storage, size_t num) const { in do_construct()
390 void Vector<TYPE>::do_destroy(void* storage, size_t num) const { in do_destroy()
/system/nvram/hal/
Dmemory_storage.cpp20 namespace storage { namespace
Dfake_nvram_storage.cpp168 namespace storage { namespace
/system/connectivity/wificond/net/
Dnl80211_attribute.h72 T* storage = reinterpret_cast<T*>(data_.data() + NLA_HDRLEN); in NL80211Attr() local
Dnl80211_attribute.cpp151 char* storage = reinterpret_cast<char*>(data_.data() + NLA_HDRLEN); in NL80211Attr() local
/system/core/libutils/binder/include/utils/
DVector.h385 UTILS_VECTOR_NO_CFI void Vector<TYPE>::do_construct(void* storage, size_t num) const { in do_construct()
390 void Vector<TYPE>::do_destroy(void* storage, size_t num) const { in do_destroy()
/system/core/libcutils/
Dnative_handle.cpp86 native_handle_t* native_handle_init(char* storage, int numFds, int numInts) { in native_handle_init()
/system/nvram/core/tests/
Dfake_storage.cpp25 namespace storage { namespace
/system/core/libstats/push_compat/
Dstats_event_list.c38 uint8_t storage[LOGGER_ENTRY_MAX_PAYLOAD]; member
/system/memory/libmemunreachable/tests/
DMemUnreachable_test.cpp52 void** volatile storage [[maybe_unused]]; in Ref() local
/system/core/libutils/binder/
DVectorImpl.cpp521 void VectorImpl::_do_construct(void* storage, size_t num) const in _do_construct()
528 void VectorImpl::_do_destroy(void* storage, size_t num) const in _do_destroy()
/system/logging/liblog/
Dlog_event_list.cpp45 uint8_t storage[LOGGER_ENTRY_MAX_PAYLOAD]; member
/system/core/fastboot/
Dfastboot.cpp394 ConnectedDevicesStorage storage; in NetworkDeviceConnected() local
468 ConnectedDevicesStorage storage; in Connect() local
482 ConnectedDevicesStorage storage; in Disconnect() local
494 ConnectedDevicesStorage storage; in Disconnect() local