HomeSort by relevance Sort by last modified time
    Searched defs:callback_func (Results 1 - 13 of 13) sorted by null

  /external/python/cpython2/Lib/ctypes/test/
test_random_things.py 4 def callback_func(arg): function
49 cb = CFUNCTYPE(c_int, c_int)(callback_func)
55 cb = CFUNCTYPE(c_int, c_int)(callback_func)
61 cb = CFUNCTYPE(c_int, c_double)(callback_func)
67 cb = CFUNCTYPE(c_int, c_char_p)(callback_func)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_random_things.py 4 def callback_func(arg): function
50 cb = CFUNCTYPE(c_int, c_int)(callback_func)
56 cb = CFUNCTYPE(c_int, c_int)(callback_func)
62 cb = CFUNCTYPE(c_int, c_double)(callback_func)
68 cb = CFUNCTYPE(c_int, c_char_p)(callback_func)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_random_things.py 4 def callback_func(arg): function
50 cb = CFUNCTYPE(c_int, c_int)(callback_func)
56 cb = CFUNCTYPE(c_int, c_int)(callback_func)
62 cb = CFUNCTYPE(c_int, c_double)(callback_func)
68 cb = CFUNCTYPE(c_int, c_char_p)(callback_func)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py 4 def callback_func(arg): function
50 cb = CFUNCTYPE(c_int, c_int)(callback_func)
56 cb = CFUNCTYPE(c_int, c_int)(callback_func)
62 cb = CFUNCTYPE(c_int, c_double)(callback_func)
68 cb = CFUNCTYPE(c_int, c_char_p)(callback_func)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py 4 def callback_func(arg): function
50 cb = CFUNCTYPE(c_int, c_int)(callback_func)
56 cb = CFUNCTYPE(c_int, c_int)(callback_func)
62 cb = CFUNCTYPE(c_int, c_double)(callback_func)
68 cb = CFUNCTYPE(c_int, c_char_p)(callback_func)
  /hardware/qcom/gps/msm8960/utils/
loc_timer.c 40 loc_timer_callback callback_func; member in struct:__anon45309
52 t.callback_func = ((timer_data *)thread_data)->callback_func;
110 t.callback_func(t.user_data, ret);
136 t->callback_func = cb_func;
  /test/vts/runners/host/tcp_server/
callback_server_test.py 158 callback_func() is called and the value of the global counter is
163 def callback_func(): function in function:TestMethods.TestNormalCase
167 self._callback_server.RegisterCallback(func_id, callback_func)
175 # Confirm whether the callback_func() was called thereby increasing
191 def callback_func(): function in function:TestMethods.TestDoRegisterCallback
198 self._callback_server.RegisterCallback(func_id, callback_func)
203 # Confirm whether the callback_func() was not called.
220 # Confirm whether the callback_func() was not called.
  /hardware/qcom/display/msm8996/hdmi_cec/
qhdmi_cec.h 46 event_callback_t callback_func; member in struct:qhdmicec::cec_callback_t
  /hardware/qcom/display/msm8998/hdmi_cec/
qhdmi_cec.h 46 event_callback_t callback_func; member in struct:qhdmicec::cec_callback_t
  /hardware/qcom/display/sdm845/hdmi_cec/
qhdmi_cec.h 46 event_callback_t callback_func; member in struct:qhdmicec::cec_callback_t
  /hardware/qcom/gps/msm8084/utils/
loc_timer.c 45 loc_timer_callback callback_func; member in struct:__anon45226
108 t->callback_func(t->user_data, ret);
142 t->callback_func = cb_func;
  /hardware/qcom/gps/msm8994/utils/
loc_timer.c 45 loc_timer_callback callback_func; member in struct:__anon45402
105 t->callback_func(t->user_data, ret);
158 t->callback_func = cb_func;
  /hardware/qcom/gps/utils/
loc_timer.c 45 loc_timer_callback callback_func; member in struct:__anon45797
105 t->callback_func(t->user_data, ret);
158 t->callback_func = cb_func;

Completed in 537 milliseconds