Home
last modified time | relevance | path

Searched defs:callback_action (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/roles/ws/
H A Dclient-parser-ws.c34 int callback_action = LWS_CALLBACK_CLIENT_RECEIVE; in lws_ws_client_rx_sm() local
H A Dops-ws.c37 int callback_action = LWS_CALLBACK_RECEIVE; in lws_ws_rx_sm() local
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dmps_test_allocator.cpp6 std::function<void()> callback_action; variable