Searched refs:initOffload (Results 1 – 4 of 4) sorted by relevance
169 void initOffload(const bool expected_result) { in initOffload() function in OffloadControlHidlTestBase176 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()
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.
134 Return<void> initOffload(
327 Return<void> HAL::initOffload in initOffload() function in HAL