/hardware/interfaces/tetheroffload/control/1.0/vts/functional/include/ |
D | OffloadControlTestV1_0.h | 43 virtual void initOffload(const bool expected_result) override { in initOffload() function 49 const Return<void> ret = control->initOffload(control_cb, init_cb); in initOffload()
|
D | OffloadControlTestBase.h | 75 virtual void initOffload(const bool expected_result) = 0; 79 initOffload(true); in setupControlHal()
|
/hardware/interfaces/tetheroffload/aidl/vts/functional/ |
D | VtsHalTetheroffloadTargetTest.cpp | 152 void initOffload(const bool expectedResult) { in initOffload() function in aidl::android::hardware::tetheroffload::__anond236692d0111::TetheroffloadAidlTestBase 168 ASSERT_EQ(mOffload->initOffload(fd1, fd2, mTetheringOffloadCallback).getExceptionCode(), in initOffload() 194 initOffload(true); in SetUp() 205 EXPECT_THAT(mOffload->initOffload(fd1, fd2, mTetheringOffloadCallback).getExceptionCode(), in TEST_P() 220 EXPECT_THAT(mOffload->initOffload(fd1, fd2, mTetheringOffloadCallback).getExceptionCode(), in TEST_P() 235 EXPECT_THAT(mOffload->initOffload(fd1, fd2, mTetheringOffloadCallback).getExceptionCode(), in TEST_P() 241 initOffload(true); in TEST_P() 242 initOffload(false); in TEST_P() 243 initOffload(false); in TEST_P() 244 initOffload(false); in TEST_P() [all …]
|
/hardware/interfaces/tetheroffload/control/1.1/vts/functional/include/ |
D | OffloadControlTestV1_1.h | 47 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/ |
D | IOffloadControl.hal | 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 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/aidl/aidl_api/android.hardware.tetheroffload/1/android/hardware/tetheroffload/ |
D | IOffload.aidl | 37 …void initOffload(in ParcelFileDescriptor fd1, in ParcelFileDescriptor fd2, in android.hardware.tet… in initOffload() method
|
/hardware/interfaces/tetheroffload/aidl/aidl_api/android.hardware.tetheroffload/current/android/hardware/tetheroffload/ |
D | IOffload.aidl | 37 …void initOffload(in ParcelFileDescriptor fd1, in ParcelFileDescriptor fd2, in android.hardware.tet… in initOffload() method
|
/hardware/interfaces/tetheroffload/aidl/android/hardware/tetheroffload/ |
D | IOffload.aidl | 59 void initOffload(in ParcelFileDescriptor fd1, in ParcelFileDescriptor fd2, in initOffload() method
|
/hardware/interfaces/tetheroffload/control/1.0/vts/functional/ |
D | VtsHalTetheroffloadControlV1_0TargetTest.cpp | 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()
|
/hardware/interfaces/tetheroffload/control/1.1/ |
D | IOffloadControl.hal | 50 * 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/interfaces/tetheroffload/aidl/default/ |
D | Offload.h | 37 ndk::ScopedAStatus initOffload(
|
D | Offload.cpp | 58 ndk::ScopedAStatus Offload::initOffload(const ndk::ScopedFileDescriptor& in_fd1, in initOffload() function in aidl::android::hardware::tetheroffload::impl::example::Offload
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/ |
D | HAL.h | 134 Return<void> initOffload(
|
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/inc/ |
D | HAL.h | 135 Return<void> initOffload(
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
D | HAL.cpp | 327 Return<void> HAL::initOffload in initOffload() function in HAL
|
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/ |
D | HAL.cpp | 329 Return<void> HAL::initOffload in initOffload() function in HAL
|