Searched defs:process (Results 1 - 5 of 5) sorted by path

/hardware/invensense/libsensors_iio/software/core/mllite/
H A Ddata_builder.c60 struct process_t process[INV_MAX_DATA_CB]; member in struct:inv_data_builder_t
808 if ((inv_data_builder.process[kk].func == func) ||
809 (inv_data_builder.process[kk].priority == priority)) {
820 (inv_data_builder.process[kk].priority < priority)) {
826 inv_data_builder.process[nn] =
827 inv_data_builder.process[nn - 1];
832 inv_data_builder.process[kk].func = func;
833 inv_data_builder.process[kk].priority = priority;
834 inv_data_builder.process[kk].data_required = sensor_type;
861 if (inv_data_builder.process[k
[all...]
/hardware/libhardware/include/hardware/
H A Daudio_effect.h90 // | connection mode | 0..2 | 0 insert: after track process
93 // | | | 2 replace: replaces track process function;
114 // | Sample input mode | 12..13 | 1 direct: process() function or EFFECT_CMD_SET_CONFIG
116 // | | | 2 provider: process() function uses the
122 // | Sample output mode | 14..15 | 1 direct: process() function or EFFECT_CMD_SET_CONFIG
124 // | | | 2 provider: process() function uses the
131 // | | | 1 non tunneled hw acceleration: the process() function
135 // | | | 2 tunneled hw acceleration: the process() function is
246 // a set of functions controlling the configuration, activation and process of the engine.
277 // Function: process
310 int32_t (*process)(effect_handle_t self, member in struct:effect_interface_s
[all...]
/hardware/ril/mock-ril/src/js/
H A Dctrl_server.js56 this.process = function(req) {
95 ctrlServer.process(req);
H A Dsimulated_icc.js135 this.process = function(req) {
177 simulatedIcc.process(req);
H A Dsimulated_radio.js22 * Extra requests are also defined to process unsolicited rerequests.
27 * called in "this.process" using
30 * object that "this.process" belongs to. Using "this." to access other
1143 this.process = function(req) {
1157 print('Radio:process err = ' + err);
1255 simulatedRadio.process(req);

Completed in 143 milliseconds