Searched refs:nativeHandle2 (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/tetheroffload/config/1.0/vts/functional/ |
D | VtsHalTetheroffloadConfigV1_0TargetTest.cpp | 113 native_handle_t* const nativeHandle2 = native_handle_create(1, 0); in TEST_P() local 114 nativeHandle2->data[0] = fd2.release(); in TEST_P() 116 h2.setTo(nativeHandle2, true); in TEST_P() 129 native_handle_t* const nativeHandle2 = native_handle_create(0, 0); in TEST_P() local 131 h2.setTo(nativeHandle2, true); in TEST_P() 150 native_handle_t* const nativeHandle2 = native_handle_create(0, 0); in TEST_P() local 152 h2.setTo(nativeHandle2, true); in TEST_P() 170 native_handle_t* const nativeHandle2 = native_handle_create(1, 0); in TEST_P() local 171 nativeHandle2->data[0] = fd2.release(); in TEST_P() 173 h2.setTo(nativeHandle2, true); in TEST_P()
|
/hardware/interfaces/tetheroffload/control/1.0/vts/functional/ |
D | VtsHalTetheroffloadControlV1_0TargetTest.cpp | 151 native_handle_t* const nativeHandle2 = native_handle_create(1, 0); in setupConfigHal() local 152 nativeHandle2->data[0] = fd2.release(); in setupConfigHal() 154 h2.setTo(nativeHandle2, true); in setupConfigHal()
|