Home
last modified time | relevance | path

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

/hardware/interfaces/tetheroffload/control/1.0/vts/functional/include/
DOffloadControlTestV1_0.h43 virtual void initOffload(const bool expected_result) override { in initOffload() function
49 const Return<void> ret = control->initOffload(control_cb, init_cb); in initOffload()
DOffloadControlTestBase.h75 virtual void initOffload(const bool expected_result) = 0;
79 initOffload(true); in setupControlHal()
/hardware/interfaces/tetheroffload/control/1.1/vts/functional/include/
DOffloadControlTestV1_1.h47 void initOffload(const bool expected_result) override { in initOffload() function
55 const Return<void> ret = control->initOffload(control_cb_1_1, init_cb); in initOffload()
/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/interfaces/tetheroffload/control/1.0/vts/functional/
DVtsHalTetheroffloadControlV1_0TargetTest.cpp37 initOffload(true); in TEST_P()
38 initOffload(false); in TEST_P()
39 initOffload(false); in TEST_P()
40 initOffload(false); in TEST_P()
64 initOffload(true); in TEST_P()
/hardware/interfaces/tetheroffload/control/1.1/
DIOffloadControl.hal50 * Once the {@code warningBytes} is reached, the callback registered in initOffload must be
54 * no need to call initOffload again to resume offload if stopOffload was not called by the
57 * Similarly, Once the {@code limitBytes} is reached, the callback registered in initOffload
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
DHAL.h134 Return<void> initOffload(
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/inc/
DHAL.h135 Return<void> initOffload(
/hardware/qcom/sdm845/data/ipacfg-mgr/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
/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/
DHAL.cpp327 Return<void> HAL::initOffload in initOffload() function in HAL
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/
DHAL.cpp329 Return<void> HAL::initOffload in initOffload() function in HAL