Home
last modified time | relevance | path

Searched defs:core (Results 1 – 25 of 181) sorted by relevance

12345678

/third_party/pulseaudio/src/modules/
Dmodule-filter-heuristics.c46 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()
Dstream-interaction.c46 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 …]
Dmodule-allow-passthrough.c163 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()
Dmodule-filter-apply.c68 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 …]
Dmodule-switch-on-port-available.c395 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/mesa3d/src/etnaviv/drm/
Detnaviv_gpu.c30 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/libdrm/etnaviv/
Detnaviv_gpu.c30 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/pulseaudio/src/pulsecore/
Dcore.c233 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()
Dauth-cookie.c38 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()
Dclient.c54 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
Dcard.c76 pa_core *core; in pa_card_profile_set_available() local
137 pa_card *pa_card_new(pa_core *core, pa_card_new_data *data) { in pa_card_new()
241 pa_core *core; in pa_card_free() local
Dcli.c45 pa_core *core; member
63 pa_cli* pa_cli_new(pa_core *core, pa_iochannel *io, pa_module *m) { in pa_cli_new()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dthread.cpp127 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/skia/third_party/externals/spirv-tools/source/wasm/
Dspirv-tools.cpp31 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/
Dspirv-tools.cpp31 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/
Dlinux-core-attach.c41 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/
Dvk_device.c541 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/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/
Dindex.js1 var core = require('./lib/core'); variable
/third_party/rust/crates/bitflags/tests/compile-pass/redefinition/
Dcore.rs5 mod core {} module
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp273 spvtools::SpirvTools core(SPV_ENV_OPENGL_4_5); in spirvAssemble() local
283 spvtools::SpirvTools core(SPV_ENV_OPENGL_4_5); in spirvDisassemble() local
293 spvtools::SpirvTools core(SPV_ENV_OPENGL_4_5); in spirvValidate() local
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/lib/
Dcore.js47 var core = {}; variable
/third_party/mbedtls/docs/architecture/
Dpsa-crypto-implementation-structure.md58 ### Key creation
/third_party/skia/experimental/tskit/bindings/
Dcore.d.ts3 declare namespace core { namespace
/third_party/rust/crates/serde/serde/src/
Dlib.rs154 mod core { module
/third_party/skia/third_party/externals/spirv-tools/examples/cpp-interface/
Dmain.cpp40 spvtools::SpirvTools core(SPV_ENV_UNIVERSAL_1_3); in main() local

12345678