/system/chre/chpp/platform/linux/services/ |
D | platform_wwan.c | 43 gSystemApi->memoryAlloc(sizeof(struct chreWwanCellInfoResult)); in wwanPalRequestCellInfo() 49 result->cells = gSystemApi->memoryAlloc(result->cellInfoCount * in wwanPalRequestCellInfo()
|
/system/chre/platform/include/chre/platform/ |
D | memory.h | 28 void *memoryAlloc(size_t size);
|
/system/chre/util/include/chre/util/ |
D | container_support.h | 41 inline void *memoryAlloc(size_t size) { in memoryAlloc() function
|
D | memory.h | 60 T *memoryAlloc(Args &&... args);
|
D | memory_impl.h | 113 inline T *memoryAlloc(Args &&... args) { in memoryAlloc() function 114 auto *storage = static_cast<T *>(memoryAlloc(sizeof(T))); in memoryAlloc()
|
D | unique_ptr_impl.h | 128 memoryAlloc<ObjectType>(std::forward<Args>(args)...)); in MakeUnique() 140 auto ptr = UniquePtr<ObjectType>(memoryAlloc<ObjectType>()); in MakeUniqueZeroFill()
|
/system/chre/platform/linux/ |
D | memory_manager.cc | 24 return chre::memoryAlloc(bytes); in doAlloc()
|
D | memory.cc | 23 void *memoryAlloc(size_t size) { in memoryAlloc() function
|
/system/chre/platform/freertos/ |
D | memory.cc | 24 void *memoryAlloc(size_t size) { in memoryAlloc() function
|
D | memory_manager.cc | 25 return chre::memoryAlloc(bytes); in doAlloc()
|
/system/chre/pal/include/chre/pal/ |
D | system.h | 93 void *(*memoryAlloc)(size_t size); member
|
/system/chre/platform/slpi/ |
D | memory_manager.cc | 26 return chre::memoryAlloc(bytes); in doAlloc()
|
D | memory.cc | 37 void *memoryAlloc(size_t size) { in memoryAlloc() function
|
/system/chre/chpp/platform/ |
D | pal_api.c | 77 .memoryAlloc = chppMalloc, in chppPalSystemApiInit()
|
/system/chre/util/ |
D | buffer_base.cc | 46 mBuffer = memoryAlloc(copyBytes); in copy_array()
|
D | dynamic_vector_base.cc | 36 void *newData = memoryAlloc(newCapacity * elementSize); in doReserve()
|
/system/chre/util/include/chre/util/flatbuffers/ |
D | helpers.h | 32 return static_cast<uint8_t *>(memoryAlloc(size)); in allocate()
|
/system/chre/platform/slpi/qsh/ |
D | qsh_shim.cc | 83 eventCopy = memoryAlloc(eventLen); in postEventFromQsh()
|
/system/chre/util/system/ |
D | debug_dump.cc | 59 mCurrBuff = static_cast<char *>(memoryAlloc(kBuffSize)); in allocNewBuffer()
|
/system/chre/core/ |
D | sensor.cc | 61 mLastEvent = static_cast<ChreSensorData *>(memoryAlloc(lastEventSize)); in init()
|
D | settings.cc | 76 auto *eventData = memoryAlloc<struct chreUserSettingChangedEvent>(); in sendSettingChangedNotification()
|
D | wifi_request_manager.cc | 373 chreAsyncResult *event = memoryAlloc<chreAsyncResult>(); in postScanMonitorAsyncResultEvent() 409 chreAsyncResult *event = memoryAlloc<chreAsyncResult>(); in postScanRequestAsyncResultEvent() 551 auto *event = memoryAlloc<struct chreAsyncResult>(); in postRangingAsyncResult()
|
D | sensor_request_manager.cc | 94 auto *event = memoryAlloc<struct chreSensorSamplingStatusEvent>(); in postSamplingStatusEvent() 593 auto *event = memoryAlloc<chreSensorFlushCompleteEvent>(); in postFlushCompleteEvent()
|
/system/chre/platform/slpi/see/ |
D | see_helper.cc | 181 UniquePtr<pb_byte_t> buf(static_cast<pb_byte_t *>(memoryAlloc(*msgLen))); in encodeSnsStdAttrReq() 230 UniquePtr<pb_byte_t> buf(static_cast<pb_byte_t *>(memoryAlloc(*msgLen))); in encodeSnsSuidReq() 279 UniquePtr<pb_byte_t> buf(static_cast<pb_byte_t *>(memoryAlloc(*msgLen))); in encodeSnsResamplerConfig() 321 UniquePtr<pb_byte_t> buf(static_cast<pb_byte_t *>(memoryAlloc(*msgLen))); in encodeSnsStdSensorConfig() 1461 void *event = (memorySize == 0) ? nullptr : memoryAlloc(memorySize); in allocateEvent() 1515 mCalHelper = memoryAlloc<SeeCalHelper>(); in SeeHelper() 1817 auto *cbData = memoryAlloc<SeeRespCbData>(); in sendSeeReqSync()
|
D | platform_sensor_manager.cc | 271 auto *event = memoryAlloc<struct chreSensorThreeAxisData>(); in postSensorBiasEvent() 565 memoryAlloc<struct chreSensorSamplingStatus>(); in findAndAddSensorsForType()
|