Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DHostGoldfishPipe_unittest.cpp69 int32_t responseSize = 0; in TEST_F() local
71 mDevice->read(pipe, (void*)&responseSize, sizeof(int32_t))); in TEST_F()
75 auto response = mDevice->read(pipe, responseSize); in TEST_F()