Home
last modified time | relevance | path

Searched defs:callback_func (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_random_things.py8 def callback_func(arg): function
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_random_things.py8 def callback_func(arg): function
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_random_things.py4 def callback_func(arg): function
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_call_credentials.c59 VALUE callback_func = rb_ary_entry(args, 0); in grpc_rb_call_credentials_callback() local
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
H A Dcredentials.pyx.pxi23 def set_async_callback_func(callback_func): argument