Searched refs:onClose (Results 1 – 16 of 16) sorted by relevance
/device/generic/goldfish/network/netmgr/ |
D | pollable.h | 55 virtual bool onClose(int fd, int* status) = 0;
|
D | commander.h | 39 bool onClose(int fd, int* status) override;
|
D | wifi_forwarder.h | 41 bool onClose(int fd, int* status) override;
|
D | monitor.h | 44 bool onClose(int fd, int* status) override;
|
D | commander.cpp | 129 bool Commander::onClose(int /*fd*/, int* /*status*/) { in onClose() function in Commander
|
D | poller.cpp | 137 if (!pollable->second->onClose(fd.fd, &status)) { in run()
|
D | monitor.cpp | 96 bool Monitor::onClose(int /*fd*/, int* status) { in onClose() function in Monitor
|
D | wifi_forwarder.cpp | 407 bool WifiForwarder::onClose(int /*fd*/, int* status) { in onClose() function in WifiForwarder
|
/device/generic/goldfish/network/wifi_forwarder/ |
D | pollable.h | 55 virtual bool onClose(int fd, int* status) = 0;
|
D | wifi_forwarder.h | 39 bool onClose(int fd, int* status) override;
|
D | poller.cpp | 136 if (!pollable->second->onClose(fd.fd, &status)) { in run()
|
D | wifi_forwarder.cpp | 96 bool WifiForwarder::onClose(int /*fd*/, int* /*status*/) { in onClose() function in WifiForwarder
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | atchannel.h | 88 void at_set_on_reader_closed(void (*onClose)(void));
|
D | atchannel.c | 885 void at_set_on_reader_closed(void (*onClose)(void)) in at_set_on_reader_closed() 887 s_onReaderClosed = onClose; in at_set_on_reader_closed()
|
/device/generic/goldfish/radio/ril/ |
D | atchannel.h | 88 void at_set_on_reader_closed(void (*onClose)(void));
|
D | atchannel.c | 889 void at_set_on_reader_closed(void (*onClose)(void)) in at_set_on_reader_closed() 891 s_onReaderClosed = onClose; in at_set_on_reader_closed()
|