Searched defs:process (Results 1 - 9 of 9) sorted by relevance

/hardware/libhardware/modules/input/evdev/
H A DMouseInputMapper.cpp90 void MouseInputMapper::process(const InputEvent& event) { function in class:android::MouseInputMapper
H A DSwitchInputMapper.cpp78 void SwitchInputMapper::process(const InputEvent& event) { function in class:android::SwitchInputMapper
/hardware/libhardware/include/hardware/
H A Daudio_effect.h53 // a set of functions controlling the configuration, activation and process of the engine.
75 // Function: process
77 // Description: Effect process function. Takes input samples as specified
82 // The effect framework will call the process() function after the EFFECT_CMD_ENABLE
85 // and when done indicate that it is OK to stop calling the process() function by
88 // NOTE: the process() function implementation should be "real-time safe" that is
95 // inBuffer: buffer descriptor indicating where to read samples to process.
104 // can stop calling process()
108 int32_t (*process)(effect_handle_t self, member in struct:effect_interface_s
181 // inBuffer: buffer descriptor indicating where to read samples to process
[all...]
/hardware/qcom/audio/post_proc/
H A Dbundle.h51 * Only the init() and process() operations must be defined.
62 int (*process)(effect_context_t *context, audio_buffer_t *in, audio_buffer_t *out); member in struct:effect_ops_s
/hardware/intel/common/utils/ISV/base/
H A Disv_worker.cpp679 status_t ISVWorker::process(ISVBuffer* inputBuffer, Vector<ISVBuffer*> outputBuffer, function in class:ISVWorker
681 ALOGV("process: outputCount=%d, mInputIndex=%d", outputCount, mInputIndex);
844 ALOGV("process, exit");
871 /* The behavior of driver is: all output of one process task are return in one interruption.
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Ddata_builder.c44 struct process_t process[INV_MAX_DATA_CB]; member in struct:inv_data_builder_t
157 // disable the soft iron transform process
1283 if ((inv_data_builder.process[kk].func == func) ||
1284 (inv_data_builder.process[kk].priority == priority)) {
1295 (inv_data_builder.process[kk].priority < priority)) {
1301 inv_data_builder.process[nn] =
1302 inv_data_builder.process[nn - 1];
1307 inv_data_builder.process[kk].func = func;
1308 inv_data_builder.process[kk].priority = priority;
1309 inv_data_builder.process[k
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c44 struct process_t process[INV_MAX_DATA_CB]; member in struct:inv_data_builder_t
156 // disable the soft iron transform process
1055 if ((inv_data_builder.process[kk].func == func) ||
1056 (inv_data_builder.process[kk].priority == priority)) {
1067 (inv_data_builder.process[kk].priority < priority)) {
1073 inv_data_builder.process[nn] =
1074 inv_data_builder.process[nn - 1];
1079 inv_data_builder.process[kk].func = func;
1080 inv_data_builder.process[kk].priority = priority;
1081 inv_data_builder.process[k
[all...]
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c52 /* effect specific operations. Only the init() and process() operations must be defined.
63 int (*process)(effect_context_t *context, audio_buffer_t *in, audio_buffer_t *out); member in struct:effect_ops_s
78 bool offload_enabled; /* when offload is enabled we process VISUALIZER_CMD_CAPTURE command.
157 /* thread capturing PCM from Proxy port and calling the process function on each enabled effect
296 if (fx_ctxt->state == EFFECT_STATE_ACTIVE && fx_ctxt->ops.process != NULL)
402 if (fx_ctxt->ops.process != NULL)
403 fx_ctxt->ops.process(fx_ctxt, &buf, &buf);
707 /* Real process function called from capture thread. Called with lock held */
971 context->ops.process = visualizer_process;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h1843 uint8 process; member in struct:dot11_tclas_proc_ie

Completed in 313 milliseconds