/third_party/pulseaudio/src/modules/ |
D | module-filter-heuristics.c | 46 pa_core *core; member 88 static pa_hook_result_t sink_input_put_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_put_cb() 96 static pa_hook_result_t sink_input_move_finish_cb(pa_core *core, pa_sink_input *i, struct userdata … in sink_input_move_finish_cb() 108 static pa_hook_result_t source_output_put_cb(pa_core *core, pa_source_output *i, struct userdata *u… in source_output_put_cb() 116 static pa_hook_result_t source_output_move_finish_cb(pa_core *core, pa_source_output *i, struct use… in source_output_move_finish_cb()
|
D | stream-interaction.c | 46 pa_core *core; member 304 static pa_hook_result_t sink_input_put_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_put_cb() 311 static pa_hook_result_t sink_input_unlink_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_unlink_cb() 317 static pa_hook_result_t sink_input_move_start_cb(pa_core *core, pa_sink_input *i, struct userdata *… in sink_input_move_start_cb() 324 static pa_hook_result_t sink_input_move_finish_cb(pa_core *core, pa_sink_input *i, struct userdata … in sink_input_move_finish_cb() 331 static pa_hook_result_t sink_input_state_changed_cb(pa_core *core, pa_sink_input *i, struct userdat… in sink_input_state_changed_cb() 341 static pa_hook_result_t sink_input_mute_changed_cb(pa_core *core, pa_sink_input *i, struct userdata… in sink_input_mute_changed_cb() 351 static pa_hook_result_t sink_input_proplist_changed_cb(pa_core *core, pa_sink_input *i, struct user… in sink_input_proplist_changed_cb() 361 static pa_hook_result_t source_output_put_cb(pa_core *core, pa_source_output *o, struct userdata *u… in source_output_put_cb() 368 static pa_hook_result_t source_output_unlink_cb(pa_core *core, pa_source_output *o, struct userdata… in source_output_unlink_cb() [all …]
|
D | module-allow-passthrough.c | 163 static pa_hook_result_t sink_input_new_cb(pa_core *core, pa_sink_input_new_data *new_data, struct u… in sink_input_new_cb() 228 static pa_hook_result_t sink_input_removed(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_removed() 237 static pa_hook_result_t sink_input_unlink_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_unlink_cb() 241 static pa_hook_result_t sink_input_move_start_cb(pa_core *core, pa_sink_input *i, struct userdata *… in sink_input_move_start_cb() 248 static pa_hook_result_t sink_input_move_finish_cb(pa_core *core, pa_sink_input *i, struct userdata … in sink_input_move_finish_cb()
|
D | module-filter-apply.c | 68 pa_core *core; member 629 static pa_hook_result_t sink_input_put_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_put_cb() 636 static pa_hook_result_t sink_input_move_finish_cb(pa_core *core, pa_sink_input *i, struct userdata … in sink_input_move_finish_cb() 649 static pa_hook_result_t sink_input_proplist_cb(pa_core *core, pa_sink_input *i, struct userdata *u)… in sink_input_proplist_cb() 661 static pa_hook_result_t sink_input_unlink_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_unlink_cb() 675 static pa_hook_result_t sink_unlink_cb(pa_core *core, pa_sink *sink, struct userdata *u) { in sink_unlink_cb() 710 static pa_hook_result_t source_output_put_cb(pa_core *core, pa_source_output *o, struct userdata *u… in source_output_put_cb() 717 static pa_hook_result_t source_output_move_finish_cb(pa_core *core, pa_source_output *o, struct use… in source_output_move_finish_cb() 730 static pa_hook_result_t source_output_proplist_cb(pa_core *core, pa_source_output *o, struct userda… in source_output_proplist_cb() 742 static pa_hook_result_t source_output_unlink_cb(pa_core *core, pa_source_output *o, struct userdata… in source_output_unlink_cb() [all …]
|
D | module-switch-on-port-available.c | 395 static void handle_all_unavailable(pa_core *core) { in handle_all_unavailable() 454 static pa_hook_result_t card_put_hook_callback(pa_core *core, pa_card *card, struct userdata *u) { in card_put_hook_callback() 460 static pa_hook_result_t card_unlink_hook_callback(pa_core *core, pa_card *card, struct userdata *u)… in card_unlink_hook_callback() 538 static pa_hook_result_t card_profile_changed_callback(pa_core *core, pa_card *card, struct userdata… in card_profile_changed_callback() 559 static pa_hook_result_t source_port_changed_callback(pa_core *core, pa_source *source, void *userda… in source_port_changed_callback() 568 static pa_hook_result_t sink_port_changed_callback(pa_core *core, pa_sink *sink, void *userdata) { in sink_port_changed_callback()
|
/third_party/libdrm/etnaviv/ |
D | etnaviv_gpu.c | 30 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) in get_param() 47 drm_public struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core) in etna_gpu_new() 85 unsigned int core = gpu->core; in etna_gpu_get_param() local
|
/third_party/mesa3d/src/etnaviv/drm/ |
D | etnaviv_gpu.c | 30 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) in get_param() 47 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core) in etna_gpu_new() 85 unsigned int core = gpu->core; in etna_gpu_get_param() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | core.c | 233 void pa_core_set_configured_default_sink(pa_core *core, const char *sink) { in pa_core_set_configured_default_sink() 255 void pa_core_set_configured_default_source(pa_core *core, const char *source) { in pa_core_set_configured_default_source() 281 pa_core *core; in compare_sinks() local 315 void pa_core_update_default_sink(pa_core *core) { in pa_core_update_default_sink() 362 pa_core *core; in compare_sources() local 406 void pa_core_update_default_source(pa_core *core) { in pa_core_update_default_source() 443 void pa_core_set_exit_idle_time(pa_core *core, int time) { in pa_core_set_exit_idle_time()
|
D | auth-cookie.c | 38 pa_core *core; member 43 pa_auth_cookie* pa_auth_cookie_get(pa_core *core, const char *cn, bool create, size_t size) { in pa_auth_cookie_get() 78 pa_auth_cookie *pa_auth_cookie_create(pa_core *core, const void *data, size_t size) { in pa_auth_cookie_create()
|
D | client.c | 54 pa_client *pa_client_new(pa_core *core, pa_client_new_data *data) { in pa_client_new() 85 pa_core *core; in pa_client_free() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | thread.cpp | 127 for (auto core : list) { in Affinity() local 140 Core core; in all() local 156 Core core; in all() local 168 Core core; in all() local 198 for (auto core : affinity.cores) { in anyOf() local 242 for (auto core : cores) { in add() local 245 for (auto core : other.cores) { in add() local 256 for (auto core : other.cores) { in remove() local 301 auto core = affinity[i]; in Thread() local
|
/third_party/spirv-tools/source/wasm/ |
D | spirv-tools.cpp | 31 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in dis() local 43 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in as() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/wasm/ |
D | spirv-tools.cpp | 31 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in dis() local 43 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in as() local
|
/third_party/skia/third_party/externals/spirv-tools/source/wasm/ |
D | spirv-tools.cpp | 31 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in dis() local 43 spvtools::SpirvTools core(static_cast<spv_target_env>(env)); in as() local
|
/third_party/elfutils/libdwfl/ |
D | linux-core-attach.c | 41 Elf *core; member 59 Elf *core = core_arg->core; in core_memory_read() local 103 Elf *core = core_arg->core; in core_next_thread() local 172 Elf *core = core_arg->core; in core_set_initial_registers() local 314 dwfl_core_file_attach (Dwfl *dwfl, Elf *core) in dwfl_core_file_attach()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_device.c | 541 const VkPhysicalDeviceVulkan11Features *core) in vk_get_physical_device_core_1_1_feature_ext() 598 const VkPhysicalDeviceVulkan12Features *core) in vk_get_physical_device_core_1_2_feature_ext() 718 const VkPhysicalDeviceVulkan13Features *core) in vk_get_physical_device_core_1_3_feature_ext() 819 const VkPhysicalDeviceVulkan11Properties *core) in vk_get_physical_device_core_1_1_property_ext() 881 const VkPhysicalDeviceVulkan12Properties *core) in vk_get_physical_device_core_1_2_property_ext() 976 const VkPhysicalDeviceVulkan13Properties *core) in vk_get_physical_device_core_1_3_property_ext()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/extensions/ |
D | VK_KHR_depth_stencil_resolve.json | 5 "core": "0.1.2.0" string
|
D | VK_KHR_bind_memory2.json | 5 "core": "0.1.1.0" string
|
D | VK_KHR_swapchain.json | 5 "core": "" string
|
D | VK_KHR_external_memory.json | 5 "core": "0.1.1.0" string
|
D | VK_KHR_external_semaphore_win32.json | 5 "core": "" string
|
D | VK_KHR_draw_indirect_count.json | 5 "core": "0.1.2.0" string
|
D | VK_KHR_portability_subset.json | 5 "core": "" string
|
D | VK_KHR_mir_surface.json | 5 "core": "" string
|
D | VK_KHR_shared_presentable_image.json | 5 "core": "" string
|