Home
last modified time | relevance | path

Searched defs:sendPipeFd (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DLibGuiMain.cpp55 base::unique_fd sendPipeFd = base::unique_fd(atoi(argv[i + 2])); in main() local
/aosp_15_r20/frameworks/native/libs/gui/tests/testserver/
H A DTestServerHost.cpp73 int TestServerHostMain(const char* filename, base::unique_fd sendPipeFd, in TestServerHostMain()