Home
last modified time | relevance | path

Searched defs:pd (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/pulseaudio/src/pulsecore/
Dpdispatch.c245 pa_pdispatch *pd; in pa_pdispatch_new() local
261 static void pdispatch_free(pa_pdispatch *pd) { in pdispatch_free()
274 static void run_action(pa_pdispatch *pd, struct reply_info *r, uint32_t command, pa_tagstruct *ts) { in run_action()
296 int pa_pdispatch_run(pa_pdispatch *pd, pa_packet *packet, pa_cmsg_ancil_data *ancil_data, void *use… in pa_pdispatch_run()
377 void pa_pdispatch_register_reply(pa_pdispatch *pd, uint32_t tag, int timeout, pa_pdispatch_cb_t cb,… in pa_pdispatch_register_reply()
401 int pa_pdispatch_is_pending(pa_pdispatch *pd) { in pa_pdispatch_is_pending()
408 void pa_pdispatch_set_drain_callback(pa_pdispatch *pd, pa_pdispatch_drain_cb_t cb, void *userdata) { in pa_pdispatch_set_drain_callback()
417 void pa_pdispatch_unregister_reply(pa_pdispatch *pd, void *userdata) { in pa_pdispatch_unregister_reply()
428 void pa_pdispatch_unref(pa_pdispatch *pd) { in pa_pdispatch_unref()
436 pa_pdispatch* pa_pdispatch_ref(pa_pdispatch *pd) { in pa_pdispatch_ref()
[all …]
Dprotocol-native.c1864 static void command_create_playback_stream(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tag… in command_create_playback_stream()
2131 static void command_delete_stream(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t… in command_delete_stream()
2189 static void command_create_record_stream(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagst… in command_create_record_stream()
2447 static void command_exit(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *u… in command_exit()
2549 static void command_enable_srbchannel(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruc… in command_enable_srbchannel()
2562 static void command_auth(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *u… in command_auth()
2742 static void command_register_memfd_shmid(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagst… in command_register_memfd_shmid()
2752 static void command_set_client_name(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct … in command_set_client_name()
2790 static void command_lookup(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void … in command_lookup()
2828 static void command_drain_playback_stream(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tags… in command_drain_playback_stream()
[all …]
Dnative-common.c38 int pa_common_command_register_memfd_shmid(pa_pstream *p, pa_pdispatch *pd, uint32_t version, in pa_common_command_register_memfd_shmid()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DThreadLocal.cpp30 void **pd = reinterpret_cast<void**>(&data); in setInstance() local
34 void **pd = reinterpret_cast<void**>(&data); in getInstance() local
/third_party/openssl/providers/common/
Dprovider_util.c140 void ossl_prov_digest_reset(PROV_DIGEST *pd) in ossl_prov_digest_reset()
167 const EVP_MD *ossl_prov_digest_fetch(PROV_DIGEST *pd, OSSL_LIB_CTX *libctx, in ossl_prov_digest_fetch()
176 int ossl_prov_digest_load_from_params(PROV_DIGEST *pd, in ossl_prov_digest_load_from_params()
214 const EVP_MD *ossl_prov_digest_md(const PROV_DIGEST *pd) in ossl_prov_digest_md()
219 ENGINE *ossl_prov_digest_engine(const PROV_DIGEST *pd) in ossl_prov_digest_engine()
/third_party/openssl/crypto/
Dparam_build.c55 OSSL_PARAM_BLD_DEF *pd = OPENSSL_zalloc(sizeof(*pd)); in param_push() local
79 OSSL_PARAM_BLD_DEF *pd = param_push(bld, key, size, size, type, 0); in param_push_num() local
204 OSSL_PARAM_BLD_DEF *pd; in OSSL_PARAM_BLD_push_BN_pad() local
235 OSSL_PARAM_BLD_DEF *pd; in OSSL_PARAM_BLD_push_utf8_string() local
255 OSSL_PARAM_BLD_DEF *pd; in OSSL_PARAM_BLD_push_utf8_ptr() local
273 OSSL_PARAM_BLD_DEF *pd; in OSSL_PARAM_BLD_push_octet_string() local
291 OSSL_PARAM_BLD_DEF *pd; in OSSL_PARAM_BLD_push_octet_ptr() local
309 OSSL_PARAM_BLD_DEF *pd; in param_bld_convert() local
/third_party/ffmpeg/libavformat/
Dformat.c128 ff_const59 AVInputFormat *av_probe_input_format3(ff_const59 AVProbeData *pd, int is_opened, in av_probe_input_format3()
205 ff_const59 AVInputFormat *av_probe_input_format2(ff_const59 AVProbeData *pd, int is_opened, int *sc… in av_probe_input_format2()
216 ff_const59 AVInputFormat *av_probe_input_format(ff_const59 AVProbeData *pd, int is_opened) in av_probe_input_format()
226 AVProbeData pd = { filename ? filename : "" }; in av_probe_input_buffer2() local
Dtxd.c34 static int txd_probe(const AVProbeData * pd) { in txd_probe()
Dlmlm4.c38 static int lmlm4_probe(const AVProbeData *pd) in lmlm4_probe()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c246 static void command_stream_or_client_event(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tag… in command_stream_or_client_event()
251 static void command_stream_killed(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct … in command_stream_killed()
264 static void command_overflow_or_underflow(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_ta… in command_overflow_or_underflow()
277 static void command_suspended(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, … in command_suspended()
308 static void command_moved(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void… in command_moved()
340 static void command_stream_buffer_attr_changed(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa… in command_stream_buffer_attr_changed()
388 static void command_started(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void… in command_started()
743 static void command_request(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, voi… in command_request()
774 static void stream_get_latency_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstr… in stream_get_latency_callback()
966 static void server_info_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void… in server_info_cb()
[all …]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_postform.c181 struct curl_httppost *pd; in testInternalPost() local
237 struct curl_httppost *pd; in testMultithreadedPost() local
293 struct curl_httppost *pd; in testMultithreadedPoolPost() local
359 struct curl_httppost *pd; in testExternalPost() local
/third_party/pulseaudio/src/pulse/
Dstream.c415 void pa_command_stream_killed(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, vo… in pa_command_stream_killed()
494 void pa_command_stream_moved(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, voi… in pa_command_stream_moved()
597 void pa_command_stream_buffer_attr(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *… in pa_command_stream_buffer_attr()
671 void pa_command_stream_suspended(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t,… in pa_command_stream_suspended()
721 void pa_command_stream_started(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, v… in pa_command_stream_started()
761 void pa_command_stream_event(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, voi… in pa_command_stream_event()
814 void pa_command_request(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *us… in pa_command_request()
858 void pa_command_overflow_or_underflow(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruc… in pa_command_overflow_or_underflow()
1041 void pa_create_stream_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, v… in pa_create_stream_callback()
1795 static void stream_get_timing_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_ta… in stream_get_timing_info_callback()
[all …]
Dcontext.c478 static void setup_complete_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct … in setup_complete_callback()
1126 static void pdispatch_drain_callback(pa_pdispatch*pd, void *userdata) {
1183 void pa_context_simple_ack_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct …
1438 void pa_command_extension(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *…
1475 static void pa_command_enable_srbchannel(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagst…
1521 static void pa_command_disable_srbchannel(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tags…
1547 static void pa_command_register_memfd_shmid(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_ta…
1560 void pa_command_client_event(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, voi…
Dscache.c102 static void play_sample_ack_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct… in play_sample_ack_callback()
136 static void play_sample_with_proplist_ack_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag… in play_sample_with_proplist_ack_callback()
Dsubscribe.c32 void pa_command_subscribe_event(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, … in pa_command_subscribe_event()
Dext-stream-restore.c43 static void ext_stream_restore_test_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstru… in ext_stream_restore_test_cb()
103 static void ext_stream_restore_read_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstru… in ext_stream_restore_read_cb()
Dext-device-restore.c48 static void ext_device_restore_test_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstru… in ext_device_restore_test_cb()
153 static void ext_device_restore_read_device_formats_cb(pa_pdispatch *pd, uint32_t command, uint32_t … in ext_device_restore_read_device_formats_cb()
Dintrospect.c39 static void context_stat_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t… in context_stat_callback()
83 static void context_get_server_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_t… in context_get_server_info_callback()
136 static void context_get_sink_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tag… in context_get_sink_info_callback()
416 static void context_get_source_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_t… in context_get_source_info_callback()
695 static void context_get_client_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_t… in context_get_client_info_callback()
927 static void context_get_card_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tag… in context_get_card_info_callback()
1121 static void context_get_module_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_t… in context_get_module_info_callback()
1206 static void context_get_sink_input_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, … in context_get_sink_input_info_callback()
1311 static void context_get_source_output_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t ta… in context_get_source_output_info_callback()
1717 static void context_get_sample_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_t… in context_get_sample_info_callback()
[all …]
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
Dtest_post_form.c174 struct curl_httppost *pd; in testInternalPost() local
225 struct curl_httppost *pd; in testMultithreadedPost() local
284 struct curl_httppost *pd; in testExternalPost() local
/third_party/ffmpeg/tools/
Dprobetest.c38 static void probe(AVProbeData *pd, int type, int p, int size) in probe()
97 AVProbeData pd = { 0 }; in main() local
/third_party/ffmpeg/libavdevice/
Dpulse_audio_dec.c114 PulseData *pd = s->priv_data; in pulse_close() local
141 PulseData *pd = s->priv_data; in pulse_read_header() local
284 PulseData *pd = s->priv_data; in pulse_read_packet() local
/third_party/selinux/libsepol/src/
Dwrite.c455 struct policy_data *pd = ptr; in sens_write() local
483 struct policy_data *pd = ptr; in cat_write() local
723 struct policy_data *pd = ptr; in cond_write_bool() local
926 struct policy_data *pd = ptr; in perm_write() local
951 struct policy_data *pd = ptr; in common_write() local
1033 struct policy_data *pd = ptr; in class_write() local
1133 struct policy_data *pd = ptr; in role_write() local
1212 struct policy_data *pd = ptr; in type_write() local
1290 struct policy_data *pd = ptr; in user_write() local
2046 struct policy_data pd; in avrule_decl_write() local
[all …]
/third_party/cups-filters/filter/foomatic-rip/
Dpdf.c55 FILE *pd = popen(gscommand, "r"); in pdf_count_pages() local
147 FILE *pd = popen(gscommand, "r"); in pdf_extract_pages() local
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_ldlt_f32.c94 arm_matrix_instance_f32 * pd, in arm_mat_ldlt_f32()
371 arm_matrix_instance_f32 * pd, in arm_mat_ldlt_f32()
Darm_mat_ldlt_f64.c80 arm_matrix_instance_f64 * pd, in arm_mat_ldlt_f64()

1234