Home
last modified time | relevance | path

Searched refs:memoryAlloc (Results 1 – 19 of 19) sorted by relevance

/system/chre/platform/include/chre/platform/
Dmemory.h28 void *memoryAlloc(size_t size);
/system/chre/platform/linux/
Dmemory_manager.cc24 return chre::memoryAlloc(bytes); in doAlloc()
Dmemory.cc23 void *memoryAlloc(size_t size) { in memoryAlloc() function
/system/chre/pal/include/chre/pal/
Dsystem.h93 void *(*memoryAlloc)(size_t size); member
/system/chre/util/include/chre/util/
Dunique_ptr_impl.h99 return UniquePtr<ObjectType>(memoryAlloc<ObjectType>( in MakeUnique()
112 auto ptr = UniquePtr<ObjectType>(memoryAlloc<ObjectType>()); in MakeUniqueZeroFill()
Dcontainer_support.h69 inline void *memoryAlloc(size_t size) { in memoryAlloc() function
Dmemory_impl.h113 inline T *memoryAlloc(Args&&... args) { in memoryAlloc() function
114 auto *storage = static_cast<T *>(memoryAlloc(sizeof(T))); in memoryAlloc()
Dmemory.h58 T *memoryAlloc(Args&&... args);
Ddynamic_vector_impl.h170 memoryAlloc(newCapacity * sizeof(ElementType))); in reserve()
/system/chre/platform/slpi/
Dmemory_manager.cc26 return chre::memoryAlloc(bytes); in doAlloc()
Dmemory.cc29 void *memoryAlloc(size_t size) { in memoryAlloc() function
Dplatform_sensor.cc292 event = static_cast<ChreSensorData *>(memoryAlloc(*eventSize)); in allocateLastEvent()
462 static_cast<chreSensorThreeAxisData *>(memoryAlloc(memorySize)); in allocateAndPopulateEvent()
473 static_cast<chreSensorFloatData *>(memoryAlloc(memorySize)); in allocateAndPopulateEvent()
484 static_cast<chreSensorByteData *>(memoryAlloc(memorySize)); in allocateAndPopulateEvent()
495 static_cast<chreSensorOccurrenceData *>(memoryAlloc(memorySize)); in allocateAndPopulateEvent()
545 auto *callbackData = memoryAlloc<CallbackData>(); in updateLastEvent()
824 auto *event = memoryAlloc<struct chreSensorSamplingStatusEvent>(); in postSamplingStatusEvent()
892 memoryAlloc<sns_smgr_sensor_status_monitor_ind_msg_v02>(); in handleSensorStatusMonitorIndication()
Dhost_link.cc666 auto *cbData = memoryAlloc<UnloadNanoappCallbackData>(); in handleUnloadNanoappRequest()
689 auto *cbData = memoryAlloc<DebugDumpCallbackData>(); in handleDebugDumpRequest()
/system/chre/core/
Dwifi_request_manager.cc118 auto *cbState = memoryAlloc<CallbackState>(); in handleScanMonitorStateChange()
147 auto *cbState = memoryAlloc<CallbackState>(); in handleScanResponse()
304 chreAsyncResult *event = memoryAlloc<chreAsyncResult>(); in postScanMonitorAsyncResultEvent()
340 chreAsyncResult *event = memoryAlloc<chreAsyncResult>(); in postScanRequestAsyncResultEvent()
Devent_loop_manager.cc39 char *debugStr = static_cast<char *>(memoryAlloc(kDebugStringSize)); in debugDump()
Dgnss_request_manager.cc65 auto *cbState = memoryAlloc<CallbackState>(); in handleLocationSessionStatusChange()
311 chreAsyncResult *event = memoryAlloc<chreAsyncResult>(); in postLocationSessionAsyncResultEvent()
Devent_loop.cc403 auto *info = memoryAlloc<chreNanoappInfo>(); in notifyAppStatusChange()
/system/chre/ash/platform/slpi/
Dash.cc37 using chre::memoryAlloc;
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h524 return static_cast<uint8_t *>(chre::memoryAlloc(size));