Searched defs:on_data (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_sslproto.py | 245 def __init__(self, on_data, on_eof): argument 308 def __init__(self, on_data, on_eof): argument 380 def __init__(self, on_data): argument 396 def __init__(self, on_data, on_eof): argument 466 def __init__(self, on_data, on_eof): argument
|
D | test_ssl.py | 700 def __init__(self, on_data, on_eof): argument 759 def __init__(self, on_data, on_eof): argument 831 def __init__(self, on_data): argument 850 def __init__(self, on_data, on_eof): argument 920 def __init__(self, on_data, on_eof): argument
|
/aosp_15_r20/external/python/bumble/tests/ |
D | l2cap_test.py | 99 def on_data(data): function 146 def on_data(data): function
|
/aosp_15_r20/packages/modules/Bluetooth/pandora/server/bumble_experimental/ |
D | asha.py | 152 def on_data(data: bytes) -> None: function 235 def on_data(asha_connection: BumbleConnection, data: bytes) -> None: function
|
/aosp_15_r20/system/nfc/src/rust/hal/ |
H A D | hidl_hal.rs | 95 fn on_data(data: &[u8]); in on_data() function 139 fn on_data(data: &[u8]) { in on_data() function
|
/aosp_15_r20/external/python/bumble/bumble/profiles/ |
D | asha.py | 250 def on_data(data: bytes) -> None: function
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/renesas/common/pwrc/ |
H A D | pwrc.c | 248 uint32_t res_data, on_data; in rcar_pwrc_cpuon() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/renesas/common/pwrc/ |
D | pwrc.c | 248 uint32_t res_data, on_data; in rcar_pwrc_cpuon() local
|