Searched defs:function (Results 1 - 8 of 8) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A Dmlcontrol.c196 * @param function Indicates what functions will be used.
201 inv_error_t inv_set_control_func(unsigned short function) argument
215 if ((function & INV_SMOOTH) == 0) {
225 cntrl_params.functions = function;
442 * @brief GridCallback function pointer type, to be passed as argument of
461 * @brief inv_set_grid_callback is used to register a callback function that
463 * inv_set_grid_callback allows a user to define a callback function that will
470 * @param func A user defined callback function
673 * @brief Update the ML Control engine. This function should be called
755 * @note This function replace
[all...]
H A Dml.c99 // Array of function pointers, function being void function taking void
117 * called prior to any other function call.
149 * This function needs to be called explicitly to shut down
382 * @brief This registers a function to be called for each time the DMP
397 // Make sure we haven't registered this function already
414 * @brief This unregisters a function to be called for each DMP interrupt.
421 // Make sure we haven't registered this function already
1161 * @param function
1176 inv_set_bias_update(unsigned short function) argument
[all...]
/hardware/ti/omap4xxx/domx/mm_osal/inc/
H A Dtimm_osal_trace.h87 * Level 5 - Trace ["ENTERING <function>" and "EXITING <function>" statements]
95 * internal trace function. Not part of the public API
100 const char *function; member in struct:__anon3542
107 * Trace implementation function. Not part of public API. Default
146 * TIMM_OSAL_Entering() -- "ENTERING <function>" statements
147 * TIMM_OSAL_Exiting() -- "EXITING <function>" statements
177 * TIMM_OSAL_EnteringExt() -- "ENTERING <function>" statements
178 * TIMM_OSAL_ExitingExt() -- "EXITING <function>" statements
/hardware/ti/omap4-aah/domx/mm_osal/inc/
H A Dtimm_osal_trace.h99 * Level 6 - Trace ["ENTERING <function>" and "EXITING <function>" statements]
107 * internal trace function. Not part of the public API
112 const char *function; member in struct:__anon3422
120 * Trace level update function. Updates trace level if env variable
126 * Trace implementation function. Not part of public API. Default
170 * TIMM_OSAL_Entering() -- "ENTERING <function>" statements
171 * TIMM_OSAL_Exiting() -- "EXITING <function>" statements
206 * TIMM_OSAL_EnteringExt() -- "ENTERING <function>" statements
207 * TIMM_OSAL_ExitingExt() -- "EXITING <function>" statement
[all...]
/hardware/ti/omap4-aah/libtiutils/
H A DDebugUtils.h110 FunctionLogger(const char * file, int line, const char * function);
146 #define DBGUTILS_LOGV_FULL(priority, file, line, function, format, ...) \
154 file, line, function, __VA_ARGS__); \
349 inline FunctionLogger::FunctionLogger(const char * const file, const int line, const char * const function) : argument
350 mFile(file), mLine(line), mFunction(function), mThreadId(androidGetThreadId()), mExitLine(-1)
380 TI_UTILS_DEBUG_TIMESTAMP_TOKEN "(%x) %s %s:%d %s - Double function exit trace detected. Previous: %d",
/hardware/intel/common/libva/va/vendor/intel/
H A Dva_intel_fei.h49 unsigned int function; /* one of the VAConfigAttribEncFunctionType values */ member in struct:_VAEncMiscParameterFEIFrameControlH264Intel
/hardware/intel/bootstub/
H A Dbootparam.h160 __u8 function; member in struct:edd_device_params::__anon155::__anon157
/hardware/intel/common/libva/va/
H A Dva.c156 static bool va_checkVtable(void *ptr, char *function) argument
159 va_errorMessage("No valid vtable entry for va%s\n", function);
261 va_infoMessage("Found init function %s\n", init_func_s);
268 va_errorMessage("%s has no function %s\n",
425 return "the requested function is not implemented";
1190 * Image data is not allocated by this function. The client should
1540 * This function returns the current attribute values in "attr_list".
1566 * the value is out of range, the function returns VA_STATUS_ERROR_ATTR_NOT_SUPPORTED

Completed in 223 milliseconds