Home
last modified time | relevance | path

Searched defs:core (Results 51 - 75 of 285) sorted by relevance

12345678910>>...12

/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-discover.c60 pa_core *core; member
H A Dbt-codec-cvsd.c28 static void *init(bool for_encoding, bool for_backchannel, const uint8_t *config_buffer, uint8_t config_size, pa_sample_spec *sample_spec, pa_core *core) { in init() argument
/third_party/pulseaudio/src/pulsecore/
H A 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() argument
H A Dcore-subscribe.c41 pa_core *core; member
52 pa_core *core; member
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DCoroutine.hpp150 std::unique_ptr<Nucleus> core; member in rr::Coroutine
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapFormat0.java
H A DCMapFormat10.java
H A DCMapFormat12.java
H A DCMapFormat13.java
H A DCMapFormat2.java
H A DCMapFormat6.java
/third_party/pulseaudio/src/modules/x11/
H A Dmodule-x11-publish.c64 pa_core *core; member
/third_party/python/Lib/distutils/tests/
H A Dtest_core.py4 import distutils.core namespace
[all...]
/third_party/rust/crates/peeking_take_while/src/
H A Dlib.rs
/third_party/rust/crates/rustix/src/path/
H A Ddec_int.rs
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp.c31 struct mali_gp_core *core = NULL; in mali_gp_create() local
75 mali_gp_delete(struct mali_gp_core *core) mali_gp_delete() argument
85 mali_gp_stop_bus(struct mali_gp_core *core) mali_gp_stop_bus() argument
92 mali_gp_stop_bus_wait(struct mali_gp_core *core) mali_gp_stop_bus_wait() argument
116 mali_gp_hard_reset(struct mali_gp_core *core) mali_gp_hard_reset() argument
149 mali_gp_reset_async(struct mali_gp_core *core) mali_gp_reset_async() argument
160 mali_gp_reset_wait(struct mali_gp_core *core) mali_gp_reset_wait() argument
186 mali_gp_reset(struct mali_gp_core *core) mali_gp_reset() argument
192 mali_gp_job_start(struct mali_gp_core *core, struct mali_gp_job *job) mali_gp_job_start() argument
260 mali_gp_resume_with_new_heap(struct mali_gp_core *core, u32 start_addr, u32 end_addr) mali_gp_resume_with_new_heap() argument
285 mali_gp_core_get_version(struct mali_gp_core *core) mali_gp_core_get_version() argument
299 struct mali_gp_core *core = (struct mali_gp_core *)data; mali_gp_irq_probe_trigger() local
308 struct mali_gp_core *core = (struct mali_gp_core *)data; mali_gp_irq_probe_ack() local
323 mali_gp_dump_state(struct mali_gp_core *core, char *buf, u32 size) mali_gp_dump_state() argument
333 mali_gp_update_performance_counters(struct mali_gp_core *core, struct mali_gp_job *job) mali_gp_update_performance_counters() argument
[all...]
H A Dmali_hw_core.h48 MALI_STATIC_INLINE u32 mali_hw_core_register_read(struct mali_hw_core *core, u32 relative_address) in mali_hw_core_register_read() argument
57 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed(struct mali_hw_core *core, u32 relative_address, in mali_hw_core_register_write_relaxed() argument
68 mali_hw_core_register_write_relaxed_conditional(struct mali_hw_core *core, u32 relative_address, u32 new_val, const u32 old_val) mali_hw_core_register_write_relaxed_conditional() argument
78 mali_hw_core_register_write(struct mali_hw_core *core, u32 relative_address, u32 new_val) mali_hw_core_register_write() argument
85 mali_hw_core_register_write_array_relaxed(struct mali_hw_core *core, u32 relative_address, u32 *write_array, u32 nr_of_regs) mali_hw_core_register_write_array_relaxed() argument
102 mali_hw_core_register_write_array_relaxed_conditional(struct mali_hw_core *core, u32 relative_address, u32 *write_array, u32 nr_of_regs, const u32 *old_array) mali_hw_core_register_write_array_relaxed_conditional() argument
[all...]
/device/soc/rockchip/rk3568/hardware/omx_il/libOMXPlugin/
H A DOMXPlugin.cpp51 OMXCore* core = (OMXCore*)calloc(1, sizeof(OMXCore)); in AddCore() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp.c30 struct mali_gp_core *core = NULL; in mali_gp_create() local
77 mali_gp_delete(struct mali_gp_core *core) mali_gp_delete() argument
87 mali_gp_stop_bus(struct mali_gp_core *core) mali_gp_stop_bus() argument
94 mali_gp_stop_bus_wait(struct mali_gp_core *core) mali_gp_stop_bus_wait() argument
117 mali_gp_hard_reset(struct mali_gp_core *core) mali_gp_hard_reset() argument
150 mali_gp_reset_async(struct mali_gp_core *core) mali_gp_reset_async() argument
162 mali_gp_reset_wait(struct mali_gp_core *core) mali_gp_reset_wait() argument
189 mali_gp_reset(struct mali_gp_core *core) mali_gp_reset() argument
195 mali_gp_job_start(struct mali_gp_core *core, struct mali_gp_job *job) mali_gp_job_start() argument
257 mali_gp_resume_with_new_heap(struct mali_gp_core *core, u32 start_addr, u32 end_addr) mali_gp_resume_with_new_heap() argument
282 mali_gp_core_get_version(struct mali_gp_core *core) mali_gp_core_get_version() argument
296 struct mali_gp_core *core = (struct mali_gp_core *)data; mali_gp_irq_probe_trigger() local
305 struct mali_gp_core *core = (struct mali_gp_core *)data; mali_gp_irq_probe_ack() local
320 mali_gp_dump_state(struct mali_gp_core *core, char *buf, u32 size) mali_gp_dump_state() argument
330 mali_gp_update_performance_counters(struct mali_gp_core *core, struct mali_gp_job *job) mali_gp_update_performance_counters() argument
[all...]
H A Dmali_hw_core.h47 MALI_STATIC_INLINE u32 mali_hw_core_register_read(struct mali_hw_core *core, u32 relative_address) in mali_hw_core_register_read() argument
56 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed(struct mali_hw_core *core, u32 relative_address, u32 new_val) in mali_hw_core_register_write_relaxed() argument
66 mali_hw_core_register_write_relaxed_conditional(struct mali_hw_core *core, u32 relative_address, u32 new_val, const u32 old_val) mali_hw_core_register_write_relaxed_conditional() argument
75 mali_hw_core_register_write(struct mali_hw_core *core, u32 relative_address, u32 new_val) mali_hw_core_register_write() argument
82 mali_hw_core_register_write_array_relaxed(struct mali_hw_core *core, u32 relative_address, u32 *write_array, u32 nr_of_regs) mali_hw_core_register_write_array_relaxed() argument
97 mali_hw_core_register_write_array_relaxed_conditional(struct mali_hw_core *core, u32 relative_address, u32 *write_array, u32 nr_of_regs, const u32 *old_array) mali_hw_core_register_write_array_relaxed_conditional() argument
[all...]
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_core.cpp184 ReceiveMessage(const EventFwk::CommonEventSubscribeInfo &subscriberInfo, std::shared_ptr<NetPolicyCore> core) ReceiveMessage() argument
/third_party/ffmpeg/libavcodec/
H A Ddcadec.h57 DCACoreDecoder core; ///< Core decoder context member
/third_party/mesa3d/bin/pick/
H A Dui.py31 from . import core namespace
[all...]
/third_party/mesa3d/src/glx/
H A Ddri3_priv.h94 const __DRIcoreExtension *core; member
/third_party/libdrm/tests/etnaviv/
H A Detnaviv_2d_test.c186 int core = 0; in main() local

Completed in 12 milliseconds

12345678910>>...12