Searched refs:upstream (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
D | OffloadStatistics.cpp | 37 this->upstream = "UNSET"; in OffloadStatistics() 44 std::string upstream in OffloadStatistics() argument 46 this->upstream = upstream; in OffloadStatistics()
|
D | HAL.cpp | 428 const hidl_string& upstream, in getForwardedStats() argument 432 fl.addArg("upstream", upstream); in getForwardedStats() 435 RET ipaReturn = mIPA->getStats(upstream.c_str(), true, ret); in getForwardedStats() 458 const hidl_string& upstream, in setDataLimit() argument 463 fl.addArg("upstream", upstream); in setDataLimit() 471 RET ipaReturn = mIPA->setQuota(upstream.c_str(), limit); in setDataLimit()
|
/hardware/intel/common/libva/ |
D | Makefile.am | 25 SUBDIRS = va pkgconfig test debian.upstream doc 36 @[ -d debian ] || ln -s debian.upstream debian 39 deb.upstream: dist
|
D | .gitignore | 24 debian.upstream/changelog 25 debian.upstream/control
|
D | configure.ac | 292 debian.upstream/Makefile
|
/hardware/interfaces/tetheroffload/control/1.0/ |
D | IOffloadControl.hal | 81 * Query offloaded traffic statistics forwarded to an upstream address. 85 * upstream interface. After returning the statistics, the counters are reset to zero. 90 * @param upstream Upstream interface on which traffic exited/entered 95 getForwardedStats(string upstream) generates (uint64_t rxBytes, uint64_t txBytes); 99 * transferred in either direction on this upstream interface. 101 * The limit must be applied to all traffic on the given upstream interface. This 106 * This API may only be called while offload is occurring on this upstream. The hardware 112 * <limit> bytes have been transferred (in either direction) on <upstream>, starting 121 * @param upstream Upstream interface name that limit must apply to 127 setDataLimit(string upstream, uint64_t limit) generates (bool success, string errMsg); [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/ |
D | OffloadStatistics.h | 47 std::string upstream;
|