Searched refs:initOffload (Results 1 – 12 of 12) sorted by relevance
43 virtual void initOffload(const bool expected_result) override { in initOffload() function49 const Return<void> ret = control->initOffload(control_cb, init_cb); in initOffload()
75 virtual void initOffload(const bool expected_result) = 0;79 initOffload(true); in setupControlHal()
47 void initOffload(const bool expected_result) override { in initOffload() function55 const Return<void> ret = control->initOffload(control_cb_1_1, init_cb); in initOffload()
48 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 indicate118 * addDownstream again. Note that it is not necessary to call initOffload again to resume offload145 * 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.
37 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()
50 * Once the {@code warningBytes} is reached, the callback registered in initOffload must be54 * no need to call initOffload again to resume offload if stopOffload was not called by the57 * Similarly, Once the {@code limitBytes} is reached, the callback registered in initOffload
134 Return<void> initOffload(
135 Return<void> initOffload(
327 Return<void> HAL::initOffload in initOffload() function in HAL
329 Return<void> HAL::initOffload in initOffload() function in HAL