Home
last modified time | relevance | path

Searched defs:call_data (Results 1 – 25 of 37) sorted by relevance

12

/third_party/lwip/src/apps/snmp/
Dsnmp_threadsync.c45 call_synced_function(struct threadsync_data *call_data, snmp_threadsync_called_fn fn) in call_synced_function()
56 struct threadsync_data *call_data = (struct threadsync_data *)ctx; in threadsync_get_value_synced() local
70 struct threadsync_data *call_data = (struct threadsync_data *)instance->reference.ptr; in threadsync_get_value() local
81 struct threadsync_data *call_data = (struct threadsync_data *)ctx; in threadsync_set_test_synced() local
95 struct threadsync_data *call_data = (struct threadsync_data *)instance->reference.ptr; in threadsync_set_test() local
107 struct threadsync_data *call_data = (struct threadsync_data *)ctx; in threadsync_set_value_synced() local
121 struct threadsync_data *call_data = (struct threadsync_data *)instance->reference.ptr; in threadsync_set_value() local
133 struct threadsync_data *call_data = (struct threadsync_data *)ctx; in threadsync_release_instance_synced() local
143 struct threadsync_data *call_data = (struct threadsync_data *)instance->reference.ptr; in threadsync_release_instance() local
153 struct threadsync_data *call_data = (struct threadsync_data *)ctx; in get_instance_synced() local
[all …]
/third_party/pulseaudio/src/tests/
Dhook-list-test.c10 static pa_hook_result_t func1(const char *hook_data, const char *call_data, const char *slot_data) { in func1()
17 static pa_hook_result_t func2(const char *hook_data, const char *call_data, const char *slot_data) { in func2()
/third_party/pulseaudio/src/modules/dbus/
Diface-core.c1581 static pa_hook_result_t module_new_cb(void *hook_data, void *call_data, void *slot_data) { in module_new_cb()
1615 static pa_hook_result_t module_removed_cb(void *hook_data, void *call_data, void *slot_data) { in module_removed_cb()
1642 static pa_hook_result_t sample_cache_new_cb(void *hook_data, void *call_data, void *slot_data) { in sample_cache_new_cb()
1668 static pa_hook_result_t sample_cache_removed_cb(void *hook_data, void *call_data, void *slot_data) { in sample_cache_removed_cb()
1717 static pa_hook_result_t default_sink_changed_cb(void *hook_data, void *call_data, void *slot_data) { in default_sink_changed_cb()
1785 static pa_hook_result_t default_source_changed_cb(void *hook_data, void *call_data, void *slot_data… in default_source_changed_cb()
1831 static pa_hook_result_t card_put_cb(void *hook_data, void *call_data, void *slot_data) { in card_put_cb()
1857 static pa_hook_result_t card_unlink_cb(void *hook_data, void *call_data, void *slot_data) { in card_unlink_cb()
1884 static pa_hook_result_t sink_input_put_cb(void *hook_data, void *call_data, void *slot_data) { in sink_input_put_cb()
1910 static pa_hook_result_t sink_input_unlink_cb(void *hook_data, void *call_data, void *slot_data) { in sink_input_unlink_cb()
[all …]
Diface-stream.c687 static pa_hook_result_t move_finish_cb(void *hook_data, void *call_data, void *slot_data) { in move_finish_cb()
737 static pa_hook_result_t volume_changed_cb(void *hook_data, void *call_data, void *slot_data) { in volume_changed_cb()
775 static pa_hook_result_t mute_changed_cb(void *hook_data, void *call_data, void *slot_data) { in mute_changed_cb()
805 static pa_hook_result_t proplist_changed_cb(void *hook_data, void *call_data, void *slot_data) { in proplist_changed_cb()
834 static pa_hook_result_t state_changed_cb(void *hook_data, void *call_data, void *slot_data) { in state_changed_cb()
848 static pa_hook_result_t send_event_cb(void *hook_data, void *call_data, void *slot_data) { in send_event_cb()
Diface-card.c468 static pa_hook_result_t card_profile_changed_cb(void *hook_data, void *call_data, void *slot_data) { in card_profile_changed_cb()
494 static pa_hook_result_t card_profile_added_cb(void *hook_data, void *call_data, void *slot_data) { in card_profile_added_cb()
524 static pa_hook_result_t card_profile_available_changed_cb(void *hook_data, void *call_data, void *s… in card_profile_available_changed_cb()
Diface-device.c1085 static pa_hook_result_t volume_changed_cb(void *hook_data, void *call_data, void *slot_data) { in volume_changed_cb()
1122 static pa_hook_result_t mute_changed_cb(void *hook_data, void *call_data, void *slot_data) { in mute_changed_cb()
1150 static pa_hook_result_t state_changed_cb(void *hook_data, void *call_data, void *slot_data) { in state_changed_cb()
1188 static pa_hook_result_t port_changed_cb(void *hook_data, void *call_data, void *slot_data) { in port_changed_cb()
1217 static pa_hook_result_t proplist_changed_cb(void *hook_data, void *call_data, void *slot_data) { in proplist_changed_cb()
Diface-device-port.c177 static pa_hook_result_t available_changed_cb(void *hook_data, void *call_data, void *slot_data) { in available_changed_cb()
Diface-module.c267 static pa_hook_result_t module_proplist_changed_cb(void *hook_data, void *call_data, void *slot_dat… in module_proplist_changed_cb()
Diface-client.c393 static pa_hook_result_t client_proplist_changed_cb(void *hook_data, void *call_data, void *slot_dat… in client_proplist_changed_cb()
Diface-sample.c454 static pa_hook_result_t sample_cache_changed_cb(void *hook_data, void *call_data, void *slot_data) { in sample_cache_changed_cb()
/third_party/pulseaudio/src/pulsecore/
Ddbus-util.h54 void *call_data; member
Ddbus-util.c385 void *call_data) { in pa_dbus_pending_new()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-api.cc106 CallHandlerInfo call_data = CallHandlerInfo::cast(raw_call_data); in HandleApiCallHelper() local
264 CallHandlerInfo call_data = CallHandlerInfo::cast(handler); in HandleApiCallAsFunctionOrConstructor() local
Dbuiltins-call-gen.cc739 TNode<Object> call_data = in CallFunctionTemplate() local
/third_party/skia/third_party/externals/freetype/src/bdf/
Dbdflib.c1271 void* call_data, in _bdf_parse_end()
1291 void* call_data, in _bdf_parse_glyphs()
1774 void* call_data, in _bdf_parse_properties()
1877 void* call_data, in _bdf_parse_start()
/third_party/pulseaudio/src/modules/x11/
Dmodule-x11-publish.c94 static pa_hook_result_t servers_changed_cb(void *hook_data, void *call_data, void *slot_data) { in servers_changed_cb()
/third_party/curl/lib/vtls/
Dvtls_int.h74 struct cf_call_data call_data; /* data handle used in current call */ member
/third_party/pulseaudio/src/modules/bluetooth/
Dbackend-ofono.c142 … DBusPendingCallNotifyFunction func, void *call_data) { in hf_dbus_send_and_add_to_pending()
Dbackend-native.c178 DBusPendingCallNotifyFunction func, void *call_data) { in send_and_add_to_pending()
Dmodule-bluez5-device.c795 static pa_hook_result_t sink_source_volume_changed_cb(void *hook_data, void *call_data, void *slot_… in sink_source_volume_changed_cb()
Dbluez5-util.c154 … DBusPendingCallNotifyFunction func, void *call_data) { in send_and_add_to_pending()
/third_party/curl/lib/
Dhttp2.c126 struct cf_call_data call_data; member
1314 struct Curl_easy *data_s, *call_data = CF_DATA_CURRENT(cf); in on_stream_close() local
Dcf-h2-proxy.c174 struct cf_call_data call_data; member
/third_party/curl/lib/vquic/
Dcurl_msh3.c118 struct cf_call_data call_data; member
Dcurl_osslq.c285 struct cf_call_data call_data; member

12