Home
last modified time | relevance | path

Searched refs:sns_malloc (Results 1 – 3 of 3) sorted by relevance

/system/chre/platform/slpi/see/
Dsns_qmi_client.c68 sns_client_report_ind_msg_v01 *ind = sns_malloc(ind_len); in client_ind_cb()
101 request = sns_malloc(sizeof(*request)); in create_request()
170 client = sns_malloc(sizeof(*client)); in sns_client_init()
219 req_msg = sns_malloc(sizeof(*req_msg)); in sns_client_send()
233 resp = sns_malloc(resp_len); in sns_client_send()
/system/chre/platform/slpi/see/include/
Dsns_osa.h51 #define sns_malloc(x) malloc(x) macro
/system/chre/platform/slpi/
Dmemory.cc45 void *ptr = sns_malloc(SNS_HEAP_CHRE_ISLAND, size); in memoryAlloc()