Home
last modified time | relevance | path

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

/hardware/interfaces/tetheroffload/config/1.0/vts/functional/
DVtsHalTetheroffloadConfigV1_0TargetTest.cpp103 native_handle_t* const nativeHandle1 = native_handle_create(1, 0); in TEST_P() local
104 nativeHandle1->data[0] = fd1.release(); in TEST_P()
106 h1.setTo(nativeHandle1, true); in TEST_P()
126 native_handle_t* const nativeHandle1 = native_handle_create(0, 0); in TEST_P() local
128 h1.setTo(nativeHandle1, true); in TEST_P()
145 native_handle_t* const nativeHandle1 = native_handle_create(1, 0); in TEST_P() local
146 nativeHandle1->data[0] = fd1.release(); in TEST_P()
148 h1.setTo(nativeHandle1, true); in TEST_P()
161 native_handle_t* const nativeHandle1 = native_handle_create(0, 0); in TEST_P() local
163 h1.setTo(nativeHandle1, true); in TEST_P()
/hardware/interfaces/tetheroffload/control/1.0/vts/functional/
DVtsHalTetheroffloadControlV1_0TargetTest.cpp141 native_handle_t* const nativeHandle1 = native_handle_create(1, 0); in setupConfigHal() local
142 nativeHandle1->data[0] = fd1.release(); in setupConfigHal()
144 h1.setTo(nativeHandle1, true); in setupConfigHal()