/system/bt/gd/storage/ |
D | storage_module_test.cc | 137 …auto* storage = new TestStorageModule(temp_config_.string(), kTestConfigSaveDelay, 10, false, fals… in TEST_F() local 212 …auto* storage = new TestStorageModule(temp_config_.string(), kTestConfigSaveDelay, 10, false, fals… in TEST_F() local 241 …auto* storage = new TestStorageModule(temp_config_.string(), kTestConfigSaveDelay, 10, false, fals… in TEST_F() local 291 …auto* storage = new TestStorageModule(temp_config_.string(), kTestConfigSaveDelay, 10, false, fals… in TEST_F() local 309 …auto* storage = new TestStorageModule(temp_config_.string(), kTestConfigSaveDelay, 10, false, fals… in TEST_F() local
|
D | adapter_config.cc | 20 namespace storage { namespace
|
D | mutation_entry.cc | 22 namespace storage { namespace
|
D | mutation.cc | 22 namespace storage { namespace
|
D | le_device.cc | 20 namespace storage { namespace
|
D | classic_device.cc | 24 namespace storage { namespace
|
D | legacy_config_file.cc | 29 namespace storage { namespace
|
D | device.cc | 28 namespace storage { namespace
|
D | config_cache_helper.cc | 23 namespace storage { namespace
|
D | storage_module.cc | 36 namespace storage { namespace
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | memory.h | 102 auto *storage = static_cast<T *>(memoryAllocDram(sizeof(T))); in memoryAllocDram() local
|
/system/update_engine/common/ |
D | prefs.h | 66 explicit PrefsBase(StorageInterface* storage) : storage_(storage) {} in PrefsBase()
|
/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 | 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/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/push_compat/ |
D | stats_event_list.c | 38 uint8_t storage[LOGGER_ENTRY_MAX_PAYLOAD]; member
|
/system/memory/libmemunreachable/tests/ |
D | MemUnreachable_test.cpp | 50 void** volatile storage; in Ref() local
|
/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/logging/liblog/ |
D | log_event_list.cpp | 45 uint8_t storage[LOGGER_ENTRY_MAX_PAYLOAD]; member
|