Searched refs:nativeHandle1 (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/tetheroffload/config/1.0/vts/functional/ |
D | VtsHalTetheroffloadConfigV1_0TargetTest.cpp | 103 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/ |
D | VtsHalTetheroffloadControlV1_0TargetTest.cpp | 141 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()
|