Home
last modified time | relevance | path

Searched refs:event_cache (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_OffloadManager.cpp281 event_cache[latest_cache_index].event, in addDownstream()
288 event_cache[latest_cache_index].event, in addDownstream()
402 if (event_cache[index].valid == true && in setUpstream()
404 event_cache[index].valid = false; in setUpstream()
816 if(event_cache[i].valid == true) in search_framwork_cache()
819 if (strncmp(event_cache[i].dev_name, in search_framwork_cache()
821 sizeof(event_cache[i].dev_name)) == 0) in search_framwork_cache()
849 setUpstream(interface_name, event_cache[i].prefix_cache, event_cache[i].prefix_cache_v6); in search_framwork_cache()
856 event_cache[i].valid = false; in search_framwork_cache()
971 event_cache[latest_cache_index].event, in push_framework_event()
[all …]
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_OffloadManager.cpp245 …memcpy(event_cache[latest_cache_index].dev_name, downstream_name, sizeof(event_cache[latest_cache_… in addDownstream()
246 …memcpy(&event_cache[latest_cache_index].prefix_cache, &prefix, sizeof(event_cache[latest_cache_ind… in addDownstream()
249 event_cache[latest_cache_index].event, in addDownstream()
256 event_cache[latest_cache_index].event, in addDownstream()
369 if (event_cache[index].valid == true && in setUpstream()
371 event_cache[index].valid = false; in setUpstream()
770 if(event_cache[i].valid == true) in search_framwork_cache()
773 if (strncmp(event_cache[i].dev_name, in search_framwork_cache()
775 sizeof(event_cache[i].dev_name)) == 0) in search_framwork_cache()
782 setUpstream(interface_name, event_cache[i].prefix_cache, event_cache[i].prefix_cache_v6); in search_framwork_cache()
[all …]
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_OffloadManager.cpp237 …memcpy(event_cache[latest_cache_index].dev_name, downstream_name, sizeof(event_cache[latest_cache_… in addDownstream()
238 …memcpy(&event_cache[latest_cache_index].prefix_cache, &prefix, sizeof(event_cache[latest_cache_ind… in addDownstream()
241 event_cache[latest_cache_index].event, in addDownstream()
248 event_cache[latest_cache_index].event, in addDownstream()
355 event_cache[index].valid = false; in setUpstream()
396 …memcpy(event_cache[latest_cache_index].dev_name, upstream_name, sizeof(event_cache[latest_cache_in… in setUpstream()
710 if(event_cache[i].valid == true) in search_framwork_cache()
713 if (strncmp(event_cache[i].dev_name, in search_framwork_cache()
715 sizeof(event_cache[i].dev_name)) == 0) in search_framwork_cache()
722 setUpstream(interface_name, event_cache[i].prefix_cache, event_cache[i].prefix_cache_v6); in search_framwork_cache()
[all …]
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_OffloadManager.h116 framework_event_cache event_cache[MAX_EVENT_CACHE]; variable
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_OffloadManager.h120 framework_event_cache event_cache[MAX_EVENT_CACHE]; variable
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_OffloadManager.h124 framework_event_cache event_cache[MAX_EVENT_CACHE]; variable