Home
last modified time | relevance | path

Searched refs:initOffload (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/tetheroffload/control/1.0/vts/functional/
DVtsHalTetheroffloadControlV1_0TargetTest.cpp169 void initOffload(const bool expected_result) { in initOffload() function in OffloadControlHidlTestBase
176 const Return<void> ret = control->initOffload(control_cb, init_cb); in initOffload()
182 initOffload(true); in setupControlHal()
233 initOffload(true); in TEST_F()
234 initOffload(false); in TEST_F()
235 initOffload(false); in TEST_F()
236 initOffload(false); in TEST_F()
260 initOffload(true); in TEST_F()
/hardware/interfaces/tetheroffload/control/1.0/
DIOffloadControl.hal48 initOffload(ITetheringOffloadCallback cb) generates (bool success, string errMsg);
55 * in initOffload must be released, and offload must be stopped.
68 * This API may only be called after initOffload and before stopOffload.
115 * Once the limit is reached, the callback registered in initOffload must be called to indicate
118 * addDownstream again. Note that it is not necessary to call initOffload again to resume offload
145 * This API may only be called after initOffload and before stopOffload.
186 * This API may only be called after initOffload and before stopOffload.
211 * This API may only be called after initOffload and before stopOffload.
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
DHAL.h134 Return<void> initOffload(
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
DHAL.cpp327 Return<void> HAL::initOffload in initOffload() function in HAL