/hardware/interfaces/tetheroffload/control/1.0/vts/functional/ |
D | OffloadControlTestBase.cpp | 23 stopOffload(ExpectBoolean::Ignored); in TearDown() 56 void OffloadControlTestBase::stopOffload(const ExpectBoolean value) { in stopOffload() function in OffloadControlTestBase 69 const Return<void> ret = control->stopOffload(cb); in stopOffload()
|
D | VtsHalTetheroffloadControlV1_0TargetTest.cpp | 45 stopOffload(ExpectBoolean::False); in TEST_P() 46 stopOffload(ExpectBoolean::False); in TEST_P() 47 stopOffload(ExpectBoolean::False); in TEST_P() 77 stopOffload(ExpectBoolean::Ignored); // balance out initOffload(true) in TEST_P() 79 stopOffload(ExpectBoolean::False); in TEST_P() 81 stopOffload(ExpectBoolean::False); in TEST_P()
|
/hardware/interfaces/tetheroffload/control/1.0/ |
D | IOffloadControl.hal | 32 * If this API is called multiple times without first calling stopOffload, then the subsequent 38 * It is assumed to be valid until stopOffload is called. 44 * or even will be, chosen. This API is symmetrical with stopOffload. 63 stopOffload() generates (bool success, string errMsg); 68 * This API may only be called after initOffload and before stopOffload. 119 * if stopOffload was not called by the client. 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/vts/functional/ |
D | VtsHalTetheroffloadTargetTest.cpp | 142 stopOffload(ExpectBoolean::Ignored); in TearDown() 172 void stopOffload(const ExpectBoolean expectedResult) { in stopOffload() function in aidl::android::hardware::tetheroffload::__anond236692d0111::TetheroffloadAidlTestBase 173 ndk::ScopedAStatus status = mOffload->stopOffload(); in stopOffload() 249 stopOffload(ExpectBoolean::False); in TEST_P() 250 stopOffload(ExpectBoolean::False); in TEST_P() 251 stopOffload(ExpectBoolean::False); in TEST_P() 269 stopOffload(ExpectBoolean::True); // balance out initOffload(true) in TEST_P() 271 stopOffload(ExpectBoolean::False); in TEST_P() 273 stopOffload(ExpectBoolean::False); in TEST_P()
|
/hardware/interfaces/tetheroffload/aidl/aidl_api/android.hardware.tetheroffload/1/android/hardware/tetheroffload/ |
D | IOffload.aidl | 38 void stopOffload(); in stopOffload() method
|
/hardware/interfaces/tetheroffload/aidl/aidl_api/android.hardware.tetheroffload/current/android/hardware/tetheroffload/ |
D | IOffload.aidl | 38 void stopOffload(); in stopOffload() method
|
/hardware/interfaces/tetheroffload/aidl/android/hardware/tetheroffload/ |
D | IOffload.aidl | 77 void stopOffload(); in stopOffload() method
|
/hardware/interfaces/tetheroffload/aidl/default/ |
D | Offload.h | 50 ndk::ScopedAStatus stopOffload() override;
|
D | Offload.cpp | 169 ndk::ScopedAStatus Offload::stopOffload() { in stopOffload() function in aidl::android::hardware::tetheroffload::impl::example::Offload
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/ |
D | HAL.h | 137 Return<void> stopOffload(
|
/hardware/interfaces/tetheroffload/control/1.0/vts/functional/include/ |
D | OffloadControlTestBase.h | 82 void stopOffload(const ExpectBoolean value);
|
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/inc/ |
D | HAL.h | 138 Return<void> stopOffload(
|
/hardware/interfaces/tetheroffload/control/1.1/ |
D | IOffloadControl.hal | 54 * no need to call initOffload again to resume offload if stopOffload was not called by the
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
D | HAL.cpp | 352 Return<void> HAL::stopOffload in stopOffload() function in HAL
|
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/ |
D | HAL.cpp | 354 Return<void> HAL::stopOffload in stopOffload() function in HAL
|