Searched defs:process (Results 1 - 10 of 10) sorted by relevance
/hardware/libhardware/modules/input/evdev/ |
H A D | MouseInputMapper.cpp | 90 void MouseInputMapper::process(const InputEvent& event) { function in class:android::MouseInputMapper
|
H A D | SwitchInputMapper.cpp | 78 void SwitchInputMapper::process(const InputEvent& event) { function in class:android::SwitchInputMapper
|
/hardware/libhardware/include/hardware/ |
H A D | audio_effect.h | 53 // 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 D | bundle.h | 51 * 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 D | isv_worker.cpp | 681 status_t ISVWorker::process(ISVBuffer* inputBuffer, Vector<ISVBuffer*> outputBuffer, function in class:ISVWorker 683 ALOGV("process: outputCount=%d, mInputIndex=%d", outputCount, mInputIndex); 846 ALOGV("process, exit"); 873 /* The behavior of driver is: all output of one process task are return in one interruption.
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
H A D | QCameraDualFOVPP.cpp | 83 * @bufNotifyCb : call back function after HALPP process 332 * FUNCTION : process 334 * DESCRIPTION: function to start CP FOV blending process 342 int32_t QCameraDualFOVPP::process() function in class:qcamera::QCameraDualFOVPP 354 // TODO: dequeue from m_inputQ and start process logic 355 // Start the blending process when it is ready 357 LOGI("start Dual FOV process"); 378 LOGI("process pInputMainData->src_reproc_frame = NULL"); 589 * RETURN : If CP FOV can start blending process
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
H A D | data_builder.c | 44 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 D | data_builder.c | 44 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 D | offload_visualizer.c | 54 /* effect specific operations. Only the init() and process() operations must be defined. 65 int (*process)(effect_context_t *context, audio_buffer_t *in, audio_buffer_t *out); member in struct:effect_ops_s 80 bool offload_enabled; /* when offload is enabled we process VISUALIZER_CMD_CAPTURE command. 159 /* thread capturing PCM from Proxy port and calling the process function on each enabled effect 297 if (fx_ctxt->state == EFFECT_STATE_ACTIVE && fx_ctxt->ops.process != NULL) 403 if (fx_ctxt->ops.process != NULL) 404 fx_ctxt->ops.process(fx_ctxt, &buf, &buf); 708 /* Real process function called from capture thread. Called with lock held */ 972 context->ops.process = visualizer_process;
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
H A D | 802.11.h | 1843 uint8 process; member in struct:dot11_tclas_proc_ie
|
Completed in 429 milliseconds