/third_party/pulseaudio/src/modules/dbus/ |
D | iface-card-profile.c | 62 …[PROPERTY_HANDLER_INDEX] = { .property_name = "Index", .type = "u", .get_cb = handle_g… 63 …[PROPERTY_HANDLER_NAME] = { .property_name = "Name", .type = "s", .get_cb = handle_g… 64 …[PROPERTY_HANDLER_DESCRIPTION] = { .property_name = "Description", .type = "s", .get_cb = handle_g… 65 …[PROPERTY_HANDLER_SINKS] = { .property_name = "Sinks", .type = "u", .get_cb = handle_g… 66 …[PROPERTY_HANDLER_SOURCES] = { .property_name = "Sources", .type = "u", .get_cb = handle_g… 67 …[PROPERTY_HANDLER_PRIORITY] = { .property_name = "Priority", .type = "u", .get_cb = handle_g… 68 …[PROPERTY_HANDLER_AVAILABLE] = { .property_name = "Available", .type = "b", .get_cb = handle_g…
|
D | iface-device.c | 146 …= { .property_name = "Index", .type = "u", .get_cb = handle_get_index… 147 …= { .property_name = "Name", .type = "s", .get_cb = handle_get_name,… 148 …= { .property_name = "Driver", .type = "s", .get_cb = handle_get_drive… 149 …= { .property_name = "OwnerModule", .type = "o", .get_cb = handle_get_owner… 150 …= { .property_name = "Card", .type = "o", .get_cb = handle_get_card,… 151 …= { .property_name = "SampleFormat", .type = "u", .get_cb = handle_get_sampl… 152 …= { .property_name = "SampleRate", .type = "u", .get_cb = handle_get_sampl… 153 …= { .property_name = "Channels", .type = "au", .get_cb = handle_get_chann… 154 …= { .property_name = "Volume", .type = "au", .get_cb = handle_get_volum… 155 …= { .property_name = "HasFlatVolume", .type = "b", .get_cb = handle_get_has_f… [all …]
|
D | iface-sample.c | 75 …INDEX] = { .property_name = "Index", .type = "u", .get_cb = handle_get_index… 76 …NAME] = { .property_name = "Name", .type = "s", .get_cb = handle_get_name,… 77 …SAMPLE_FORMAT] = { .property_name = "SampleFormat", .type = "u", .get_cb = handle_get_sampl… 78 …SAMPLE_RATE] = { .property_name = "SampleRate", .type = "u", .get_cb = handle_get_sampl… 79 …CHANNELS] = { .property_name = "Channels", .type = "au", .get_cb = handle_get_chann… 80 …DEFAULT_VOLUME] = { .property_name = "DefaultVolume", .type = "au", .get_cb = handle_get_defau… 81 …DURATION] = { .property_name = "Duration", .type = "t", .get_cb = handle_get_durat… 82 …BYTES] = { .property_name = "Bytes", .type = "u", .get_cb = handle_get_bytes… 83 …PROPERTY_LIST] = { .property_name = "PropertyList", .type = "a{say}", .get_cb = handle_get_prope…
|
D | iface-memstats.c | 59 … = { .property_name = "CurrentMemblocks", .type = "u", .get_cb = handle_get_curre… 60 …SIZE] = { .property_name = "CurrentMemblocksSize", .type = "u", .get_cb = handle_get_curre… 61 …CKS] = { .property_name = "AccumulatedMemblocks", .type = "u", .get_cb = handle_get_accum… 62 …CKS_SIZE] = { .property_name = "AccumulatedMemblocksSize", .type = "u", .get_cb = handle_get_accum… 63 … = { .property_name = "SampleCacheSize", .type = "u", .get_cb = handle_get_sampl…
|
D | iface-device-port.c | 61 …[PROPERTY_HANDLER_INDEX] = { .property_name = "Index", .type = "u", .get_cb = handle_g… 62 …[PROPERTY_HANDLER_NAME] = { .property_name = "Name", .type = "s", .get_cb = handle_g… 63 …[PROPERTY_HANDLER_DESCRIPTION] = { .property_name = "Description", .type = "s", .get_cb = handle_g… 64 …[PROPERTY_HANDLER_PRIORITY] = { .property_name = "Priority", .type = "u", .get_cb = handle_g… 65 …[PROPERTY_HANDLER_AVAILABLE] = { .property_name = "Available", .type = "u", .get_cb = handle_g…
|
D | iface-card.c | 82 …INDEX] = { .property_name = "Index", .type = "u", .get_cb = handle_get_index… 83 …NAME] = { .property_name = "Name", .type = "s", .get_cb = handle_get_name,… 84 …DRIVER] = { .property_name = "Driver", .type = "s", .get_cb = handle_get_drive… 85 …OWNER_MODULE] = { .property_name = "OwnerModule", .type = "o", .get_cb = handle_get_owner… 86 …SINKS] = { .property_name = "Sinks", .type = "ao", .get_cb = handle_get_sinks… 87 …SOURCES] = { .property_name = "Sources", .type = "ao", .get_cb = handle_get_sourc… 88 …PROFILES] = { .property_name = "Profiles", .type = "ao", .get_cb = handle_get_profi… 89 …ACTIVE_PROFILE] = { .property_name = "ActiveProfile", .type = "o", .get_cb = handle_get_activ… 90 …PROPERTY_LIST] = { .property_name = "PropertyList", .type = "a{say}", .get_cb = handle_get_prope…
|
D | iface-stream.c | 109 …DEX] = { .property_name = "Index", .type = "u", .get_cb = handle_get_index… 110 …IVER] = { .property_name = "Driver", .type = "s", .get_cb = handle_get_drive… 111 …NER_MODULE] = { .property_name = "OwnerModule", .type = "o", .get_cb = handle_get_owner… 112 …IENT] = { .property_name = "Client", .type = "o", .get_cb = handle_get_clien… 113 …VICE] = { .property_name = "Device", .type = "o", .get_cb = handle_get_devic… 114 …MPLE_FORMAT] = { .property_name = "SampleFormat", .type = "u", .get_cb = handle_get_sampl… 115 …MPLE_RATE] = { .property_name = "SampleRate", .type = "u", .get_cb = handle_get_sampl… 116 …ANNELS] = { .property_name = "Channels", .type = "au", .get_cb = handle_get_chann… 117 …LUME] = { .property_name = "Volume", .type = "au", .get_cb = handle_get_volum… 118 …TE] = { .property_name = "Mute", .type = "b", .get_cb = handle_get_mute,… [all …]
|
D | iface-client.c | 71 …X] = { .property_name = "Index", .type = "u", .get_cb = handle_get_index… 72 …ER] = { .property_name = "Driver", .type = "s", .get_cb = handle_get_drive… 73 …R_MODULE] = { .property_name = "OwnerModule", .type = "o", .get_cb = handle_get_owner… 74 …BACK_STREAMS] = { .property_name = "PlaybackStreams", .type = "ao", .get_cb = handle_get_playb… 75 …RD_STREAMS] = { .property_name = "RecordStreams", .type = "ao", .get_cb = handle_get_recor… 76 …ERTY_LIST] = { .property_name = "PropertyList", .type = "a{say}", .get_cb = handle_get_prope…
|
D | iface-module.c | 62 …[PROPERTY_HANDLER_INDEX] = { .property_name = "Index", .type = "u", .get_cb = … 63 …[PROPERTY_HANDLER_NAME] = { .property_name = "Name", .type = "s", .get_cb = … 64 …[PROPERTY_HANDLER_ARGUMENTS] = { .property_name = "Arguments", .type = "a{ss}", .get_cb = … 65 …[PROPERTY_HANDLER_USAGE_COUNTER] = { .property_name = "UsageCounter", .type = "u", .get_cb = … 66 …[PROPERTY_HANDLER_PROPERTY_LIST] = { .property_name = "PropertyList", .type = "a{say}", .get_cb = …
|
D | iface-core.c | 162 …_REVISION] = { .property_name = "InterfaceRevision", .type = "u", .get_cb = handle_get_inter… 163 … = { .property_name = "Name", .type = "s", .get_cb = handle_get_name,… 164 … = { .property_name = "Version", .type = "s", .get_cb = handle_get_versi… 165 … = { .property_name = "IsLocal", .type = "b", .get_cb = handle_get_is_lo… 166 … = { .property_name = "Username", .type = "s", .get_cb = handle_get_usern… 167 … = { .property_name = "Hostname", .type = "s", .get_cb = handle_get_hostn… 168 …HANNELS] = { .property_name = "DefaultChannels", .type = "au", .get_cb = handle_get_defau… 169 …AMPLE_FORMAT] = { .property_name = "DefaultSampleFormat", .type = "u", .get_cb = handle_get_defau… 170 …AMPLE_RATE] = { .property_name = "DefaultSampleRate", .type = "u", .get_cb = handle_get_defau… 171 …PLE_RATE] = { .property_name = "AlternateSampleRate", .type = "u", .get_cb = handle_get_alter… [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | protocol-dbus.c | 220 … property_handler->get_cb ? (property_handler->set_cb ? "readwrite" : "read") : "write"); in update_introspection() 336 … return call_info->property_handler->get_cb ? FOUND_GET_PROPERTY : PROPERTY_ACCESS_DENIED; in find_handler_by_property() 411 … return call_info->property_handler->get_cb ? FOUND_GET_PROPERTY : PROPERTY_ACCESS_DENIED; in find_handler_from_properties_call() 526 … call_info.property_handler->get_cb(connection, message, call_info.iface_entry->userdata); in handle_message_cb() 724 h->get_cb = info->property_handlers[i].get_cb; in create_property_handlers()
|
D | protocol-dbus.h | 96 pa_dbus_receive_cb_t get_cb; member
|
/third_party/pulseaudio/src/modules/ |
D | module-equalizer-sink.c | 1457 …[MANAGER_HANDLER_REVISION]={.property_name="InterfaceRevision",.type="u",.get_cb=manager_get_revis… 1458 …[MANAGER_HANDLER_EQUALIZED_SINKS]={.property_name="EqualizedSinks",.type="ao",.get_cb=manager_get_… 1459 …[MANAGER_HANDLER_PROFILES]={.property_name="Profiles",.type="as",.get_cb=manager_get_profiles,.set… 1592 …[EQUALIZER_HANDLER_REVISION]={.property_name="InterfaceRevision",.type="u",.get_cb=equalizer_get_r… 1593 …[EQUALIZER_HANDLER_SAMPLERATE]={.property_name="SampleRate",.type="u",.get_cb=equalizer_get_sample… 1594 …[EQUALIZER_HANDLER_FILTERSAMPLERATE]={.property_name="FilterSampleRate",.type="u",.get_cb=equalize… 1595 …[EQUALIZER_HANDLER_N_COEFS]={.property_name="NFilterCoefficients",.type="u",.get_cb=equalizer_get_… 1596 …[EQUALIZER_HANDLER_N_CHANNELS]={.property_name="NChannels",.type="u",.get_cb=equalizer_get_n_chann…
|
D | module-stream-restore.c | 198 …RFACE_REVISION] = { .property_name = "InterfaceRevision", .type = "u", .get_cb = handle_get_inter… 199 …IES] = { .property_name = "Entries", .type = "ao", .get_cb = handle_get_entri… 203 …[ENTRY_PROPERTY_HANDLER_INDEX] = { .property_name = "Index", .type = "u", .get_cb = handl… 204 …[ENTRY_PROPERTY_HANDLER_NAME] = { .property_name = "Name", .type = "s", .get_cb = handl… 205 …[ENTRY_PROPERTY_HANDLER_DEVICE] = { .property_name = "Device", .type = "s", .get_cb = handl… 206 …[ENTRY_PROPERTY_HANDLER_VOLUME] = { .property_name = "Volume", .type = "a(uu)", .get_cb = handl… 207 …[ENTRY_PROPERTY_HANDLER_MUTE] = { .property_name = "Mute", .type = "b", .get_cb = handl…
|
D | module-ladspa-sink.c | 249 .get_cb = get_algorithm_parameters,
|
/third_party/ffmpeg/libavcodec/ |
D | dcaenc.c | 405 static int32_t get_cb(DCAEncContext *c, int32_t in) in get_cb() function 439 const int32_t cb = get_cb(c, coeff[i]); in calc_power() 561 return get_cb(c, m); in find_peak()
|