Home
last modified time | relevance | path

Searched refs:nativeHandle2 (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/tetheroffload/config/1.0/vts/functional/
DVtsHalTetheroffloadConfigV1_0TargetTest.cpp113 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/
DVtsHalTetheroffloadControlV1_0TargetTest.cpp151 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()