Searched defs:handle_read (Results 1 - 14 of 14) sorted by relevance

/external/autotest/client/common_lib/cros/bluetooth/
H A Dbluetooth_gatt_server.py66 def handle_read(self): member in class:BluetoothGATTServer
70 call on the channel's socket will succeed. It overrides handle_read()
/external/chromium-trace/catapult/telemetry/third_party/tsproxy/
H A Dtsproxy.py200 self.handle_read()
249 def handle_read(self): member in class:TCPConnection
381 self.handle_read()
403 def handle_read(self): member in class:Socks5Connection
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wired.c155 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) function
218 if (eloop_register_read_sock(drv->sock, handle_read, drv->ctx, NULL)) {
H A Ddriver_hostap.c200 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) function
228 if (eloop_register_read_sock(drv->sock, handle_read, drv, NULL)) {
H A Ddriver_atheros.c1595 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
1636 handle_read, drv, 1);
1646 ETH_P_EAPOL, handle_read, drv,
1654 handle_read, drv, 1);
H A Ddriver_bsd.c843 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
872 handle_read, drv, 0);
1052 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
1100 handle_read, drv, 0);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wired.c155 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) function
218 if (eloop_register_read_sock(drv->sock, handle_read, drv->ctx, NULL)) {
H A Ddriver_hostap.c200 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) function
228 if (eloop_register_read_sock(drv->sock, handle_read, drv, NULL)) {
H A Ddriver_atheros.c1595 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
1636 handle_read, drv, 1);
1646 ETH_P_EAPOL, handle_read, drv,
1654 handle_read, drv, 1);
H A Ddriver_bsd.c843 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
872 handle_read, drv, 0);
1052 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
1100 handle_read, drv, 0);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wired.c155 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) function
218 if (eloop_register_read_sock(drv->sock, handle_read, drv->ctx, NULL)) {
H A Ddriver_hostap.c200 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) function
228 if (eloop_register_read_sock(drv->sock, handle_read, drv, NULL)) {
H A Ddriver_atheros.c1595 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
1636 handle_read, drv, 1);
1646 ETH_P_EAPOL, handle_read, drv,
1654 handle_read, drv, 1);
H A Ddriver_bsd.c843 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
872 handle_read, drv, 0);
1052 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) function
1100 handle_read, drv, 0);

Completed in 307 milliseconds