Home
last modified time | relevance | path

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

1234567891011

/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/wayland-ivi-extension/ivi-id-agent-modules/ivi-id-agent/
Dweston.ini.in1 [core] section
2 shell=ivi-shell.so
3 require-input=false
4 modules=ivi-controller.so
/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/weston/
Dweston.ini1 [core] section
2 shell=libivi-shell.z.so
3 modules=libivi-controller.z.so,libwmserver.z.so,libmmi-server.z.so
/third_party/pulseaudio/src/pulsecore/
Dcore.c230 void pa_core_set_configured_default_sink(pa_core *core, const char *sink) { in pa_core_set_configured_default_sink()
252 void pa_core_set_configured_default_source(pa_core *core, const char *source) { in pa_core_set_configured_default_source()
278 pa_core *core; in compare_sinks() local
312 void pa_core_update_default_sink(pa_core *core) { in pa_core_update_default_sink()
359 pa_core *core; in compare_sources() local
403 void pa_core_update_default_source(pa_core *core) { in pa_core_update_default_source()
440 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
/third_party/boost/libs/log/example/doc/
Dsinks_syslog.cpp37 boost::shared_ptr< logging::core > core = logging::core::get(); in init_native_syslog() local
61 boost::shared_ptr< logging::core > core = logging::core::get(); in init_builtin_syslog() local
Dsinks_async_bounded.cpp47 boost::shared_ptr< logging::core > core = logging::core::get(); in init_logging() local
83 boost::shared_ptr< logging::core > core = logging::core::get(); in stop_logging() local
Dsinks_async_ordering.cpp52 boost::shared_ptr< logging::core > core = logging::core::get(); in init_logging() local
91 boost::shared_ptr< logging::core > core = logging::core::get(); in stop_logging() local
Dsinks_async.cpp39 boost::shared_ptr< logging::core > core = logging::core::get(); in init_logging() local
73 boost::shared_ptr< logging::core > core = logging::core::get(); in stop_logging() local
/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/boost/boost/core/
Duncaught_exceptions.hpp105 namespace core { namespace
122 namespace core { namespace
Dis_same.hpp23 namespace core namespace
/third_party/grpc/src/cpp/util/
Dcore_stats.cc30 void CoreStatsToProto(const grpc_stats_data& core, Stats* proto) { in CoreStatsToProto()
48 void ProtoToCoreStats(const grpc::core::Stats& proto, grpc_stats_data* core) { in ProtoToCoreStats()
/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/boost/libs/log/test/run/
Dcore.cpp45 typedef logging::core core; in BOOST_AUTO_TEST_CASE() typedef
162 typedef logging::core core; in thread_attributes_test() typedef
184 typedef logging::core core; in BOOST_AUTO_TEST_CASE() typedef
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
DCMakeLists.txt26 add_library(core OBJECT ${DATASET_CORE_SRC_FILES} ${EXAMPLE_SRCS} ${FEATURE_SRCS}) target
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/
Dindex.js1 var core = require('./lib/core'); variable

1234567891011