Searched refs:pp_local_pointer (Results 1 – 2 of 2) sorted by relevance
66 void ** pp_local_pointer) in nrf_802154_buffer_mgr_dst_add() argument70 *pp_local_pointer = nrf_802154_buffer_allocator_alloc(&p_obj->allocator); in nrf_802154_buffer_mgr_dst_add()72 if (*pp_local_pointer != NULL) in nrf_802154_buffer_mgr_dst_add()74 memcpy(*pp_local_pointer, p_data, data_size); in nrf_802154_buffer_mgr_dst_add()75 result = nrf_802154_kvmap_add(&p_obj->map, pp_local_pointer, &buffer_handle); in nrf_802154_buffer_mgr_dst_add()
177 void ** pp_local_pointer);