Home
last modified time | relevance | path

Searched defs:read_fn (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/tests/
H A Dsys_uio_test.cpp44 void TestPreadVPwriteV(ReadFn read_fn, WriteFn write_fn) { in TestPreadVPwriteV()
H A Dstdio_test.cpp2224 auto read_fn = [](void*, char*, int) { return -1; }; in TEST() local
2261 auto read_fn = [](void*, char*, int) { return -1; }; in TEST() local
/aosp12/system/bt/osi/src/
H A Dsocket.cc203 void (*read_fn)(void*) = (read_cb != NULL) ? internal_read_ready : NULL; in socket_register() local
/aosp12/system/apex/apexd/
H A Dapexservice_test.cpp1363 auto read_fn = [](const std::string& path) -> std::vector<uint8_t> { in TEST_F() local